A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- A_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- A3_LENGTH - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
- 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_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The AbandonRequest message
- AbandonableRequest - Interface in org.apache.directory.api.ldap.model.message
-
A request which can be abandoned.
- abandoned - Variable in class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest
-
Flag indicating whether or not this request returns a response.
- abandonId - Variable in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
-
Sequence identifier of the outstanding request message to abandon
- 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.
- AbandonRequestImpl - Class in org.apache.directory.api.ldap.model.message
-
Implementation of an AbandonRequest message.
- AbandonRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
-
Creates an AbandonRequest implementation for an outstanding request.
- AbandonRequestImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
-
Creates an AbandonRequest implementation for an outstanding request.
- ABSTRACT - org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
The enumeration constant value for the abstract objectClasses
- ABSTRACT - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- ABSTRACT_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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.
- AbstractAbandonableRequest(int, MessageTypeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest
-
Subclasses must provide these parameters via a super constructor call.
- AbstractAbandonableRequest.RequestObservable - Class in org.apache.directory.api.ldap.model.message
- 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
- 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.
- 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
- AbstractExprNode - Class in org.apache.directory.api.ldap.model.filter
-
Abstract implementation of a expression node.
- AbstractExprNode(AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.AbstractExprNode
-
Creates a node by setting abstract node type.
- AbstractExtendedRequest - Class in org.apache.directory.api.ldap.model.message
-
ExtendedRequest implementation.
- AbstractExtendedRequest() - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- AbstractExtendedRequest(int) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- AbstractExtendedResponse - Class in org.apache.directory.api.ldap.model.message
-
An Abstract ExtendedResponse implementation.
- AbstractExtendedResponse(int) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Creates an ExtendedResponse as a reply to an ExtendedRequest.
- AbstractExtendedResponse(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Creates an ExtendedResponse as a reply to an ExtendedRequest.
- AbstractExtendedResponse(String) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Creates an ExtendedResponse as a reply to an ExtendedRequest.
- AbstractLdapReferralException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapOperationException
which associates a resultCode namely theResultCodeEnum.REFERRAL
resultCode with the exception. - AbstractLdapReferralException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
Creates a new instance of AbstractLdapReferralException.
- AbstractMessage - Class in org.apache.directory.api.ldap.model.message
-
Abstract message base class.
- AbstractMessage(int, MessageTypeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Completes the instantiation of a Message.
- AbstractRequest - Class in org.apache.directory.api.ldap.model.message
-
The base request message class.
- AbstractRequest(int, MessageTypeEnum, boolean) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractRequest
-
Subclasses must provide these parameters via a super constructor call.
- AbstractResponse - Class in org.apache.directory.api.ldap.model.message
-
Abstract base for a Response message.
- AbstractResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractResponse
-
Allows subclasses based on the abstract type to create a response to a request.
- AbstractResultResponse - Class in org.apache.directory.api.ldap.model.message
-
Abstract base for a ResultResponse message.
- AbstractResultResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.AbstractResultResponse
-
Allows subclasses based on the abstract type to create a response to a request.
- 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.
- AbstractSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Constructor used when a generic reusable SchemaObject is assigned an OID after being instantiated.
- AbstractSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
A constructor for a SchemaObject instance.
- AbstractSchemaParser<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema.parsers
-
Base class of all schema parsers.
- AbstractSchemaParser(Class<T>, I18n, I18n, I18n) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
-
Instantiates a new abstract schema parser.
- accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
- accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
- accept(FilterVisitor) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
-
Element/node accept method for visitor pattern.
- accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
- accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
-
Element/node accept method for visitor pattern.
- accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
- accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
-
Element/node accept method for visitor pattern.
- ACCESS_CONTROL_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_SCHEME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_SCHEME_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_CONTROL_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACCESS_POINT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AccessControlInnerArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The AccessControlInnerArea role
- AccessControlSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The AccessControlSpecificArea role
- AccessPointSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an AccessPoint.
- AccessPointSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
-
The AccessPoint SyntaxChecker constructor
- 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_ITEM_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ACI_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logger for ACIs
- add(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- add(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Adds some values to this attribute.
- add(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Adds a single Rdn to the (leaf) end of this name.
- add(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- add(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Adds some values to this attribute.
- add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some binary values to the current Entry.
- add(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add some binary values to the current Entry.
- add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add some binary values to the current Entry.
- add(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
- add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some String values to the current Entry.
- add(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add some String values to the current Entry.
- add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add some String values to the current Entry.
- add(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for addition in the target entry with the given values.
- add(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for addition in the target entry with the given values.
- add(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some Values to the current Entry.
- add(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add some Values to the current Entry.
- add(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add some Values to the current Entry.
- add(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an entry.
- add(String, AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some binary values) into an entry.
- add(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an entry.
- add(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some String values) into an entry.
- add(String, AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some String values) into an entry.
- add(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some String values) into an entry.
- add(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some values) into an entry.
- add(String, AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some values) into an entry.
- add(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some values) into an entry.
- add(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for addition in the target entry.
- add(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for addition in the target entry.
- add(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add some Attributes to the current Entry.
- add(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add some Attributes to the current Entry.
- add(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add some Attributes to the current Entry.
- add(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(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(Rdn) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Adds a single Rdn to the (leaf) end of this name.
- add(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an entry.
- add(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some binary values) into an entry.
- add(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an entry.
- add(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some String values) into an entry.
- add(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some String values) into an entry.
- add(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some String values) into an entry.
- add(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some values) into an entry.
- add(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some values) into an entry.
- add(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some values) into an entry.
- add(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Registers a new SchemaObject.
- add(SchemaObject, boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Applies the added SchemaObject to the given register
- Add - org.apache.directory.api.ldap.model.ldif.ChangeType
-
The Add changeType
- ADD - org.apache.directory.api.ldap.model.message.controls.ChangeType
-
An ADD
- ADD_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
-
Added attribute value
- ADD_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that may result from add operations.
- ADD_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Add ordinal value
- ADD_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The AddResquest message
- ADD_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The Response message
- 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.
- 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.
- addAny(String) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Add an any pattern
- 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.
- addAttribute(String, Object...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add an attribute to the entry
- addAttribute(Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add an attribute to the entry
- addAttributes(String...) - Method in 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.ldap.model.message.AddRequestImpl
-
Create a new attributeValue
- addAttributeValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
-
Add a new value to the current attribute
- addAttributeValue(String) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
-
Add a new value to the current attribute
- addAttributeValue(Value) - Method in class org.apache.directory.api.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
- addAVA(SchemaManager, String, Value) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Add an Ava to the current Rdn
- addAVA(SchemaManager, Ava) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Add an Ava to the current schema aware Rdn
- 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.api.ldap.model.ldif.LdifEntry
-
Add a control to the entry
- addDependencies(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Add a set of dependencies this schema uses.
- addDependencies(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
-
Add a set of dependencies this schema uses.
- addExtension(String, String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Add an extension with its values
- addExtension(String, String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Add an extension with its values
- addExtension(String, List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Add an extension with its values
- addExtension(String, List<String>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Add an extension with its values
- 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
- addModification(Attribute, ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
Add a modification
- addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Add a modification
- addModification(Modification) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add a modification item (used by modify operations)
- addModification(Modification) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
Adds a ModificationItem to the set of modifications composing this modify request.
- addModification(Modification) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Adds a ModificationItem to the set of modifications composing this modify request.
- addModification(ModificationOperation, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add a modification with no value
- addModification(ModificationOperation, String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- addModification(ModificationOperation, String, Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add a modification
- addModification(ModificationOperation, String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- addModification(ModificationOperation, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add a modification item (used by modify operations)
- 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.
- 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.
- AddNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- 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
- 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.
- addOrdered(List<Ava>, Ava) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Add an AVA in a List of Ava, at the right place (ordered)
- 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
- AddRequest - Interface in org.apache.directory.api.ldap.model.message
-
Add protocol operation request used to add a new entry to the DIT.
- 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 - Interface in org.apache.directory.api.ldap.model.message
-
Add protocol response message used to confirm the results of a add request message.
- 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(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 class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Add a new schema to the schema's list
- addSchema(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Add a new schema to the schema's list
- 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
- 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
- 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
- addUsedBy(SchemaObject, SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Add an association between a SchemaObject an the SchemaObject that refers it
- addUsing(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
- ADMIN_LIMIT_EXCEEDED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The server has reached some limit set by an administrative authority, and no partial results are available to return to the user [X511, Section 12.8].
- ADMINISTRATIVE_ROLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ADMINISTRATIVE_ROLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AdministrativeRole - Enum in org.apache.directory.api.ldap.model.subtree
-
The Administrative roles
- AdministrativeRole(String) - Constructor for enum org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
Creates an instance of AdministrativeRole
- administrativeRoles - Variable in class org.apache.directory.api.ldap.model.subtree.Subentry
-
The administratives roles
- ADMINLIMITEXCEEDED - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- 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
- AFFECTS_MULTIPLE_DSAS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code should be returned to indicate that the operation could not be performed since it affects more than one DSA.
- after(E) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.
- AFTER_INNER - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned just after an element but not on any element
- AFTER_LAST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned just after the last element
- afterLast - Variable in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
A flag to tell if the cursor is set after the last element
- afterLast() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
Positions this Cursor after the last element.
- afterParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Splits parsed schema descriptions and resolved object identifier macros.
- AIOOBE - Static variable in class org.apache.directory.api.ldap.model.schema.PrepareString
-
An exception used to get out of the map method quickly
- algorithm - Variable in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The associated algorithm
- algorithm - Variable in class org.apache.directory.api.ldap.model.password.PasswordDetails
- ALIAS_DEREFERENCING_PROBLEM - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
An alias was encountered in a situation where it was not allowed or where access was denied [X511, Section 12.5].
- ALIAS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ALIAS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ALIAS_PROBLEM - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
An alias has been dereferenced which names no object [X511, Section 12.5] Applicable operations: Search.
- aliasDerefAliases - Variable in class org.apache.directory.api.ldap.model.filter.ScopeNode
-
the alias dereferencing mode
- aliasDerefMode - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The aliasDerefMode.
- aliasDerefMode - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Alias dereferencing mode enumeration value (default to DEREF_ALWAYS)
- AliasDerefMode - Enum in org.apache.directory.api.ldap.model.message
-
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
- AliasDerefMode(int, String) - Constructor for enum org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Private constructor so no other instances can be created other than the public static constants in this class.
- 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_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
- 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
- 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
- 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 - org.apache.directory.api.ldap.model.filter.AssertionType
-
AND operator constant
- AndNode - Class in org.apache.directory.api.ldap.model.filter
-
Node representing an AND connector in a filter operation
- AndNode() - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
-
Creates an empty AndNode
- AndNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
-
Creates a AndNode using a logical operator and a list of children.
- AndNode(ExprNode...) - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
-
Creates a AndNode using a logical operator and a list of children.
- AndRefinement - Class in org.apache.directory.api.ldap.model.subtree
-
A class holding a AND refinement, as defined in RFC 3672
- AndRefinement(List<Refinement>) - Constructor for class org.apache.directory.api.ldap.model.subtree.AndRefinement
-
Creates a new instance of AndRefinement.
- annotations - Variable in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
-
The map of annotations
- 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)
- Anonymizer<K> - Interface in org.apache.directory.api.ldap.model.ldif.anonymizer
-
An interface for Anonymizers.
- ANONYMOUS - org.apache.directory.api.ldap.model.message.BindStatus
-
We are in Anonymous state.
- AntlrDnLexer - Class in org.apache.directory.api.ldap.model.name
-
An antlr generated Dn lexer.
- AntlrDnLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- AntlrDnLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- AntlrDnLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- AntlrDnLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- AntlrDnParser - Class in org.apache.directory.api.ldap.model.name
-
An antlr generated Dn parser.
- AntlrDnParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
- AntlrDnParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
- AntlrDnParser(TokenBuffer, int) - 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(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
- AntlrDnParser.UpAndNormValue - Class in org.apache.directory.api.ldap.model.name
-
This class is used to store the decoded value
- AntlrDnTokenTypes - Interface in org.apache.directory.api.ldap.model.name
- AntlrSubtreeSpecificationChecker - Class in org.apache.directory.api.ldap.model.subtree
-
The antlr generated subtree specification parser.
- AntlrSubtreeSpecificationChecker(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- AntlrSubtreeSpecificationChecker(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- AntlrSubtreeSpecificationChecker(TokenBuffer, int) - 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(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- AntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.api.ldap.model.subtree
-
The parser's primary lexer.
- AntlrSubtreeSpecificationCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- AntlrSubtreeSpecificationCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- AntlrSubtreeSpecificationCheckerLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- AntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- AntlrSubtreeSpecificationCheckerTokenTypes - Interface in org.apache.directory.api.ldap.model.subtree
- AntlrSubtreeSpecificationLexer - Class in org.apache.directory.api.ldap.model.subtree
-
The parser's primary lexer.
- AntlrSubtreeSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- AntlrSubtreeSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- AntlrSubtreeSpecificationLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- AntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- AntlrSubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
-
The antlr generated subtree specification parser.
- AntlrSubtreeSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- AntlrSubtreeSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- AntlrSubtreeSpecificationParser(TokenBuffer, int) - 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(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- AntlrSubtreeSpecificationParserTokenTypes - Interface in org.apache.directory.api.ldap.model.subtree
- anyPattern - Variable in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
List of fragments between wildcard
- applicableAttributeOids - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
-
The list of attributes types OID the matching rule applies to
- applicableAttributes - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
-
The list of attributes types the matching rule applies to
- 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
- APPLIES - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- APPLIES_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Some contant strings used in descriptions
- 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
- apply(SchemaManager) - Method in class org.apache.directory.api.ldap.model.name.Ava
-
Apply a SchemaManager to the Ava.
- 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.
- APPROXIMATE - org.apache.directory.api.ldap.model.filter.AssertionType
-
approximate assertion node
- ApproximateNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A simple assertion value node.
- ApproximateNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
-
Creates a new ApproximateNode object.
- ApproximateNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
-
Creates a new ApproximateNode object.
- ApproximateNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
-
Creates a new ApproximateNode object.
- areCompatible(String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Check that the id is either a name or the OID of a given AT
- 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 - Variable in class org.apache.directory.api.ldap.model.filter.AssertionNode
-
The assertion or predicate to apply
- Assertion - Interface in org.apache.directory.api.ldap.model.filter
-
A candidacy predicate which tests if an entry satisfies some condition before being returned by a search.
- ASSERTION - org.apache.directory.api.ldap.model.filter.AssertionType
-
Predicate assertion node
- 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 - Variable in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
-
The node type
- AssertionType - Enum in org.apache.directory.api.ldap.model.filter
-
All the different kind of assertions.
- AssertionType() - Constructor for enum org.apache.directory.api.ldap.model.filter.AssertionType
- AssertionType() - Constructor for enum org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
- ASSOCIATED_DOMAIN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ASSOCIATED_DOMAIN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ASSOCIATED_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ASSOCIATED_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- associateWithSchema(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.
- AT_CANNOT_SUBTYPE_COLLECTIVE_AT - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT sub-typing a Collective AT
- AT_COLLECTIVE_CANNOT_BE_SINGLE_VALUED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT which is collective and is single-valued
- AT_COLLECTIVE_MUST_HAVE_USER_APPLICATIONS_USAGE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT which is collective but does not have a 'userApplications' usage
- AT_CYCLE_TYPE_HIERARCHY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT containing a cycle in its type hierarchy
- AT_MUST_HAVE_SAME_USAGE_THAN_SUPERIOR - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT which has a different usage than its superior
- AT_NONEXISTENT_EQUALITY_MATCHING_RULE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT with a nonexistent equality matching rule
- AT_NONEXISTENT_ORDERING_MATCHING_RULE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT with a nonexistent ordering matching rule
- AT_NONEXISTENT_SUBSTRING_MATCHING_RULE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT with a nonexistent substring matching rule
- AT_NONEXISTENT_SUPERIOR - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT with a nonexistent superior
- AT_NONEXISTENT_SYNTAX - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT with a nonexistent syntax
- AT_SYNTAX_OR_SUPERIOR_REQUIRED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT has no syntax and no superior
- AT_USER_APPLICATIONS_USAGE_MUST_BE_USER_MODIFIABLE - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an AT which has a 'userApplications' usage but is not user modifiable
- attribute - Variable in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
The attribute which contains the modification
- attribute - Variable in class org.apache.directory.api.ldap.model.filter.LeafNode
-
attribute on which this leaf is based
- attribute - Variable in class org.apache.directory.api.ldap.model.filter.UndefinedNode
-
attribute on which this leaf is based
- Attribute - Interface in org.apache.directory.api.ldap.model.entry
-
A generic interface used to store the LDAP Attributes.
- ATTRIBUTE - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
A regexp for attributes
- ATTRIBUTE_CERTIFICATE_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_OR_VALUE_EXISTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned by the server if the value specified by the client already exists within the attribute.
- ATTRIBUTE_TYPE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
An AttributeType
- ATTRIBUTE_TYPE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_TYPE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_TYPE_USAGE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_TYPES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_TYPES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_TYPES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ATTRIBUTE_VALUE - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
-
An Attribute Value
- attributeAnonymizers - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
The map of AttributeType'sOID we want to anonymize.
- attributeName - Variable in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
-
name of the first offending attribute
- attributes - Variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
A map containing all the attributes for this entry
- attributes - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Attributes to return
- attributes - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The attributes
- 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 - Variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
The associated AttributeType
- attributeType - Variable in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
The AtributeType
- attributeType - Variable in class org.apache.directory.api.ldap.model.entry.Value
-
reference to the attributeType associated with the value
- attributeType - Variable in class org.apache.directory.api.ldap.model.filter.LeafNode
-
attributeType on which this leaf is based
- attributeType - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
The attributeType if the Ava is schemaAware
- attributeType - Variable in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
-
The attributeType
- attributeType() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
- AttributeType - Class in org.apache.directory.api.ldap.model.schema
-
An attributeType specification. attributeType specifications describe the nature of attributes within the directory.
- AttributeType(String) - Constructor for class org.apache.directory.api.ldap.model.schema.AttributeType
-
Creates a AttributeType object using a unique OID.
- attributeTypeAndValue(SchemaManager, Ava) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3
- attributeTypeDesc - Variable in class org.apache.directory.api.ldap.model.message.controls.SortKey
-
The name/OID of AttributeType we want to use as a key for the sort
- AttributeTypeDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 attribute type descriptions.
- AttributeTypeDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
-
Creates a schema parser instance.
- AttributeTypeDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the attribute type descripton syntax according to RFC 4512, par 4.2.2:
- AttributeTypeDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
-
Creates a new instance of AttributeTypeDescriptionSchemaParser.
- AttributeTypeDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- AttributeTypeElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- 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.
- AttributeTypeHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
- attributeTypeOid - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
-
The oid
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The AttributeType registry
- AttributeTypeRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
-
An AttributeType registry service interface.
- attributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
The list of attribute type, initialized by splitParsedSchemaDescriptions()
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
-
Creates a new instance of AttributeTypeUsageSyntaxChecker.
- 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.
- AttributeUtils() - Constructor for class org.apache.directory.api.ldap.model.entry.AttributeUtils
- attributeValue(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3
- attrId - Variable in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
The id of the attribute used in the comparison
- attrVal - Variable in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
The value of the attribute used in the comparison
- ATTRVAL_SPEC - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
State values for the modify operation : ATTRVAL_SPEC
- ATTRVAL_SPEC_OR_SEP - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
State values for the modify operation : ATTRVAL_SPEC_OR_SEP
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
-
Creates a new instance of AudioSyntaxChecker
- AudioSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- AUTH - org.apache.directory.api.ldap.model.constants.SaslQoP
-
Authentication only
- AUTH_CONF - org.apache.directory.api.ldap.model.constants.SaslQoP
-
Authentication with integrity and privacy protection
- AUTH_INT - org.apache.directory.api.ldap.model.constants.SaslQoP
-
Authentication with integrity protection
- AUTH_METHOD_NOT_SUPPORTED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code should be returned if the client requests, in a Bind request, an authentication method which is not supported or recognized by the server.
- AUTHENTICATED - org.apache.directory.api.ldap.model.message.BindStatus
-
The user has been authenticated
- AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
Exception
. - AuthenticationLevel - Enum in org.apache.directory.api.ldap.model.constants
-
An enumeration that represents the level of authentication.
- AuthenticationLevel(int, String) - Constructor for enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
Creates a new instance of AuthenticationLevel.
- 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
- authzId - Variable in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
-
The authzId used to authorize the user.
- AUTOMOUNT_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTOMOUNT_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTOMOUNT_MAP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTOMOUNT_MAP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTOMOUNT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTOMOUNT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTONOMOUS_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AUTONOMOUS_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- AutonomousArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The AutonomousArea role
- AUX - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- AUX_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- AUXILIARY - org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
The enumeration constant value for the auxillary objectClasses
- AUXILIARY - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- AUXILIARY_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- AUXILIARY_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
The int constant value for the auxillary objectClasses
- auxObjectClasses - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of Auxiliary ObjectClass entries may belong to
- auxObjectClassOids - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of Auxiliary ObjectClass OIDs entries may belong to
- ava - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
A simple Ava is used to store the Rdn for the simple case where we only have a single type=value.
- Ava - Class in org.apache.directory.api.ldap.model.name
-
A Attribute Type And Value, which is the basis of all Rdn.
- Ava() - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Constructs an empty Ava
- Ava(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava containing a binary value.
- Ava(String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava with a String value.
- Ava(String, String, Value, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava.
- Ava(AttributeType, String, String, Value, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava.
- Ava(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Constructs an empty schema aware Ava.
- Ava(SchemaManager, String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware Ava containing a binary value.
- Ava(SchemaManager, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware Ava with a String value.
- Ava(SchemaManager, String, String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware Ava containing a binary value.
- Ava(SchemaManager, String, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware Ava with a String value.
- Ava(SchemaManager, String, String, Value) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava.
- Ava(SchemaManager, Ava) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
-
Constructs new Ava using the provided SchemaManager and AVA
- available - Variable in class org.apache.directory.api.ldap.model.cursor.CursorIterator
-
A flag used to store the cursor state
- 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.
- avas - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
Stores all couple type = value.
- avaType - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
We keep the type for a single valued Rdn, to avoid the creation of an HashMap
- avaTypes - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
We also keep a set of types, in order to use manipulations.
B
- B4_LENGTH - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
- B4_WIDTH - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
- base - Variable in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
the subtree base relative to the administration point
- base - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
the subtree base relative to the administration point
- BASE_64_CHAR - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- baseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- baseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- baseDn - Variable in class org.apache.directory.api.ldap.model.filter.ScopeNode
-
the search base
- baseDn - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Search base distinguished name
- baseId - Variable in class org.apache.directory.api.ldap.model.filter.ScopeNode
-
the search ID
- 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.
- 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
- BCRYPT_SALT_LEN - Static variable in 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_FIRST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned just before the first element
- BEFORE_INNER - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned just before an element but not on any element
- beforeFirst - Variable in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
A flag to tell if the cursor is set before the first element
- beforeFirst() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Positions this Cursor before the first element.
- beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
Positions this Cursor before the first element.
- beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Positions this Cursor before the first element.
- beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Positions this Cursor before the first element.
- beforeFirst() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
Positions this Cursor before the first element.
- BF_CRYPT_CIPHERTEXT - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- 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.
- BinarySyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A binary value (universal value acceptor) syntax checker.
- BinarySyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
-
Creates a new instance of the child class
- BinarySyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- BIND_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that may result from bind operations.
- BIND_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The BindRequest message
- BIND_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The BindResponse message
- 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.
- BindNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- BindRequest - Interface in org.apache.directory.api.ldap.model.message
-
Bind protocol operation request which authenticates and begins a client session.
- 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.
- 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.
- BindStatus - Enum in org.apache.directory.api.ldap.model.message
-
An enum used to store the BindRequest state.
- BindStatus() - Constructor for enum org.apache.directory.api.ldap.model.message.BindStatus
- 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
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
-
Creates a new instance of BitStringSyntaxChecker.
- BitStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- BLOWFISH_NUM_ROUNDS - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- 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.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
-
Creates a new instance of BooleanSyntaxChecker.
- BooleanSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- BOOT_FILE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BOOT_FILE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BOOT_PARAMETER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BOOT_PARAMETER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BOOT_PARAMETER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BOOTABLE_DEVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BOOTABLE_DEVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BootParameterSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a BootParameter according to RFC 2307 :
- BootParameterSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
-
Creates a new instance of BootParameterSyntaxChecker.
- 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.
- BranchNode(AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.BranchNode
-
Creates a BranchNode using a logical operator.
- BranchNode(AssertionType, List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.BranchNode
-
Creates a BranchNode using a logical operator and a list of children.
- BranchNode(AssertionType, ExprNode...) - Constructor for class org.apache.directory.api.ldap.model.filter.BranchNode
-
Creates a BranchNode using a logical operator and a list of children.
- 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
- BranchNormalizedVisitor.NodeComparator - Class in org.apache.directory.api.ldap.model.filter
- 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
- buildAttributeTypeReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the AttributeType references.
- buildComparatorReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the Comparator references
- buildDitContentRuleReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the DitContentRule references
- buildDitStructureRuleReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the DitStructureRule references
- buildEquality(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Build the EQUALITY MR reference for an AttributeType
- 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
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker.Builder
-
The Builder constructor
- Builder() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker.Builder
-
The Builder constructor
- 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
- buildLdapSyntaxReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the Syntax references
- buildMatchingRuleReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the MatchingRule references
- buildMatchingRuleUseReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the MatchingRuleUse references
- buildMay(ObjectClass, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
-
Build and check the MAY AT for this ObjectClass
- buildMust(ObjectClass, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
-
Build and check the MUST AT for this ObjectClass.
- buildNameFormReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the NameForm references
- buildNormalizerReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the Normalizer references
- buildNormRdn(StringBuilder, Ava) - Method in class org.apache.directory.api.ldap.model.name.Rdn
- buildObjectClassReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the ObjectClasses references
- buildOrdering(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Build the ORDERING MR reference for an AttributeType
- 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.
- buildSchemaArray(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
- buildSubstring(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Build the SUBSTR MR reference for an AttributeType
- buildSuperior(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Build the Superior AttributeType reference for an AttributeType
- buildSuperiors(ObjectClass, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
-
Build the references to this ObjectClass SUPERIORS, checking that the type hierarchy is correct.
- buildSyntax(AttributeType, SchemaErrorHandler, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Build the SYNTAX reference for an AttributeType
- buildSyntaxCheckerReferences() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Build the SyntaxChecker references
- BUSINESS_CATEGORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BUSINESS_CATEGORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- BUSY - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- BUSY - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code may be returned if the server is unable to process the client's request at this time.
- byName - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
a map of SchemaObject looked up by name
- byOid - Variable in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Maps OID to a type of SchemaObject
- byRuleId - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
a map of DitStructureRule looked up by RuleId
- 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.
- bytecode - Variable in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
The base64 encoded bytecode for this schema
- BYTECODE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
- BYTECODE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
- BYTECODE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
- BYTECODE_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- bytes - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
Stores the byte array representation of the CSN
- bytes - Variable in class org.apache.directory.api.ldap.model.entry.Value
-
The UTF-8 bytes for this value (we use the UP value)
- bytes - Variable in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
The value as a byte[]
- bytes - Variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
The value as a byte[]
- bytes - Variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser.UpAndNormValue
- bytes - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Stores the LdapUrl as a byte array
C
- C_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_FACSIMILE_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_FACSIMILE_TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_INTERNATIONAL_ISDN_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_INTERNATIONAL_ISDN_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_L_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_L_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_O_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_O_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_OU_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_OU_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_PHYSICAL_DELIVERY_OFFICE_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_PHYSICAL_DELIVERY_OFFICE_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_POSTALCODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_POSTALCODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_POSTOFFICEBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_POSTOFFICEBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_ST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_ST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_STREET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_STREET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_TELEX_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- C_TELEX_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CA_CERTIFICATE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CA_CERTIFICATE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- callback - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterable
- callback - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- CANCELED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code is returned when an operation has been canceled using the Cancel extended operation.
- CANNOT_CANCEL - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The cannotCancel resultCode is returned if the identified operation does not support cancelation or the cancel operation could not be performed.
- canUserModify - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
whether or not this type can be modified by directory users
- 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.
- 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
- CascadeImpl - Class in org.apache.directory.api.ldap.model.message.controls
-
Simple Cascade control implementation.
- CascadeImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.CascadeImpl
-
Default constructor
- CascadeImpl(boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.CascadeImpl
-
Sets criticality when creating.
- CASE_EXACT_IA5_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Exact IA5 Match
- CASE_EXACT_IA5_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Exact Match
- CASE_EXACT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_ORDERING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Exact Ordering Match
- CASE_EXACT_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_EXACT_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Exact Substring Match
- CASE_IGNORE_IA5_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Ignore Match
- CASE_IGNORE_IA5_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_IA5_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Ignore IA5 Substring Match
- CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_LIST_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Ignore List Match
- CASE_IGNORE_LIST_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_LIST_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_LIST_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Ignore List Substring Match
- CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Ignore Match
- CASE_IGNORE_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_ORDERING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Case Ignore Ordering Match
- CASE_IGNORE_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CASE_IGNORE_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
CaseIgnore Substring Match
- CASE_SENSITIVE - Static variable in class org.apache.directory.api.ldap.model.schema.PrepareString
-
A flag used to lowercase chars during the map process
- caseSensitive - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
A flag set to true if the AttributeType is case sensitive
- 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.
- cause - Variable in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
-
If we get an exception, the cause is stored in this variable
- cause - Variable in exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
The exception cause
- cause - Variable in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
- CERTIFICATE_LIST_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CERTIFICATE_PAIR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CERTIFICATE_REVOCATION_LIST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CERTIFICATE_REVOCATION_LIST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CERTIFICATE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CertificateComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A Comparator for Certificates
- CertificateComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CertificateComparator
-
Creates a new instance of CertificateComparator.
- CertificateListSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 :
- CertificateListSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
-
Creates a new instance of CertificateListSyntaxChecker.
- CertificateListSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- CertificatePairSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 :
- CertificatePairSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
-
Creates a new instance of CertificatePairSyntaxChecker.
- CertificatePairSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- CertificateSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 :
- CertificateSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
-
Creates a new instance of CertificateSyntaxChecker.
- 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 - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Type of element read : CHANGE
- 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
- changeCount - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
The changeCount to distinguish operations done in the same second
- changeCount - Variable in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
The integer used to disambiguate CSN generated at the same time
- changeNumber - Variable in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
- changesOnly - Variable in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
If changesOnly is TRUE, the server MUST NOT return any existing entries that match the search criteria.
- changeType - Variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
the ordinal value for a change type
- changeType - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
the change type
- changeType - Variable in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
-
The changeType
- 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.
- ChangeType(int) - Constructor for enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Creates a new instance of ChangeType.
- ChangeType(int) - Constructor for enum org.apache.directory.api.ldap.model.message.controls.ChangeType
-
Creates a new instance of ChangeType.
- changeTypes - Variable in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
As changes are made to the server, the effected entries MUST be returned to the client if they match the standard search criteria and if the operation that caused the change is included in the changeTypes field.
- CHAR_MAP - Static variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
A table containing booleans when the corresponding char is printable
- CHAR_REST - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- char64(char) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Look up the 3 bits base64-encoded by the specified character, range-checking agaisnt conversion table
- CHARS - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- check() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Check the registries for invalid relations.
- checkCollective(AttributeType, SchemaErrorHandler) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Check the constraints for the Collective field.
- checkElement(int, OpenLdapSchemaParser.SchemaObjectElements, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- checker - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
- 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.
- checkProhibited(char) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Prohibit characters described in RFC 4518 : - Table A.1 of RFC 3454 - Table C.3 of RFC 3454 - Table C.4 of RFC 3454 - Table C.5 of RFC 3454 - Table C.8 of RFC 3454 - character U-FFFD
- 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
- checkReferences(SchemaObject, SchemaObject, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- 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.
- checkResultCode(ResultCodeEnum) - Method in exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
-
Checks to make sure the resultCode value is right for this exception type.
- checkResultCode(ResultCodeEnum) - Method in exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
-
Checks to make sure the resultCode value is right for this exception type.
- checkResultCode(ResultCodeEnum) - Method in exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
Checks to make sure the resultCode value is right for this exception type.
- checkResultCode(ResultCodeEnum) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
-
Checks to make sure the resultCode value is right for this exception type.
- checkResultCode(ResultCodeEnum) - Method in exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
-
Checks to make sure the resultCode value is right for this exception type.
- checkResultCode(ResultCodeEnum) - Method in exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
-
Checks to make sure the resultCode value is right for this exception type.
- checkUsage(AttributeType, SchemaErrorHandler) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
Check the constraints for the Usage field.
- children - Variable in class org.apache.directory.api.ldap.model.filter.BranchNode
-
child node list for this branch node
- chopAfter - Variable in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
the set of subordinates entries whose subordinates are to be excluded
- chopAfter - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
the set of subordinates entries whose subordinates are to be excluded
- chopAfter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- chopAfter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- chopAfterExclusions - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- chopBefore - Variable in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
the set of subordinates entries and their subordinates to exclude
- chopBefore - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
the set of subordinates entries and their subordinates to exclude
- chopBefore() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- chopBefore() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- chopBeforeExclusions - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- 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
- 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.name.Rdn
-
Clear the Rdn, removing all the Avas.
- 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.
- 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.
- close() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
- close() - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
-
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
- close() - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
-
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
- close() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
- close() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
- close() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
- close() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
- close() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
- close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
-
Sets monitor state to closed, and sets the cause to a specific Exception.
- close(Exception) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
-
Sets monitor state to closed, and sets the cause to a specific Exception.
- close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(String) - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
-
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
- close(String) - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
-
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
- CLOSE_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
- closed - Variable in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
-
Tells if the monitor is closed or not
- CLOSED - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is closed and not operations can be performed on it
- 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 - Variable in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
The code of the exception
- CODEC_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logger for CODEC
- COLLECTIVE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- 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
- COLLECTIVE_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- CollectiveAttributeInnerArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The CollectiveAttributeInnerArea role
- CollectiveAttributeSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The CollectiveAttributeSpecificArea role
- COLON - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Tokens
- 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
- 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 - Variable in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
The associated comparator
- comparator - Variable in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
The associated comparator
- comparator - Variable in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
The comparator used for this cursor.
- comparator - Variable in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
-
the underlying comparator to use for comparisons
- COMPARATOR - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A Comparator
- COMPARATOR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- COMPARATOR_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- COMPARATOR_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- COMPARATOR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- comparatorRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The LdapSyntax registry
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
-
Creates a new instance of ComparatorSyntaxChecker.
- ComparatorSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- compare(byte[], byte[]) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator
- compare(E, E) - Method in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
- compare(Comparable<T>, Comparable<T>) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator
-
Compares two objects taking into account that one may be a Comparable.
- compare(Long, Long) - Method in class org.apache.directory.api.ldap.model.schema.comparators.LongComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
- compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.BitStringComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
-
Compare two String DNs
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
-
Implementation of the Compare method
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.StringComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
- compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
- compare(UUID, UUID) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
-
Compare two UUID.
- compare(ExprNode, ExprNode) - Method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor.NodeComparator
- compare(T, T) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
- COMPARE_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that may result from compare operations.
- COMPARE_FALSE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
It is used to indicate that the result of a Compare operation is FALSE and does not indicate an error. 1 of 5 codes that do not indicate an error condition.
- COMPARE_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ompareRequest message
- COMPARE_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The CompareResponse message
- COMPARE_TRUE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
It is used to indicate that the result of a Compare operation is TRUE and does not indicate an error. 1 of 5 codes that do not indicate an error condition.
- compareBytes(byte[], byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
Compare two byte[] in a constant time.
- compareCredentials(byte[], byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
Compare the credentials.
- 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.
- CompareNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- compareOid(String, String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Compare two oids, and return true if they are both null or equal.
- 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.
- 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.
- CompareResponseImpl - Class in org.apache.directory.api.ldap.model.message
-
CompareResponse implementation.
- CompareResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.CompareResponseImpl
-
Creates a CompareResponse as a reply to an CompareRequest.
- CompareResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.CompareResponseImpl
-
Creates a CompareResponse as a reply to an CompareRequest.
- compareTo(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Compare two values.
- compareTo(String) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Compare the current value with a String.
- compareTo(Csn) - Method in class org.apache.directory.api.ldap.model.csn.Csn
-
Compares this object with the specified object for order.
- compareTo(Value) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Compare two values.
- compareTo(Ava) - Method in class org.apache.directory.api.ldap.model.name.Ava
- compareTo(Rdn) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Compare the current RDN with the provided one.
- compareValues(Ava) - Method in class org.apache.directory.api.ldap.model.name.Ava
- ComplexDnParser - Class in org.apache.directory.api.ldap.model.name
-
A Dn parser that is able to parse complex DNs.
- ComplexDnParser() - Constructor for class org.apache.directory.api.ldap.model.name.ComplexDnParser
- computeHashCode() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Compute the hashcode, and store it in the 'h' variable
- computeNewIntegerValue(String) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
-
Compute the next Integer value
- computeNewValue(byte[]) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
Compute the next byte[] value
- computeNewValue(String) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
Compute the next String value
- computeNormValue() - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Compute the normalized value
- ConcreteNameComponentNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
A Dn Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
- ConcreteNameComponentNormalizer(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Creates a Dn Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
- CONFIDENTIALITY_REQUIRED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code may be returned if the session is not protected by a protocol which provides session confidentiality.
- CONSTRAINT_VIOLATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned by the server if an attribute value specified by the client violates the constraints placed on the attribute as it was defined in the DSA - this may be a size constraint or a constraint on the content.
- CONSUMER_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logs for the replication consumer
- contains(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
- contains(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
- contains(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Tells if the given OID is present on this registry
- contains(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Checks to see if an SchemaObject exists in the registry, by its OID or name.
- contains(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some binary values.
- contains(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some binary values.
- contains(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some binary values.
- contains(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some String values.
- contains(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some String values.
- contains(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some String values.
- contains(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some values.
- contains(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some values.
- contains(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some values.
- contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains a list of attributes.
- contains(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains a list of attributes.
- contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains a list of attributes.
- contains(Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some given String values.
- contains(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some given String values.
- contains(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some given String values.
- contains(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Tells if the given SchemaObject is present in one schema.
- containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains some specific attributes.
- containsAttribute(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains some specific attributes.
- containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains some specific attributes.
- containsAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Checks if an entry contains a specific AttributeType.
- containsAttribute(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Checks if an entry contains a specific AttributeType.
- containsAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains a specific AttributeType.
- containsChanges - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A flag set if the ldif contains changes
- containsEntries - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A flag set if the ldif contains entries
- 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
- containsValueCaseIgnore(Attribute, Object) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Check if an attribute contains a value.
- content - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
The set of SchemaObjects declared in this schema
- CONTEXT_CSN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CONTEXT_CSN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- Control - Interface in org.apache.directory.api.ldap.model.message
-
Protocol request and response altering control interface.
- controls - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
The controls
- controls - Variable in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Map of message controls using OID Strings for keys and Control values
- controls - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The set of controls for this search.
- convert(String, LdapComparator<? super Object>, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Convert a LdapComparator instance into an Entry
- convert(String, Normalizer, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Convert a Normalizer instance into an Entry
- convert(AttributeType, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )
- convert(DitContentRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a DitContentRule into an Entry
- convert(DitStructureRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a DitStructureRule into an Entry
- convert(LdapSyntax, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Convert a Syntax instance into an Entry
- convert(MatchingRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a MatchingRule into an Entry
- convert(MatchingRuleUse, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a MatchingRuleUse into an Entry
- convert(NameForm, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a NameForm into an Entry
- convert(ObjectClass, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Creates the attributes of an entry representing an objectClass.
- convert(Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Converts a Schema to an Entry
- convert(SyntaxChecker, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Convert a SyntaxChecker instance into an Entry
- convertAttributesToLdif(Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert all the Entry's attributes to LDIF.
- convertAttributesToLdif(Entry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert the Entry's attributes to LDIF.
- convertToLdif(Attributes) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF
- convertToLdif(Attributes, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF
- convertToLdif(Attributes, Dn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF.
- convertToLdif(Attributes, Dn, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF.
- convertToLdif(Attribute) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Converts an EntryAttribute to LDIF
- convertToLdif(Attribute, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Converts an EntryAttribute as LDIF
- convertToLdif(Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Entry to LDIF
- convertToLdif(Entry, boolean) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Entry to LDIF including a version number at the top
- convertToLdif(Entry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an Entry as LDIF
- convertToLdif(LdifEntry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an LdifEntry to LDIF
- convertToLdif(LdifEntry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Convert an LdifEntry to LDIF
- cookie - Variable in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
-
The exchanged cookie
- copy() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Create a copy of the current Dn
- copy() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
Copy a DitContentRule
- copy() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Copy an MatchingRule
- copy() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
-
Copy an MatchingRuleUse
- copy() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
-
Copy a NameForm
- copy() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Copy an ObjectClass
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Copy the AttributeTypeRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
-
Copy the ComparatorRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Copy the AttributeTypeRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
-
Copy the ComparatorRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitContentRuleRegistry
-
Copy the DitContentRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Copy the DitStructureRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
-
Copy the LdapSyntaxRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleRegistry
-
Copy the MatchingRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
-
Copy the MatchingRuleUseRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNameFormRegistry
-
Copy the NameFormRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
-
Copy the NormalizerRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Copy the ObjectClassRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
-
Copy the SyntaxCheckerRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitContentRuleRegistry
-
Copy the DitContentRuleRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Copy the DitStructureRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Copy the AttributeTypeRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Copy the ComparatorRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Copy the DitContentRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Copy the DitStructureRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Copy the LdapSyntaxRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Copy the MatchingRuleRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Copy the MatchingRuleUseRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Copy the NameFormRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Copy the NormalizerRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Clone the ObjectClassRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Copy the SyntaxCheckerRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.LdapSyntaxRegistry
-
Copy the LdapSyntaxRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.MatchingRuleRegistry
-
Copy the MatchingRuleRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.MatchingRuleUseRegistry
-
Copy the MatchingRuleUseRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.NameFormRegistry
-
Copy the NameFormRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
-
Copy the NormalizerRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Copy the ObjectClassRegistry
- copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Copy the OidRegistry, without the contained values
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Copy a DefaultSchemaObjectRegistry.
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Copy the SyntaxCheckerRegistry
- copy() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Copy the current SchemaObject on place
- copy(SchemaObjectRegistry<T>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Copy a SchemaObject registry
- copy(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Copies the given schema object into this schema object.
- copy(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Copies the given schema object into this schema object.
- 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
- COUNTRIES - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
-
The Set which contains the countries
- COUNTRY_ISO_3166 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
-
The ISO 3166 list of countries, as of 2006
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
-
Creates a new instance of CountrySyntaxChecker.
- 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 interface org.apache.directory.api.ldap.model.name.DnFactory
-
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_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
- createAttribute(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add a new EntryAttribute, with its upId.
- createAttribute(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add a new EntryAttribute, with its upId.
- createAttribute(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Add a new EntryAttribute, with its upId.
- createAva(String, Value) - Method in class org.apache.directory.api.ldap.model.name.Ava
-
Construct an Ava.
- createAva(SchemaManager, String, Value) - Method in class org.apache.directory.api.ldap.model.name.Ava
-
Construct a schema aware Ava.
- createBinaryValue(AttributeType, byte[]) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
- createEntry(SchemaManager, Object...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
- 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.
- createLdifEntry(SchemaManager) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Creates a schema aware LdifEntry
- createNormAva(Ava) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- createNoticeOfDisconnect(ResultCodeEnum) - Static method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
Create a NoD associated with a result code enum
- createStoragePassword(byte[], LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
create a hashed password in a format that can be stored in the server.
- createStoragePassword(String, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
- createStringValue(AttributeType, String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
- createValue(AttributeType) - Static method in class org.apache.directory.api.ldap.model.entry.Value
-
Create a Value with an AttributeType.
- CREATORS_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CREATORS_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- credentials - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
The passwords, keys or tickets used to verify user identity
- criticality - Variable in class org.apache.directory.api.ldap.model.ldif.LdifControl
-
The criticality (default value is false)
- criticality - Variable in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
The criticality (default value is false)
- 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_SALT_CHARS - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
- 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(byte[]) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
-
Creates a new instance of SimpleCSN from the serialized data
- Csn(long, int, int, int) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
-
Creates a new instance.
- Csn(String) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
-
Creates a new instance of SimpleCSN from a String.
- CSN_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_SID_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_SID_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_SID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CSN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- CsnComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for CSN.
- CsnComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
-
The CsnComparator constructor.
- CsnFactory - Class in org.apache.directory.api.ldap.model.csn
-
Generates a new
Csn
. - CsnFactory(int) - Constructor for class org.apache.directory.api.ldap.model.csn.CsnFactory
-
Creates a new CsnFactory instance
- CsnSidComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for CSN SID.
- CsnSidComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
-
The CsnSidComparator constructor.
- CsnSidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
An CSN SID syntax checker.
- CsnSidSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
-
Creates a new instance of CsnSyntaxChecker.
- CsnSidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- csnStr - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
Stores the String representation of the CSN
- CsnSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
An CSN syntax checker.
- CsnSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
-
Creates a new instance of CsnSyntaxChecker.
- CsnSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- currentAttribute - Variable in class org.apache.directory.api.ldap.model.message.AddRequestImpl
-
The current attribute being decoded
- cursor - Variable in class org.apache.directory.api.ldap.model.cursor.CursorIterator
-
The inner cursor we will iterate
- Cursor<E> - Interface in org.apache.directory.api.ldap.model.cursor
-
A Cursor for bidirectional traversal over elements in a dataSet.
- CURSOR_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logs for the cursors
- CursorClosedException - Exception in org.apache.directory.api.ldap.model.cursor
-
A specific form of IOException to note that an operation is being attempted on a closed Cursor.
- CursorClosedException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
-
Creates a new instance of CursorClosedException.
- CursorClosedException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
-
Creates a new instance of CursorClosedException.
- CursorClosedException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
-
Creates a new instance of CursorClosedException.
- CursorException - Exception in org.apache.directory.api.ldap.model.cursor
-
An class for exceptions which add Cursor specific information to Exceptions.
- CursorException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
-
Creates a new instance of CursorException.
- CursorException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
-
Creates a new instance of CursorException.
- CursorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
-
Creates a new instance of CursorException.
- CursorException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
-
Creates a new instance of LdapException.
- CursorIterator<E> - Class in org.apache.directory.api.ldap.model.cursor
-
An Iterator over a Cursor so Cursors can be Iterable for using in foreach constructs.
- CursorIterator(Cursor<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.CursorIterator
-
Creates a new instance of CursorIterator.
- CursorLdapReferralException - Exception in org.apache.directory.api.ldap.model.cursor
-
A specific form of CursorException used when a referral is met
- CursorLdapReferralException(LdapReferralException) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
Creates a new instance of CursorClosedException.
- CursorLdapReferralException(LdapReferralException, String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
Creates a new instance of CursorClosedException.
- CursorLdapReferralException(LdapReferralException, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
Creates a new instance of CursorClosedException.
- CursorStateEnum - Enum in org.apache.directory.api.ldap.model.cursor
-
An enumeration to represent the various states of a Cursor.
- CursorStateEnum() - Constructor for enum org.apache.directory.api.ldap.model.cursor.CursorStateEnum
D
- DATA_QUALITY_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DataQualitySyntaxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DataQualitySyntax.
- DataQualitySyntaxSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
-
Creates a new instance of DataQualitySyntaxSyntaxChecker.
- DataQualitySyntaxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- DATE_PATTERN - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
-
The date pattern.
- DATE_PATTERN - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
- 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(String) - Static method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
From commons-httpclients.
- decodeBase64(String, int) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Decode a string encoded using bcrypt's base64 scheme to a byte array.
- decodeUrl(byte[]) - Static method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
From commons-codec.
- DeepTrimComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator that uses the DeepTrimNormalizer before comparing two values
- DeepTrimComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator
-
The NormalizingComparator constructor.
- DeepTrimNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.
- DeepTrimNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Creates a new instance of DeepTrimNormalizer when the Normalizer must be instantiated before setting the OID.
- DeepTrimNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Creates a new instance of DeepTrimNormalizer with OID known.
- DeepTrimToLowerComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator that uses the DeepTrimToLowerNormalizer before comparing two values
- DeepTrimToLowerComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator
-
The NormalizingComparator constructor.
- DeepTrimToLowerNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.
- DeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Creates a new instance of DeepTrimToLowerNormalizer where the OID is set after instantiation.
- DeepTrimToLowerNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Creates a new instance of DeepTrimToLowerNormalizer.
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
The default length for a line in a ldif file
- DEFAULT_OWNER - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
The default schema's owner
- DEFAULT_REGEXP - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
The default pattern used to check a TelephoneNumber
- DEFAULT_REGEXP - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
The default pattern used to check a TelephoneNumber
- DEFAULT_VERSION - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The ldif file version default value
- DefaultAttribute - Class in org.apache.directory.api.ldap.model.entry
-
An LDAP attribute.
- DefaultAttribute() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a Attribute, without ID nor 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) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, without value.
- DefaultAttribute(String, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, with some binary values, and a user provided ID.
- DefaultAttribute(String, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, with some String values, and a user provided ID.
- DefaultAttribute(String, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new ClientValue which uses the specified attributeType. - DefaultAttribute(String, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, without value.
- DefaultAttribute(String, AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some byte[] values, and a user provided ID.
- DefaultAttribute(String, AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
- DefaultAttribute(String, AttributeType, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new Value which uses the specified attributeType. - DefaultAttribute(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, without ID nor value.
- DefaultAttribute(AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some byte[] values.
- DefaultAttribute(AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, without ID but with some values.
- DefaultAttribute(AttributeType, String, String, boolean, int, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute.
- DefaultAttribute(AttributeType, Attribute) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Creates a new instance of schema aware Attribute, by copying another attribute.
- DefaultAttribute(AttributeType, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some values.
- DefaultAttributeTypeRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
An AttributeType registry service default implementation.
- DefaultAttributeTypeRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Creates a new default AttributeTypeRegistry instance.
- DefaultClosureMonitor - Class in org.apache.directory.api.ldap.model.cursor
-
A basic ClosureMonitor that simply uses a boolean for state and a cause exception.
- DefaultClosureMonitor() - Constructor for class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
- DefaultComparatorRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
A Comparator registry service default implementation.
- DefaultComparatorRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
-
Creates a new default ComparatorRegistry instance.
- 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.
This class is final, it should not be extended. - DefaultEntry() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry.
- DefaultEntry(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn.
- DefaultEntry(String, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
- DefaultEntry(Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn.
- DefaultEntry(Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
- DefaultEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(SchemaManager, String, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
- DefaultEntry(SchemaManager, Entry) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, copying another entry.
- DefaultEntry(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(SchemaManager, Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
- DefaultLdapSyntaxRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
A LdapSyntax registry's service default implementation.
- DefaultLdapSyntaxRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
-
Creates a new default LdapSyntaxRegistry instance.
- DefaultMatchingRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
A MatchingRule registry's service default implementation.
- DefaultMatchingRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleRegistry
-
Creates a new default MatchingRuleRegistry instance.
- DefaultMatchingRuleUseRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
A MatchingRuleUse registry service default implementation.
- DefaultMatchingRuleUseRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
-
Creates a new default MatchingRuleUseRegistry instance.
- DefaultModification - Class in org.apache.directory.api.ldap.model.entry
-
An internal implementation for a ModificationItem.
- DefaultModification() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification with no value
- DefaultModification(ModificationOperation, String, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, Attribute) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification with no value.
- DefaultModification(ModificationOperation, AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType, Value...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(SchemaManager, Modification) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultNameFormRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
An NameForm registry's service default implementation.
- DefaultNameFormRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultNameFormRegistry
-
Creates a new default NameFormRegistry instance.
- DefaultNormalizerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
A Normalizer registry's service default implementation.
- DefaultNormalizerRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
-
Creates a new default NormalizerRegistry instance.
- DefaultObjectClassRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
-
An ObjectClass registry's service default implementation.
- DefaultObjectClassRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Creates a new default ObjectClassRegistry instance.
- defaultPattern - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker.Builder
-
The compiled default pattern
- defaultPattern - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
The compiled default pattern
- defaultPattern - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker.Builder
-
The default pattern
- defaultPattern - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
The compiled default pattern
- defaultRegexp - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker.Builder
-
The compiled default pattern
- defaultRegexp - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
The compiled default pattern
- defaultRegexp - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker.Builder
-
The compiled default pattern
- defaultRegexp - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
The default pattern
- 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.
- DefaultSchemaObjectRegistry<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema.registries
-
Common schema object registry interface.
- DefaultSchemaObjectRegistry(SchemaObjectType, OidRegistry<T>) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Creates a new DefaultSchemaObjectRegistry instance.
- 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.
- DEL_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The DelRequest message
- DEL_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The DelResponse message
- 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(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 - org.apache.directory.api.ldap.model.ldif.ChangeType
-
The Delete changeType
- DELETE - org.apache.directory.api.ldap.model.message.controls.ChangeType
-
A Delete
- DELETE_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that may result from delete operations.
- 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
- 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.
- DeleteNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- deleteOldRdn - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
The delete old rdn flag
- deleteOldRdn - Variable in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
PDU's deleteOldRdn flag
- DeleteRequest - Interface in org.apache.directory.api.ldap.model.message
-
Delete request protocol message used to remove an existing leaf entry from the directory.
- 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.
- 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.
- DELIVERY_METHOD_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DELIVERY_METHODS - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
-
The Set which contains the delivery methods
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
-
Creates a new instance of DeliveryMethodSyntaxChecker.
- 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
- 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
- delUsedBy(SchemaObject, SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Del an association between a SchemaObject an the SchemaObject that refers it
- delUsing(SchemaObject, SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Del an association between a SchemaObject an the SchemaObject it refers
- 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
- dependencies - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Contains the list of schema it depends on
- DEREF_ALIAS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DEREF_ALWAYS - org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Alias handling mode value that dereferences always
- DEREF_FINDING_BASE_OBJ - org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Alias handling mode value that dereferences only in finding the base
- DEREF_IN_SEARCHING - org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Alias handling mode value that dereferences only when searching
- DerefAliasSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid DerefAlias.
- DerefAliasSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
-
Creates a new instance of DerefAliasSyntaxChecker.
- DerefAliasSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- desc - Variable in class org.apache.directory.api.ldap.model.filter.AssertionNode
-
Description of assertion for polish printouts
- desc - Variable in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapSyntaxElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- DESC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
- DESC_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- descendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
- descendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
- descendants(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
- descendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
- descendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
- descr() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4512 Section 1.4
- DESCR - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
- DESCR - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
- description - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
A short description of this SchemaObject
- 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.
- DescriptionUtils() - Constructor for class org.apache.directory.api.ldap.model.schema.DescriptionUtils
-
Private constructor.
- deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Deserialize a StringValue from a byte[], starting at a given position
- deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.name.Ava
-
Deserialize an AVA from a byte[], starting at a given position
- deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Deserialize a RDN from a byte[], starting at a given position
- deserialize(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Deserialize an entry.
- deserialize(ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.Value
-
Deserialize a Value.
- deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.Value
-
Deserialize a Value.
- 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
- 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
- diagnosticMessage - Variable in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Decriptive diagnostic message - defaults to empty string
- digest(LdapSecurityConstants, byte[], byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
Compute the hashed password given an algorithm, the credentials and an optional salt.
- 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.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
- DIRECTORY_OPERATION - org.apache.directory.api.ldap.model.schema.UsageEnum
-
value for attributes with directoryOperation usage
- DIRECTORY_OPERATION_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Usage
- DIRECTORY_STRING_FIRST_COMPONENT_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
DirectoryString First Component Match
- DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIRECTORY_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DirectoryStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
- DirectoryStringSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
-
Creates a new instance of DirectoryStringSyntaxChecker.
- DirectoryStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- disable() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Disable the schema
- disable() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
-
Disable the schema
- disable(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
- disable(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.
- disabled - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Tells if this schema is disabled
- disabledAccepted - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A flag indicating that disabled SchemaObject are accepted
- 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 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.
- 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
- 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.model.subtree.AntlrSubtreeSpecificationChecker
- distinguishedName() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- distinguishedName(SchemaManager, Dn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
Parses a Dn string.
- DISTRIBUTED_OPERATION - org.apache.directory.api.ldap.model.schema.UsageEnum
-
value for attributes with distributedOperation usage
- DISTRIBUTED_OPERATION_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- DIT_CONTENT_RULE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
- DIT_CONTENT_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_CONTENT_RULE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_CONTENT_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_CONTENT_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_CONTENT_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_REDIRECT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_REDIRECT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_STRUCTURE_RULE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
- DIT_STRUCTURE_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_STRUCTURE_RULE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_STRUCTURE_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_STRUCTURE_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DIT_STRUCTURE_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DitContentRule - Class in org.apache.directory.api.ldap.model.schema
-
A ditContentRule specification. ditContentRules identify the content of entries of a particular structural objectClass.
- DitContentRule(String) - Constructor for class org.apache.directory.api.ldap.model.schema.DitContentRule
-
Creates a DitContentRule object using a unique OID.
- DitContentRuleDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 DIT content rule descriptions.
- DitContentRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
-
Creates a schema parser instance.
- DitContentRuleDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the DIT content rule descripton syntax according to RFC 4512, par 4.2.6:
- DitContentRuleDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
-
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
- DitContentRuleDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- DitContentRuleElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- 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.
- DitContentRuleHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.DitContentRuleHelper
- ditContentRuleRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The DitContentRule registry
- DitContentRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
-
An DitContentRule registry's service interface.
- DitStructureRule - Class in org.apache.directory.api.ldap.model.schema
-
A dITStructureRule definition.
- DitStructureRule(int) - Constructor for class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
Creates a new instance of DitStructureRule
- DitStructureRuleDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 DIT structure rule descriptions.
- DitStructureRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
-
Creates a schema parser instance.
- DitStructureRuleDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the DIT structure rule descripton syntax according to RFC 4512, par 4.2.7.1:
- DitStructureRuleDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
-
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
- DitStructureRuleDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- DitStructureRuleElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- 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.
- DitStructureRuleHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.DitStructureRuleHelper
- ditStructureRuleRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The DitStructureRule registry
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker
-
Creates a new instance of DLSubmitPermissionSyntaxChecker.
- 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 - Variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
The Dn for this entry
- dn - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Distinguished name identifying the name of the authenticating subject - defaults to the empty string
- dn - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The Dn
- Dn - Class in org.apache.directory.api.ldap.model.name
-
The Dn class contains a Dn (Distinguished Name).
- Dn() - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Construct an empty Dn object
- Dn(String...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Creates a new instance of Dn, using varargs to declare the RDNs.
- Dn(Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Creates a Dn from a list of Rdns.
- Dn(Rdn, Dn) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Creates a Dn concatenating a Rdn and a Dn.
- Dn(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Construct an empty Schema aware Dn object
- Dn(SchemaManager, String...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Creates a new instance of schema aware Dn, using varargs to declare the RDNs.
- Dn(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Construct an empty Schema aware Dn object
- Dn(SchemaManager, Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
-
Creates a Schema aware Dn from a list of Rdns.
- DN_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
- Dn.RdnIterator - Class in org.apache.directory.api.ldap.model.name
-
An iterator over RDNs
- dnAttributes - Variable in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
The name of the dn attributes
- dnCache - Variable in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
-
The cache for DNs
- dnComparator - Variable in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
- 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.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker
-
Creates a new instance of DNSyntaxChecker.
- DnSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- DnUtils - Class in org.apache.directory.api.ldap.model.name
-
Utility class used to manipulate Dn or Rdn elements.
- DnUtils() - Constructor for class org.apache.directory.api.ldap.model.name.DnUtils
-
a private constructor
- 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
- DOLLAR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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.model.name.AntlrDnTokenTypes
- DOT - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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
- DQUOTE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- DQUOTE - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- DRINK_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DRINK_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DSA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DSA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DSA_OPERATION - org.apache.directory.api.ldap.model.schema.UsageEnum
-
value for attributes with dSAOperation usage
- DSA_OPERATION_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- DSA_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DSA_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DSA_QUALITY_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DsaQualitySyntaxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DSAQualitySyntax according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 5.2.2.2 :
- DsaQualitySyntaxSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker
-
Creates a new instance of DSAQualitySyntaxSyntaxChecker.
- DsaQualitySyntaxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- DSE_BITS - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
-
The Set which contains the DESBits
- DSE_BITS_STRINGS - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
-
The DSE BITS keywords
- DSE_TYPE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DseTypeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DSEType according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 6.2.1.5 :
- DseTypeSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
-
Creates a new instance of DSETypeSyntaxChecker.
- DseTypeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- dump(String, SchemaObject, SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Dump the reference operation as a String
- dumpUsedBy() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Dump the UsedBy data structure as a String
- dumpUsing() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Dump the Using data structure as a String
- DYNAMIC_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DYNAMIC_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DYNAMIC_SUBTREES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- DYNAMIC_SUBTREES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
E
- E_SYNC_REFRESH_REQUIRED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The server may return this result code on the initial content poll if it is safe to do so when it is unable to perform the operation due to various reasons.
- eksKey(byte[], byte[]) - Method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Perform the "enhanced key schedule" step described by Provos and Mazieres in "A Future-Adaptable Password Scheme" http://www.openbsd.org/papers/bcrypt-paper.ps
- 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_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_RESULT_CODE_SET - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
- 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
- enable() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Enable the schema
- enable() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
-
Enable the schema
- enable(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
- enable(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.
- enableNotification(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
-
Sets the notification for a given changeType
- enableNotification(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
Sets the notification for a given changeType
- enableRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
- enableRelaxed(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.
- enableStats - Variable in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
-
Flag to enable stats
- encipher(int[], int) - Method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Blowfish encipher a single 64-bit block encoded as two 32-bit halves
- encodeBase64(byte[], int) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Encode a byte array using bcrypt's slightly-modified base64 encoding scheme.
- encodeBase64(String) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Base64 encode a String
- 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.
- encryptPassword(byte[], LdapSecurityConstants, byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
encrypts the given credentials based on the algorithm name and optional salt
- end - Variable in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
The ending position for the cursor in the list.
- END - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
-
Creates a new instance of EnhancedGuideSyntaxChecker.
- EnhancedGuideSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- entry - Variable in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
The wrapped Entry for this entry
- entry - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
the entry
- entry - Variable in class org.apache.directory.api.ldap.model.message.AddRequestImpl
-
A MultiMap of the new entry's attributes and their values
- entry - Variable in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
-
Entry returned in response to search
- 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_ALREADY_EXISTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned by the server when the client attempts to add an entry which already exists, or if the client attempts to rename an entry with the name of an entry which exists.
- ENTRY_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.
- 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.
- 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.
- entryDn - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
the DN
- entryLen - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
total length of an LDIF entry including the comments
- entryOffset - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
the parsed entry's starting position
- 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
- 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 - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- equality - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The equality MatchingRule associated with the equalityID
- EQUALITY - org.apache.directory.api.ldap.model.filter.AssertionType
-
equality assertion node
- EQUALITY - org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
-
value for equality usage
- EQUALITY - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- EQUALITY_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- EqualityNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A assertion value node for Equality.
- EqualityNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
-
Creates a new Equality object.
- EqualityNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
-
Creates a new Equality object.
- EqualityNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
-
Creates a new Equality object.
- equalityOid - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The equality OID associated with this AttributeType
- equals(Object) - Method in class org.apache.directory.api.ldap.model.csn.Csn
-
Indicates whether some other object is "equal to" this one
- equals(Object) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
- equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
- equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
- equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
- equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
- equals(Object) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
We compare two values using their Comparator, if any.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.AndNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.OrNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
- equals(Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
-
Checks for equality first by asking the super method which should compare all but the Abandoned request's Id.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Checks to see if two messages are equivalent.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractRequest
-
Checks to see if two messages are equivalent.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
-
Checks to see if an object is equal to this AbstractResultResponse.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
-
Checks to see if an object is equivalent to this AddRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Checks to see if two messages are equivalent.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
-
Checks to see if this BindResponse is equal to another BindResponse.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Checks to see if an object is equivalent to this CompareRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
-
Checks to see if an object is equivalent to this DeleteRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Checks to see if an object equals this IntemediateResponse.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
Checks to see of an object equals this ModifyDnRequest stub.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Checks to see if ModifyRequest stub equals another by factoring in checks for the name and modification items of the request.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
-
Compares this Referral implementation to see if it is the same as another.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Checks to see if two search requests are equal.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
-
Checks for equality by using the underlying LdapResult objects of this SearchResponseDone stub.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
-
Checks for equality by comparing the objectName, and attributes properties of this Message after delegating to the super.equals() method.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
-
Checks to see if an object is equal to this SearchResponseReference stub.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Ava
- equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Dn
- equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Compares the specified Object with this Rdn for equality.
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
- equals(Object) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
- equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
- equals(Object) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- EQUALS - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- error - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
An Exception to handle error message, has Iterator.next() can't throw exceptions
- errorHandler - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
- errorHandler - Variable in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
- errorHandler - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
- errors - Variable in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
- ESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- ESCAPE - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- escapeBytes(byte[]) - Static method in class org.apache.directory.api.ldap.model.filter.LeafNode
-
Escape a binary value into a String form that is accepted as a Filter
- escapeFilterValue(String) - Static method in class org.apache.directory.api.ldap.model.filter.LeafNode
-
Handles the escaping of special characters in LDAP search filter assertion values using the <valueencoding> rule as described in RFC 4515.
- escapeFilterValue(AttributeType, byte[]) - Static method in class org.apache.directory.api.ldap.model.filter.LeafNode
-
Handles the escaping of special characters in LDAP search filter assertion values using the <valueencoding> rule as described in RFC 4515.
- escapeString(byte[]) - Static method in class org.apache.directory.api.ldap.model.filter.LeafNode
-
Escape a String value into a String form that is accepted as a Filter
- escapeValue(byte[]) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Transform a value in a String, accordingly to RFC 2253
- escapeValue(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Transform a value in a String, accordingly to RFC 2253
- ESCESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- ESCSHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- EVAL_GREATER - Static variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Constants for comparisons : @gt;
- EVAL_LESSER - Static variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Constants for comparisons : <
- 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
- 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
- expressions - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker.Builder
-
the set of regular expressions
- expressions - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
the set of regular expressions
- 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_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that could result from extended operations.
- EXTENDED_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ExtendedRequest message
- EXTENDED_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ExtendedResponse message
- 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.
- ExtendedNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- ExtendedRequest - Interface in org.apache.directory.api.ldap.model.message
-
Extended protocol request message used to add to more operations to the protocol.
- ExtendedResponse - Interface in org.apache.directory.api.ldap.model.message
-
Extended protocol response message used to confirm the results of a extended request message.
- EXTENSIBLE - org.apache.directory.api.ldap.model.filter.AssertionType
-
extensible match assertion node
- 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
- ExtensibleNode - Class in org.apache.directory.api.ldap.model.filter
-
Filter expression tree node for extensible assertions.
- ExtensibleNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Creates a new emptyExtensibleNode object.
- ExtensibleNode(String, Value, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Creates a new ExtensibleNode object.
- ExtensibleNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Creates a new emptyExtensibleNode object.
- ExtensibleNode(AttributeType, Value, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Creates a new ExtensibleNode object.
- Extension(boolean, String, String) - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
-
Creates a new instance of Extension.
- EXTENSION_OID - Static variable in 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.
- EXTENSION_PREFIX - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- extensionList - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The extensions.
- extensions - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
A map containing the list of supported extensions
- 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
F
- FACSIMILE_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FACSIMILE_TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FACSIMILE_TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FacsimileTelephoneNumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a facsimile TelephoneNumber according to ITU recommendation E.123 for the Telephone number part, and from RFC 4517, par. 3.3.11 :
- FacsimileTelephoneNumberSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
Creates a new instance of TelephoneNumberSyntaxChecker.
- FacsimileTelephoneNumberSyntaxChecker(String, String, Pattern) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
Creates a new instance of TelephoneNumberSyntaxChecker.
- FacsimileTelephoneNumberSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- failCause - Variable in exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
- FastDnParser - Enum in org.apache.directory.api.ldap.model.name
-
A fast LDAP Dn parser that handles only simple DNs.
- FastDnParser() - Constructor for enum org.apache.directory.api.ldap.model.name.FastDnParser
- fastParser - Variable in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
-
The fast schemaObject parser
- FAVOURITE_DRINK_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FAX_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- faxParameters - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
A set which contains all the possible fax parameters values
- FaxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Fax according to RFC 4517.
- FaxSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
-
Private default constructor to prevent unnecessary instantiation.
- FaxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- FEATURE_ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FEATURE_MODIFY_INCREMENT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- fetch() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Gets the current entry, but don't move forward.
- filter - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
a filter using only assertions on objectClass attributes for subtree refinement
- filter - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The filter as a string
- filter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- filter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- FILTER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
- FILTER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
- FILTER_VALUE - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
- FILTER_VALUE - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
- FilterEncoder - Class in org.apache.directory.api.ldap.model.filter
-
An encoder for LDAP filters.
- FilterEncoder() - Constructor for class org.apache.directory.api.ldap.model.filter.FilterEncoder
- filterNode - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Search filter expression tree's root node
- FilterParser - Class in org.apache.directory.api.ldap.model.filter
-
This class parse a Ldap filter.
- FilterParser() - Constructor for class org.apache.directory.api.ldap.model.filter.FilterParser
- FilterVisitor - Interface in org.apache.directory.api.ldap.model.filter
-
Filter expression tree node visitor interface.
- finalPattern - Variable in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
The end fragment after wildcard
- findAlgorithm(byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
Get the algorithm from the stored password.
- FINE_RESOLUTION - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
- first() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Positions this Cursor at the first element.
- first() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
Positions this Cursor at the first element.
- first() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Positions this Cursor at the first element.
- first() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Positions this Cursor at the first element.
- first() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
Positions this Cursor at the first element.
- FOLLOW - org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
-
Floow referral
- followReferrals() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Tells the client to follow referrals instead of throwing exceptions
- followReferrals() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Tells the client to follow referrals instead of throwing exceptions
- forceScopeRendering - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
modal parameter that forces explicit scope rendering in toString
- form - Variable in class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
The associated NameForm
- FORM - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- FORM_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- format(String, String...) - Static method in class org.apache.directory.api.ldap.model.filter.FilterEncoder
-
Formats a filter and handles encoding of special characters in the value arguments using the <valueencoding> rule as described in RFC 4515.
- fqcn - Variable in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
The Full Qualified Class Name
- FQCN - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
- FQCN - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
- FQCN - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
- FQCN_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- FRIENDLY_COUNTRY_NAME_CO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FRIENDLY_COUNTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- FRIENDLY_COUNTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
G
- 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
- 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_PATTERN - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
-
The GeneralizedDate pattern matching
- GENERALIZED_TIME_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
-
Creates a new instance of GeneralizedTimeSyntaxChecker.
- GeneralizedTimeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- generateCryptSalt(int) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
- generateModify(Dn, Entry, Rdn, Rdn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
-
A helper method to generate the modified attribute after a rename.
- generatePbkdf2Hash(byte[], LdapSecurityConstants, byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
generates a hash based on the PKCS5S2 spec Note: this has been implemented to generate hashes compatible with what JIRA generates.
- generateReverted(Dn, Rdn, Dn, Rdn, boolean) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
-
A helper method which generates a reverted entry for a MODDN operation
- 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
- genSalt() - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
- genSalt(int) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- genSalt(int, SecureRandom) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- GENSALT_DEFAULT_LOG2_ROUNDS - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- get() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
Gets the object at the current position.
- get() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Get the first value of this attribute.
- get() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Get the first value of this attribute.
- get() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
- get(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 class org.apache.directory.api.ldap.model.filter.AbstractExprNode
- get(Object) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
-
Gets an annotation on the tree by key.
- get(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Gets a message scope parameter.
- get(Object) - Method in interface org.apache.directory.api.ldap.model.message.Message
-
Gets a message scope parameter.
- get(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- get(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Returns the attribute with the specified alias.
- get(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Returns the attribute with the specified alias.
- get(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Returns the attribute with the specified alias.
- get(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Returns a attribute given it's id
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets the SchemaObject associated with a given OID.
- get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Returns the attribute associated with an AttributeType
- get(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Returns the attribute associated with an AttributeType
- get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Returns the attribute associated with an AttributeType
- getAbandoned() - Method in 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.
- getAdministrativeRoles() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
- getAlgorithm() - Method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
- getAlgorithm() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
-
The hash algorithm used to hash the password, null for plain text passwords.
- getAlgorithm(String) - Static method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
Get the associated constant from a string
- getAliasDerefMode() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
- 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
- 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.
- getAnnotations() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
-
Gets the annotations as a Map.
- getAny() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Gets the list of wildcard surrounded any fragments.
- getApplicableAttributeOids() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
- getApplicableAttributes() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
- getAsciiBytes(String) - Static method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Converts the specified string to byte array of ASCII characters.
- 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 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.
- 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.
- 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.ldap.model.entry.DefaultEntry
-
Gets all the attributes
- getAttributes() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Gets all the attributes
- getAttributes() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Gets all the attributes
- getAttributes() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Gets a list of the attributes to be returned from each entry which matches the search filter.
- getAttributes() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Gets a list of the attributes to be returned from each entry which matches the search filter.
- getAttributes() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- getAttributes(SchemaObject, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
-
Get a SchemaObject as an Entry
- getAttributeType() - Method in 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 class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Returns the attributeType from an Attribute ID.
- getAttributeType(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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
- getAttributeTypes() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Gets the attribute types.
- 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
- getAuxObjectClasses() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- getAuxObjectClassOids() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- getAva() - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Return the unique Ava, or the first one of we have more than one
- getAva(int) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Return the Nth Ava
- getAva(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Get the Ava which type is given as an argument.
- getBase() - Method in 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.
- 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.
- getBoolean(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
- getBytecode() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
- getByteCode(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
A base64 string
- getBytes() - Method in class org.apache.directory.api.ldap.model.csn.Csn
-
Get the CSN as a byte array.
- getBytes() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
- getBytes() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
- getBytes() - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Get the wrapped value as a byte[], if and only if the Value is binary, otherwise returns null.
- getBytesCopy() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- getBytesReference() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- 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
- getChangeCount() - Method in class org.apache.directory.api.ldap.model.csn.Csn
- getChangeNumber() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
- getChangeNumber() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
- getChangeType() - Method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Get's the ordinal value for a ChangeType.
- getChangeType() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Get the change type
- getChangeType() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
- getChangeType() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
- getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Get the ChangeType instance from an integer value
- getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
-
Gets the changeType enumeration type for an integer value.
- getChangeTypes() - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
- getChangeTypes() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
- getChildren() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
-
Gets the children below this BranchNode.
- 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.
- getClassType(String) - Static method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT.
- getCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Gets the code of the exception.
- 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
- 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
- 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.
- 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
- 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 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(byte[], int, int, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
Compute the credentials
- getCryptCredentials(byte[], int, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
- getCurrentAttributeType() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
- 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.
- 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.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
- 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() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
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.
- getDescrRelaxed(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
In quirksMode :
- getDescrStrict(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
In strict mode :
- 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
- 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
- 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
- getDn() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Get this entry's Dn.
- getDn() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Get this entry's Dn.
- getDn() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Get this entry's Dn.
- getDn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- getDn() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
-
Gets the DN of the subject in this authentication request.
- getDn() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Gets the DN of the subject in this authentication request.
- getDn() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- getDn(Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
- getDn(Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
- getDn(Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
-
Get the DN from the given object
- getEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
- getEncodedValue() - Method in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
- 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
- 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.
- 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.
- 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
- 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
- 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
- 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
- getExpressions() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Get the list of regexp stored into this SyntaxChecker
- getExtendedResponse() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
The result containing response for this request.
- 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.
- 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(StringBuilder, Map<String, List<String>>) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
- getExtensionValue(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Gets the extension value.
- getFailCause() - Method in exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
- 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
- getFinal() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Gets the final fragment or suffix.
- getFirstChild() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
-
Convenience method that gets the first child in the children array.
- getForm() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
- getFqcn() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
- getFqcn(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
A FQCN
- 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
- getHost() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- 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.
- getId(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Get the trimmed and lower cased entry ID
- getInitial() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Gets the initial fragment.
- getIntermediate() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
- getItem() - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
- getIterator() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- 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
- getKey() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
-
Gets the key for this Tuple.
- getKeyString(Object) - Method in interface org.apache.directory.api.ldap.model.cursor.TupleRenderer
-
Gets the key Object rendered as a String.
- 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
- 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
- getLdapComparator() - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Gets a comparator using getMatchingRule() to resolve the matching that the comparator is extracted from.
- 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.
- 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
- 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.
- getLengthBeforeParsing() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Returns the lengthBeforeParsing of the entry at the time of parsing.
- 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.
- getLine() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
gets a line from the underlying data store
- getLine(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- getLineNumber() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
- getLoadableDescription(LoadableSchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
-
Generate the description for Comparators, Normalizers and SyntaxCheckers.
- 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.
- getLoadedSchemas() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Gets an unmodifiable Map of schema names to loaded Schema objects.
- getMacro(OpenLdapSchemaParser.PosSchema) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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.
- 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
- 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
- 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.
- 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 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
- 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.
- 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.
- 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.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.
- 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
- getMustRecursive(List<AttributeType>, Set<ObjectClass>, ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- 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.
- 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
- 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.
- 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
- getNbBytes() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- 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.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.
- getNoidLenRelaxed(AttributeType, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
noidlen = oidRelaxed [ LCURLY len RCURLY ]
- getNoidLenStrict(AttributeType, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
noidlen = oidStrict [ LCURLY len RCURLY ]
- getNormalized() - Method in class org.apache.directory.api.ldap.model.entry.Value
- getNormalizedFilter(ExprNode) - Static method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
-
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
- getNormalizedFilter(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
-
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
- getNormalizer() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
- getNormalizer() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Gets the Normalizer enabling the use of this MatchingRule for EQUALITY matching and indexing.
- getNormalizer() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
-
Get the normalizer
- 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
- 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
- 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
- getNumericOid(String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
-
Get the OID from the SchemaObject description
- getNumericOid(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
numericoid ::= number ( DOT number )+ number ::= DIGIT | LDIGIT DIGIT+ DIGIT ::= %x30 | LDIGIT ; "0"-"9" LDIGIT ::= %x31-39 ; "1"-"9" DOT ::= %x2E ; period (".")
- getObjectBySchemaName() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- 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
- 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 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 class org.apache.directory.api.ldap.model.ldif.LdifEntry
- getOid() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
- getOid() - Method in interface org.apache.directory.api.ldap.model.message.Control
- getOid() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
Get the OID
- getOid() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Gets usually what is the numeric object identifier assigned to this SchemaObject.
- getOid() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
The DIT structure rule does not have an OID Gets usually what is the numeric object identifier assigned to this SchemaObject.
- getOid() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Gets usually what is the numeric object identifier assigned to this SchemaObject.
- getOid(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Get an OID from a name.
- getOidAndMacroRelaxed(OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
In relaxed mode :
- 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.
- getOidRelaxed(OpenLdapSchemaParser.PosSchema, boolean) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
In quirks mode :
- getOidsRelaxed(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
oids ::= oid | ( LPAREN WSP oidlist WSP RPAREN ) oidlist ::= oid *( WSP DOLLAR WSP oid )
- getOidsStrict(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
oids ::= oid | ( LPAREN WSP oidlist WSP RPAREN ) oidlist ::= oid *( WSP DOLLAR WSP oid )
- getOidStrict(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
In normal mode :
- 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.
- 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.
- 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.
- getOtherObject() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Gets the 'other' schema object.
- 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.
- getParent() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Gets the parent Dn of this Dn.
- getPartialNumericOid(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
partialNumericoid ::= number ( DOT number )* number ::= DIGIT | LDIGIT DIGIT+ DIGIT ::= %x30 | LDIGIT ; "0"-"9" LDIGIT ::= %x31-39 ; "1"-"9" DOT ::= %x2E ; period (".")
- getPassword() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
-
The hashed or plain text password.
- getPbkdf2Credentials(byte[], int, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
Gets the credentials from a PKCS5S2 hash.
- getPort() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- 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
- getPrimaryName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Gets the primary name associated with an OID.
- getQDescrRelaxed(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
qdescr ::== SQUOTE descr SQUOTE descr ::= keystring keystring ::= leadkeychar *keychar leadkeychar ::= ALPHA keychar ::= ALPHA | DIGIT | HYPHEN
- getQDescrs(Reader, OpenLdapSchemaParser.PosSchema, boolean) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
qdescrs ::= qdescr | LPAREN WSP qdescrlist WSP RPAREN qdescrlist ::= [ qdescr *( SP qdescr ) ] qdescr ::== SQUOTE descr SQUOTE descr ::= keystring keystring ::= leadkeychar *keychar leadkeychar ::= ALPHA keychar ::= ALPHA / DIGIT / HYPHEN
- getQDescrStrict(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
qdescr ::== SQUOTE descr SQUOTE descr ::= keystring keystring ::= leadkeychar *keychar leadkeychar ::= ALPHA keychar ::= ALPHA | DIGIT | HYPHEN
- getQDString(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
No relaxed version.
- getQDStrings(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
qdstrings ::= qdstring | ( LPAREN WSP qdstringlist WSP RPAREN ) qdstringlist ::= qdstring *( SP qdstring )* qdstring ::= SQUOTE dstring SQUOTE dstring ::= 1*( QS / QQ / QUTF8 ) ; escaped UTF-8 string
- getRawOidOrNameSuffix() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Gets the raw OID or name plus suffix.
- getRdn() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Retrieves the last (leaf) component of this name.
- getRdn() - Method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
Get the Rdn associated with a schemaObjectType
- getRdn(int) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Retrieves a component of this name.
- getRdnAttributeType(String) - Static method in class org.apache.directory.api.ldap.model.name.DnUtils
-
Gets the attributeType of a RDN (the left part of the RDN).
- getRdns() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Retrieves all the components of this name.
- getRdnValue(String) - Static method in class org.apache.directory.api.ldap.model.name.DnUtils
-
Gets the value of a RDN ( the right part of the RDN).
- 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 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.
- getReferralContext() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
Not yet implemented
- getReferralContext() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
Not yet implemented
- getReferralContext(Map<?, ?>) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
Not yet implemented
- getReferralContext(Map<?, ?>) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
Not yet implemented
- getReferralInfo() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
- getReferralInfo() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
- getReferralLength() - Method in interface org.apache.directory.api.ldap.model.message.Referral
- getReferralLength() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
- 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
- getRelatedId() - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Gets the related ID (name or OID) of the exception.
- 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
- getReplicaIdCompareResult(Csn) - Method in class org.apache.directory.api.ldap.model.csn.Csn
- 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.
- 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.
- getResolveOid(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Return a complete OID from a macro followed by an OID.
- 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.
- 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).
- 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 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 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 exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
Always returns
ResultCodeEnum.REFERRAL
- getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
Always returns
ResultCodeEnum.REFERRAL
- 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
-
Always returns
ResultCodeEnum.REFERRAL
- 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.
- getResultCodes(Throwable) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Gets the set of result codes a Throwable may map to.
- 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
- getRuleId() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
- getRuleId(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
ruleid ::= number number ::= DIGIT | LDIGIT DIGIT+ DIGIT ::= [0-9] LDIGIT ::= [1-9]
- getRuleIds(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
ruleids ::= ruleid | ( LPAREN WSP ruleidlist WSP RPAREN ) ruleidlist ::= ruleid ( SP ruleid )*
- 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 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.
- 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 class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Gets the schema.
- 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.
- getSchemaName() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Gets the name of the schema this SchemaObject is associated with.
- getSchemaName() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Gets the name of the logical schema the objects of this Schema belong to: e.g. krb5-kdc may be the logical LDAP schema name.
- getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
-
Gets the name of the logical schema the objects of this Schema belong to: e.g. krb5-kdc may be the logical LDAP schema name.
- getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Gets the name of the schema this SchemaObject is associated with.
- getSchemaName(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Retrieve the schema name for a specific SchemaObject, or return "other" if none is found.
- getSchemaName(SchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
- 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.ldap.model.filter.ScopeNode
-
Gets the search scope.
- getScope() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
- getScope() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Gets the search scope parameter enumeration.
- getScope() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Gets the search scope parameter enumeration.
- getScope() - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
-
Gets the corresponding scope constant value as defined in RFC 4511.
- getScope() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- getScope(String) - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
-
Gets the SearchScope associated with a scope String
- getSearchResultDone() - Method in 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
- 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.
- 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 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.
- 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.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.
- 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.
- getString() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
- getString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
- getString() - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Get the User Provided value.
- getString() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- getString(T) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
- 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.
- getSubPrefix() - Method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
- 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.
- 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.
- getSuperior() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Gets the the superior AttributeType of this AttributeType.
- 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.
- getSuperiorOids(T) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.ReferenceCallback
- getSuperiors() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Gets the superclasses of this ObjectClass.
- getSuperRules() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
- 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.
- getSyntaxChecker() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Gets the SyntaxChecker used to validate values in accordance with this Syntax.
- 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
- 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.
- 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.
- 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.
- getTimestamp() - Method in class org.apache.directory.api.ldap.model.csn.Csn
- 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.
- 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.
- 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.
- getUpId(String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Get the UpId if it is null.
- getUpValue() - Method in class org.apache.directory.api.ldap.model.entry.Value
- 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.
- getUsageRelaxed(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- getUsageStrict(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- getUsedBy(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Gets the Set of SchemaObjects referencing the given SchemaObject
- getUsing(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Gets the Set of SchemaObjects referenced by the given SchemaObject
- getVal() - Method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
- getValue() - Method in enum org.apache.directory.api.ldap.model.constants.SaslQoP
-
Gets the equivalent string value.
- getValue() - Method in enum org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
Gets the equivalent string value.
- getValue() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
-
Gets the value for this Tuple.
- getValue() - Method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
- getValue() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Gets the value.
- getValue() - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Gets the value.
- getValue() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
-
Get back the control value
- getValue() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
- getValue() - Method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
- getValue() - Method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
- getValue() - Method in class org.apache.directory.api.ldap.model.name.Ava
-
Get the Value of a Ava
- getValue() - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Return the User Provided value, as a String
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapSyntaxElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- getValue() - Method in interface org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SchemaObjectElements
- getValue() - Method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
- 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(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(String, byte[]) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
- 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 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.
- getXString(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
xstring ::= "X" HYPHEN ( ALPHA | HYPHEN | USCORE )+
- 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
- globalOidRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The global OID registry
- 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
- GREATEREQ - org.apache.directory.api.ldap.model.filter.AssertionType
-
greater than or equal to assertion node
- GreaterEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A assertion value node for GreaterOrEqual.
- GreaterEqNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
-
Creates a new GreaterOrEqual object.
- GreaterEqNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
-
Creates a new GreaterOrEqual object.
- GreaterEqNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
-
Creates a new GreaterOrEqual object.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
-
Creates a new instance of GuideSyntaxChecker
- GuideSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
H
- h - Variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
The computed hashcode.
- h - Variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
The computed hashcode.
- h - Variable in class org.apache.directory.api.ldap.model.entry.Value
-
The computed hashcode.
- h - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
The computed hashcode
- h - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
The computed hashcode
- h - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The hashcode for this schemaObject
- handle(Logger, String, Throwable) - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
- handle(Logger, String, Throwable) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaErrorHandler
-
Handle schema error.
- HAS_SUBORDINATES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HAS_SUBORDINATES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- hasControl(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Checks whether or not this message has the specified control.
- hasControl(String) - Method in interface org.apache.directory.api.ldap.model.message.Message
-
Checks whether or not this message has the specified control.
- hasControls() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- hasDescendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Quick lookup to see if an attribute has descendants.
- hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Quick lookup to see if an attribute has descendants.
- hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Quick lookup to see if an objectClass has descendants.
- hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Quick lookup to see if an attribute has descendants.
- hasDescendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Quick lookup to see if an objectClass has descendants.
- hasDescendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Quick lookup to see if an objectClass has descendants.
- hasDescendants(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Quick lookup to see if an attribute has descendants.
- hasDescendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Quick lookup to see if an attribute has descendants.
- hasDescendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Quick lookup to see if an attribute has descendants.
- hasDnAttributes() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Gets the Dn attributes.
- hasEncodedValue() - Method in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
-
Tells if the control has a stored value.
- hasError() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
- hasExtension(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Check if a given extension is part of the SchemaObject.
- hasExtension(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Check if a given extension is part of the SchemaObject.
- HASH_METHOD_CRYPT - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The crypt encryption method
- HASH_METHOD_CRYPT_BCRYPT - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The BCrypt encryption method
- HASH_METHOD_CRYPT_MD5 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The crypt (MD5) encryption method
- HASH_METHOD_CRYPT_SHA256 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The crypt (SHA-256) encryption method
- HASH_METHOD_CRYPT_SHA512 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The crypt (SHA-512) encryption method
- HASH_METHOD_MD5 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The MD5 encryption method
- HASH_METHOD_PKCS5S2 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The PBKDF2-based encryption method
- HASH_METHOD_SHA - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The SHA encryption method
- HASH_METHOD_SHA256 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The SHA-256 encryption method
- HASH_METHOD_SHA384 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The SHA-384 encryption method
- HASH_METHOD_SHA512 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The SHA-512 encryption method
- HASH_METHOD_SMD5 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The Salter MD5 encryption method
- HASH_METHOD_SSHA - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The Salted SHA encryption method
- HASH_METHOD_SSHA256 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The salted SHA-256 encryption method
- HASH_METHOD_SSHA384 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The salted SHA-384 encryption method
- HASH_METHOD_SSHA512 - org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The salted SHA-512 encryption method
- hashCode() - Method in class org.apache.directory.api.ldap.model.csn.Csn
-
Returns a hash code value for the object.
- hashCode() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
- hashCode() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
The hashCode is based on the id, the isHR flag and on the internal values.
- hashCode() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Get the hash code of this ClientEntry.
- hashCode() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Compute the modification @see Object#hashCode
- hashCode() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Get the hash code of this ClientEntry.
- hashCode() - Method in class org.apache.directory.api.ldap.model.entry.Value
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
- hashCode() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
- hashCode() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractRequest
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
- hashCode() - Method in class org.apache.directory.api.ldap.model.name.Ava
-
Gets the hashcode of this object.
- hashCode() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Gets the hash code of this Dn.
- hashCode() - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Gets the hashcode of this rdn.
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
- hashCode() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
- hashCode() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
-
Compute the hash code for this wrapper.
- hashCode() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
- hashPw(String, String) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Hash a password using the OpenBSD bcrypt scheme
- hasHumanReadableFlag - Variable in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
A flag set to true if the Syntax has a X-NOT-HUMAN-READABLE extension
- hasMoreChars(Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Checks if there are more characters.
- hasNext() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
- hasNext() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Tests to see if another LDIF is on the input channel.
- hasNext() - Method in class org.apache.directory.api.ldap.model.name.Dn.RdnIterator
- hasNext() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- hasNextInternal() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Tests to see if another LDIF is on the input channel.
- hasObjectClass(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Tells if an entry as some specific ObjectClasses values
- hasObjectClass(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Tells if an entry as some specific ObjectClasses values
- hasObjectClass(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Tells if an entry as some specific ObjectClasses values
- hasObjectClass(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Tells if an entry has some specific ObjectClasses Attributes
- hasObjectClass(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Tells if an entry has some specific ObjectClasses Attributes
- hasObjectClass(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Tells if an entry has some specific ObjectClasses Attributes
- hasOption() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
- hasOption(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
- hasResponse - Variable in class org.apache.directory.api.ldap.model.message.AbstractRequest
-
Flag indicating whether or not this request returns a response.
- hasResponse() - Method in class org.apache.directory.api.ldap.model.message.AbstractRequest
-
Indicator flag used to determine whether or not this type of request produces a reply.
- hasResponse() - Method in interface org.apache.directory.api.ldap.model.message.Request
-
Tests to see if this Request produces one or more response types.
- hasValue() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
- hCredentials - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
A storage for credentials hashCode
- HEX - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- HEXPAIR - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- HEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- hexstring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
- HEXVALUE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- HEXVALUE_OR_SHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- hierarchicalOrdered(List<AttributeType>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
-
Gets an hierarchical ordered
Iterable
of the givenAttributeType
s. - HIGH - org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
High SASL Security Strength
- hitCount - Variable in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
- HOME_DIRECTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOME_DIRECTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOME_PHONE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOME_PHONE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOME_POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOME_POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOME_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- host - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The host
- HOST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOST_NAME_VERIFICATION_FAILED - org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
- hostType - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The type of host we use
- HostTypeEnum - Enum in org.apache.directory.api.ldap.model.url
-
The type of Host we may have .
- HostTypeEnum() - Constructor for enum org.apache.directory.api.ldap.model.url.HostTypeEnum
- HOUSE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HOUSE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- HYPHEN - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- HYPHEN - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
I
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
-
Creates a new instance of a child with a given OID.
- Ia5StringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- id - Variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
The normalized ID (will be the OID if we have a AttributeType)
- id - Variable in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
The session unique message sequence identifier
- 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_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_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.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
- ID_chopBefore - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
- 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_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_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_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_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_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.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
- ID_specificExclusions - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
- IEEE_802_DEVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IEEE_802_DEVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IGNORE - org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
-
Ignore referral
- IGNORE_CASE - Static variable in class org.apache.directory.api.ldap.model.schema.PrepareString
-
A flag used to keep casing during the map process
- ignoreReferrals() - Method in 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
The wrapped AttributeType registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
The wrapped LdapComparator registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
The wrapped DitContentRule registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
The wrapped DitStructureRule registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
The wrapped LdapSyntax registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
The wrapped MatchingRule registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
The wrapped MatchingRuleUse registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
The wrapped NameForm registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
The wrapped Normalizer registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
The wrapped ObjectClass registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
The wrapped SyntaxChecker registry
- 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.
- INAPPROPRIATE_AUTHENTICATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned by the server when the client has tried to use a method of authentication that is inappropriate, that is a method of authentication which the client is unable to use correctly.
- INAPPROPRIATE_MATCHING - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
An attempt was made, e.g., in a filter, to use a matching rule not defined for the attribute type concerned [X511, Section 12.4].
- INAPPROPRIATEMATCHING - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- InconsistentCursorStateException - Exception in org.apache.directory.api.ldap.model.cursor
-
Thrown to indicate a condition in the Cursor where the state seems inconsistent based on internal accounting.
- InconsistentCursorStateException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.InconsistentCursorStateException
-
Creates a new instance of InconsistentCursorStateException.
- InconsistentCursorStateException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.InconsistentCursorStateException
-
Creates a new instance of CursorClosedException.
- increment(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for increment by 1 in the target entry.
- increment(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for increment by 1 in the target entry.
- increment(String, int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for increment in the target entry.
- increment(String, int) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for increment in the target entry.
- increment(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for increment by 1 in the target entry.
- increment(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for increment by 1 in the target entry.
- increment(Attribute, int) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for increment in the target entry.
- increment(Attribute, int) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for increment in the target entry.
- INCREMENT_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
-
Increment operation, RFC 4525
- index - Variable in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
The current position in the list
- index - Variable in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
The current position in the list
- index - Variable in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
The current index in the list of referrals
- index - Variable in class org.apache.directory.api.ldap.model.name.Dn.RdnIterator
- INDEX_64 - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- INET_ORG_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- INET_ORG_PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- INFERIOR - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
-
Constant used in comparisons
- INFO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- INFO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- init() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Initialize the LdifReader
- init(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.Value
- 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
- INITIAL_CHAR - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- INITIAL_SPACES - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- initialize() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Initializes the SchemaService
- initialPattern - Variable in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
The initial fragment before any wildcard
- 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
- initKey() - Method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Initialise the Blowfish key schedule
- initObjectClassAT() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
This method is used to initialize the OBJECT_CLASS_AT attributeType.
- initReader(BufferedReader) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Store the reader and initialize the LdifReader
- injectCommon(SchemaObject, Entry, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
- injectNames(List<String>, Entry, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
- 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 - org.apache.directory.api.ldap.model.name.FastDnParser
- INSTANCE - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
-
A static exception to be used by the monitor
- INSTANCE - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
A static exception to be used by the monitor
- INSTANCE - Static variable in exception org.apache.directory.api.ldap.model.name.TooComplexDnException
-
An instance of this exception to avoid creation a new one every time we need it
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
-
A static instance of the UuidComparator
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
A static instance of this normalizer
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
-
A static instance of AccessPointSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
-
A static instance of AttributeTypeDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
-
A static instance of AttributeTypeUsageSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
-
A static instance of AudioSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
-
A static instance of BinarySyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
-
A static instance of BitStringSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
-
A static instance of BooleanSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
-
A static instance of BootParameterSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
-
A static instance of CertificateListSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
-
A static instance of CertificatePairSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
-
A static instance of CertificateSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
-
A static instance of ComparatorSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
-
A static instance of CountrySyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
-
A static instance of CsnSidSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
-
A static instance of CsnSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
-
A static instance of DataQualitySyntaxSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
-
A static instance of DeliveryMethodSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
-
A static instance of DerefAliasSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
-
A static instance of DirectoryStringSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
-
A static instance of DitContentRuleDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
-
A static instance of DitStructureRuleDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker
-
A static instance of DlSubmitPermissionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker
-
A static instance of DnSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker
-
A static instance of DsaQualitySyntaxSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
-
A static instance of DseTypeSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
-
A static instance of EnhancedGuideSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
A static instance of FacsimileTelephoneNumberSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
-
A static instance of FaxSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
-
A static instance of GeneralizedTimeSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
-
A static instance of GuideSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
-
A static instance of Ia5StringSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
-
A static instance of IntegerSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
-
A static instance of JavaByteSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
-
A static instance of JavaIntegerSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
-
A static instance of JavaLongSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
-
A static instance of JavaShortSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
-
A static instance of JpegSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
-
A static instance of LdapSyntaxDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
-
A static instance of MailPreferenceSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
-
A static instance of MasterAndShadowAccessPointSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
-
A static instance of MatchingRuleDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
-
A static instance of MatchingRuleUseDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker
-
A static instance of MhsOrAddressSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
-
A static instance of NameAndOptionalUIDSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
-
A static instance of NameFormDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker
-
A static instance of NisNetGroupTripleChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
-
A static instance of NormalizerSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
-
A static instance of NumberSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
-
A static instance of NumericOidSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
-
A static instance of NumericStringSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
-
A static instance of ObjectClassDescriptionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
-
A static instance of ObjectClassTypeSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
-
A static instance of ObjectNameSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
-
A static instance of OctetStringSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
-
A static instance of OidLenSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
-
A static instance of OidSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
-
A static instance of OtherMailboxSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
-
A static instance of PostalAddressSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
-
A static instance of PresentationAddressSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
-
A static instance of PrintableStringSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
-
A static instance of ProtocolInformationSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
-
A static instance of SearchScopeSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
-
A static instance of SubstringAssertionSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
-
A static instance of SubtreeSpecificationSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
-
A static instance of SupplierAndConsumerSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
-
A static instance of SupplierInformationSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
-
A static instance of SupplierOrConsumerSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
-
A static instance of SupportedAlgorithmSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
-
A static instance of SyntaxCheckerSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
A static instance of TelephoneNumberSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
-
A static instance of TeletexTerminalIdentifierSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
-
A static instance of TelexNumberSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
-
A static instance of UtcTimeSyntaxChecker
- INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
-
A static instance of UuidSyntaxChecker
- INSUFFICIENT_ACCESS_RIGHTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The requestor does not have the right to carry out the requested operation [X511, Section 12.7].
- INSUFFICIENTACCESSRIGHTS - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- 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.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.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
-
Creates a new instance of IntegerSyntaxChecker.
- IntegerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- INTERMEDIATE_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The IntermediateResponse message
- 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).
- IntermediateResponseImpl - Class in org.apache.directory.api.ldap.model.message
-
IntermediateResponse implementation
- IntermediateResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Creates a new IntermediateResponseImpl instance
- IntermediateResponseImpl(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Creates an IntermediateResponseImpl instance
- IntermediateResponseImpl(String) - Constructor for class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Creates an IntermediateResponseImpl instance
- INTERNATIONAL_ISDN_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- INTERNATIONAL_ISDN_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- intersection(Set<ResultCodeEnum>, Set<ResultCodeEnum>) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
- INVALID_ATTRIBUTE_SYNTAX - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned by the server if the attribute syntax for the attribute value, specified as an argument of the operation, is unrecognized or invalid.
- INVALID_ATTRIBUTE_VALUE_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
Exception
. - INVALID_CREDENTIALS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code is returned if the Dn or password used in a simple bind operation is incorrect, or if the Dn or password is incorrect for some other reason, e.g. the password has expired.
- INVALID_DN_SYNTAX - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned by the server if the Dn syntax is incorrect.
- INVALID_NAME_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
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 newCsn
. - InvalidCSNException() - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Creates a new instance.
- InvalidCSNException(String) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified message.
- InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified message and cause.
- InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified cause.
- InvalidCursorPositionException - Exception in org.apache.directory.api.ldap.model.cursor
-
Thrown to indicate an illegal position state for a Cursor when a call to get is made.
- InvalidCursorPositionException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException
-
Creates a new instance of InvalidCursorPositionException.
- InvalidCursorPositionException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException
-
Creates a new instance of InvalidCursorPositionException.
- IP_HOST_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_HOST_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_HOST_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_HOST_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_NETMASK_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_NETMASK_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_NETWORK_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_NETWORK_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_NETWORK_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_NETWORK_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_PROTOCOL_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_PROTOCOL_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_PROTOCOL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_PROTOCOL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_SERVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_SERVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_SERVICE_PORT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_SERVICE_PORT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_SERVICE_PROTOCOL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IP_SERVICE_PROTOCOL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- IPV_FUTURE - org.apache.directory.api.ldap.model.url.HostTypeEnum
-
IP V(future) host
- IPV4 - org.apache.directory.api.ldap.model.url.HostTypeEnum
-
IP V4 host
- IPV6 - org.apache.directory.api.ldap.model.url.HostTypeEnum
-
IP V6 host
- is - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The internal inputStream
- 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.
- isAlpha(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- isAncestorOf(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor of dc=example, dc=com - isAncestorOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor of dc=example, dc=com - isAncestorOf(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Checks to see if this AttributeType is the ancestor of another attributeType.
- isAncestorOrEqual(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Recursive method which checks to see if a descendant is really an ancestor or if the two are equal.
- isAttributeNameValid(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Tells if an AttributeType name is valid or not.
- isAuxiliary() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Tells if the current ObjectClass is AUXILIARY
- 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.
- isChangeAdd() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- 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
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
whether or not this type is a collective attribute
- isCollective() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Gets whether or not this AttributeType is a collective attribute.
- isCollectiveAdminRole() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
-
Tells if the type contains the Collective attribute Administrative Role
- isComment(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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).
- isCritical - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
- 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 - Variable in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
A flag set when the LdapResult is a SUCESS with no additional information
- isDefaultSuccess() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
-
Tells if the LdapResult is a success, with no added information.
- isDefaultSuccess() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Tells if the LdapResult is a success, with no added information.
- isDefined(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
- isDefined(String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
-
Checks to see if an attribute name/oid is defined.
- isDeleteOldRdn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- isDerefAlways() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Checks to see if we dereference while searching and finding the base.
- isDerefFindingBase() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Checks to see if we dereference while finding the base.
- isDerefInSearching() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Checks to see if we dereference while searching.
- isDescendantOf(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if a Dn is a child of another Dn.
For instance, dc=example, dc=com is a descendant of dc=com - isDescendantOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if a Dn is a child of another Dn.
For instance, dc=example, dc=apache, dc=com is a descendant of dc=com - isDescendantOf(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Checks to see if this AttributeType is the descendant of another attributeType.
- isDigit(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- isDisabled() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Tells if this SchemaObject is disabled.
- isDisabled() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Checks whether or not this schema is enabled or disabled.
- isDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
-
Checks whether or not this schema is enabled or disabled.
- isDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject is disabled.
- isDisabled(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Tells if the given Schema is disabled
- isDisabled(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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.
- 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).
- isDone() - Method in interface org.apache.directory.api.ldap.model.cursor.SearchCursor
- isEmpty() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Tells if the Dn contains no Rdn
- isEmpty(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- isEnabled - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Whether or not this SchemaObject is enabled
- isEnabled() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Tells if this SchemaObject is enabled.
- isEnabled() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
Checks whether or not this schema is enabled or disabled.
- isEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
-
Checks whether or not this schema is enabled or disabled.
- isEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject is enabled.
- isEnabled(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Tells if the given Schema is enabled
- isEnabled(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Tells if the given Schema is enabled
- 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
- isEscape(OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- isEscape(OpenLdapSchemaParser.PosSchema, int) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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 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
- isHR - Variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Tells if the attribute is Human Readable or not.
- isHR - Variable in class org.apache.directory.api.ldap.model.entry.Value
-
Two flags used to tell if the value is HR or not in serialization
- isHR - Variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser.UpAndNormValue
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
the human readable flag
- 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.
- 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
- 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
- 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.
- 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.
- 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 - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
- isNormalizing() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- isNormizing() - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Tests to see if this parser is normalizing.
- 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
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Whether or not this SchemaObject is obsolete
- 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.
- isOperational() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Tells if the attributeType is an OPERATIONAL attribute or not
- isPdm(String, int, Set<String>) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
-
Check if the string contains a delivery method which has not already been found.
- 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.
- 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.
- isQuirksModeEnabled - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
A flag used to tell the parser if it should be strict or not
- isQuirksModeEnabled - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.PosSchema
- 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 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.
- isRelaxed - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
A flag set when the SchemaManager is in relaxed mode
- isRelaxed - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
A flag indicating that the Registry is relaxed or not
- isRelaxed - Variable in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
A flag indicating that the Registry is relaxed or not
- isRelaxed - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A flag indicating that the Registries is relaxed or not
- 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.
- isResolved() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Checks if is resolved.
- isResolveObjectIdentifierMacros - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Flag whether object identifier macros should be 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
- isSimple - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Simple vs.
- 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.
- isSingleValued - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
whether or not this type is single valued
- isSingleValued() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Gets whether or not this AttributeType is single-valued.
- 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.
- isStructural() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Tells if the current ObjectClass is STRUCTURAL
- isTriggersAdminRole() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
-
Tells if the type contains the Triggers Administrative Role
- 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
- isUser() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Tells if the attributeType is a USER attribute or not
- isUserModifiable() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Gets whether or not this AttributeType can be modified by a user.
- isValid() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
Test that the FQCN is equal to the instance's name.
- isValid(String) - Static method in class org.apache.directory.api.ldap.model.csn.Csn
-
Check if the given String is a valid CSN.
- isValid(String) - Static method in class org.apache.directory.api.ldap.model.name.Dn
-
Check if a DistinguishedName is syntactically valid.
- isValid(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Validate a NameComponent :
- isValid(String) - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
-
A shared and static method used to check that the string is a BitString.
- isValid(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Checks to see if this attribute is valid along with the values it contains.
- isValid(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Checks to see if this attribute is valid along with the values it contains.
- isValid(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.name.Dn
-
Check if a DistinguishedName is syntactically valid.
- isValid(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Validate a NameComponent :
- isValid(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.entry.Value
-
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
- isValidateDn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
- isValidInet4Address(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Validates an IPv4 address.
- isValidInet6Address(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
This code source was taken from commons.validator 1.5.0 Validates an IPv6 address.
- isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.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.
- isVersion3 - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Bind behavior exhibited by protocol version
- 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 - Variable in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
-
The item
- item() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- item() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- 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.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.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterable
- iteratorOids() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Lists all the OIDs within the registry.
J
- JANET_MAILBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JANET_MAILBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JAVA_BYTE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JAVA_CHAR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JAVA_INT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JAVA_LONG_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JAVA_SHORT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JavaByteSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Java primitive short or the Short wrapper.
- JavaByteSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
-
Creates a new instance of JavaByteSyntaxChecker.
- JavaByteSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- JavaIntegerSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Java primitive int or the Integer wrapper.
- JavaIntegerSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
-
Creates a new instance of JavaIntegerSyntaxChecker.
- JavaIntegerSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- JavaLongSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Java primitive long or the Long wrapper.
- JavaLongSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
-
Creates a new instance of JavaLongSyntaxChecker.
- JavaLongSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- JavaShortSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Java primitive Short or the Short wrapper.
- JavaShortSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
-
Creates a new instance of JavaShortSyntaxChecker.
- JavaShortSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- JDBM_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JDBM_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JNDI_BATCHSIZE - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Batch size of search results returned
- JNDI_FACTORY_CONTROL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
List of FQCNs of the control factory classes
- JNDI_FACTORY_INITIAL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
FQCN of the factory creating the InitialContext
- JNDI_FACTORY_OBJECT - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
List of FQCNs of the Object factory
- JNDI_FACTORY_SOCKET - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The FQCN of the socket factory to use to connect to the server
- JNDI_FACTORY_STATE - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
List of FQCNs of the state factory
- JNDI_LANGUAGE - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The Language to use
- JNDI_LDAP_ATTRIBUTES_BINARY - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The list of binary attributes
- JNDI_LDAP_CONTROL_CONNECT - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The controls to send when connectiong
- JNDI_LDAP_DAP_DEREF_ALIASES - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if and how we dereference aliases
- JNDI_LDAP_DELETE_RDN - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the old Rdn must be deleted when doing a MODDN
- JNDI_LDAP_REF_SEPARATOR - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The separator to use when dealing with RefAddr
- JNDI_LDAP_REFERRAL_LIMIT - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The maximum number of referral to follow in a chain of referrals
- JNDI_LDAP_TYPES_ONLY - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
tells that we want the attributeTypes only to be returned
- JNDI_LDAP_VERSION - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Specifies the LDAP version to use
- JNDI_PROVIDER_URL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The list of URL pointing to a LDAP server
- JNDI_REFERRAL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells how the referral should be handled
- JNDI_SASL_AUTHENTICATION - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the the server must authenticate the client
- JNDI_SASL_AUTHORIZATION_ID - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The SASL authorization ID
- JNDI_SASL_CALLBACK - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
An instance of CallbackHandler to use when required
- JNDI_SASL_MAX_BUFFER - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The maximum size of the receive buffer
- JNDI_SASL_POLICY_CREDENTIALS - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the server must require some credentials
- JNDI_SASL_POLICY_FORWARD - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the server must support forward secrecy
- JNDI_SASL_POLICY_NO_ACTIVE - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the SASL mechanism is protected against active attacks
- JNDI_SASL_POLICY_NO_ANONYMOUS - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the SASL mechanism accept or not anonymous connections
- JNDI_SASL_POLICY_NO_DICTIONARY - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the SASL mechanism is protected against dictionary attacks
- JNDI_SASL_POLICY_NO_PLAIN_TEXT - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Tells if the server allow Plain text mechanism
- JNDI_SASL_QOP - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The SASL Quality Of Protection value
- JNDI_SASL_REALM - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The SASL Realm
- JNDI_SASL_STRENGTH - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The cipher strength
- JNDI_SECURITY_AUTHENTICATION - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The Authentication mechanism
- JNDI_SECURITY_CREDENTIALS - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The credentials
- JNDI_SECURITY_PRINCIPAL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The Principal
- JNDI_SECURITY_PROTOCOL - Static variable in class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
The security protocol to use
- JndiPropertyConstants - Class in org.apache.directory.api.ldap.model.constants
-
This class contains all the Ldap specific properties described in the JNDI API.
- JndiPropertyConstants() - Constructor for class org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
Ensures no construction of this class, also ensures there is no need for final keyword above (Implicit super constructor is not visible for default constructor), but is still self documenting.
- jndiValue - Variable in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Stores the integer value of each element of the enumeration
- JPEG_PHOTO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JPEG_PHOTO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JPEG_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- JpegSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Jpeg according to RFC 4517.
- JpegSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
-
Creates a new instance of JpegSyntaxChecker.
- JpegSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- JUST_OPENED - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor has been created and so has not been positioned yet
K
- KEEP_OLD_RDN - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
-
Flag used when we want to keep the old Rdn
- KERBEROS_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logger for KERBEROS
- key - Variable in class org.apache.directory.api.ldap.model.cursor.Tuple
-
the key for this Tuple
- key(byte[]) - Method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Key the Blowfish cipher
- KEYWORD_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- KEYWORD_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- KNOWLEDGE_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- KNOWLEDGE_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- KRB5_PRINCIPAL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- KRB5_PRINCIPAL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
L
- L_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- L_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LABELED_URI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LABELED_URI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LABELED_URI_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LABELED_URI_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LANGLE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- 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.
- lastTimestamp - Static variable in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
The last timestamp
- latestBytesMap - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
-
The latest anonymized byte[] value map
- latestIntegerMap - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
-
The latest anonymized Integer value map
- latestStringMap - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.CaseSensitiveStringAnonymizer
-
The latest anonymized String value map
- latestStringMap - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
-
The latest anonymized String value map
- LBRACE - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- LDAP_ROOT_DSE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LDAP_ROOT_DSE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LDAP_SCHEMA_DEFINITION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LDAP_SCHEMA_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LDAP_SCHEME - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The constant for "ldap://" scheme.
- LDAP_SYNTAX - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A Syntax
- LDAP_SYNTAX_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LDAP_SYNTAXES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LDAP_SYNTAXES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- LdapAdminLimitExceededException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapTimeLimitExceededException which associates a resultCode namely the
ResultCodeEnum.ADMIN_LIMIT_EXCEEDED
resultCode with the exception. - LdapAdminLimitExceededException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException
-
Creates a new instance of LdapAdminLimitExceededException.
- LdapAdminLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException
-
Creates a new instance of LdapAdminLimitExceededException.
- LdapAffectMultipleDsaException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.AFFECTS_MULTIPLE_DSAS
value with the type. - LdapAffectMultipleDsaException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
-
Creates a new instance of LdapAffectMultipleDsaException.
- LdapAffectMultipleDsaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
-
Creates a new instance of LdapAffectMultipleDsaException.
- LdapAliasDereferencingException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM
value with the type. - LdapAliasDereferencingException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
-
Creates a new instance of LdapAliasDereferencingException.
- LdapAliasDereferencingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
-
Creates a new instance of LdapAliasDereferencingException.
- LdapAliasException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.ALIAS_PROBLEM
value with the type. - LdapAliasException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
-
Creates a new instance of LdapAliasException.
- LdapAliasException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
-
Creates a new instance of LdapAliasException.
- LdapApiReason() - Constructor for enum org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
- LdapAttributeInUseException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which holds the LDAP resultCode associated with the exception. - LdapAttributeInUseException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
-
Creates a new instance of LdapAttributeInUseException.
- LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
-
Creates a new instance of LdapAttributeInUseException.
- LdapAuthenticationException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.INVALID_CREDENTIALS
value with the type. - LdapAuthenticationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
-
Creates a new instance of LdapAuthenticationException.
- LdapAuthenticationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
-
Creates a new instance of LdapAuthenticationException.
- LdapAuthenticationNotSupportedException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of the
LdapOperationException
carrying along an unequivocal ResultCodeEnum value. - LdapAuthenticationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
-
Creates a new instance of LdapAuthenticationNotSupportedException.
- LdapAuthenticationNotSupportedException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
-
Creates a new instance of LdapAuthenticationNotSupportedException.
- LdapCannotCancelException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapCannotCancelException which associates a resultCode, namely the
ResultCodeEnum.CANNOT_CANCEL
resultCode with the exception. - LdapCannotCancelException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapCannotCancelException
-
Creates a new instance of LdapCannotCancelException.
- LdapCannotCancelException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapCannotCancelException
-
Creates a new instance of LdapCannotCancelException.
- ldapComparator - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
The associated Comparator
- LdapComparator<T> - Class in org.apache.directory.api.ldap.model.schema
-
An class used for Comparator.
- LdapComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapComparator
-
Create a new instance of a 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.
- LdapComparatorElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
- LdapConfigurationException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapException
which associates a resultCode namely theResultCodeEnum.OTHER
resultCode with the exception. - LdapConfigurationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConfigurationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConstants - Class in org.apache.directory.api.ldap.model.constants
-
A list of LDAP constants
- LdapConstants() - Constructor for class org.apache.directory.api.ldap.model.constants.LdapConstants
- LdapContextNotEmptyException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapContextNotEmptyException which contains an LDAP result code.
- LdapContextNotEmptyException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
-
Creates a new instance of LdapContextNotEmptyException.
- LdapContextNotEmptyException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
-
Creates a new instance of LdapContextNotEmptyException.
- LdapEntryAlreadyExistsException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapOperationException
which contains LDAP specific information such as a result code. - LdapEntryAlreadyExistsException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
-
Creates a new instance of LdapEntryAlreadyExistsException.
- LdapEntryAlreadyExistsException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
-
Creates a new instance of LdapEntryAlreadyExistsException.
- LdapException - Exception in org.apache.directory.api.ldap.model.exception
-
An class for exceptions which add LDAP specific information to Exceptions.
- LdapException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapInvalidAttributeTypeException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which holds the LDAP resultCode associated with the exception. - LdapInvalidAttributeTypeException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
-
Creates a new instance of LdapInvalidAttributeTypeException.
- LdapInvalidAttributeTypeException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
-
Creates a new instance of LdapInvalidAttributeTypeException.
- LdapInvalidAttributeTypeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
-
Creates a new instance of LdapInvalidAttributeTypeException.
- LdapInvalidAttributeValueException - Exception in org.apache.directory.api.ldap.model.exception
-
Makes a
LdapOperationException
unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it. - LdapInvalidAttributeValueException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidAttributeValueException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidAttributeValueException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidDnException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
designed to hold an unequivocal LDAP result code. - LdapInvalidDnException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
To be used by some special exceptions like LdapInvalidDnException
- LdapInvalidDnException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
to be used by some special exceptions like LdapInvalidDnException
- LdapInvalidDnException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
Creates a new instance of LdapInvalidDnException.
- LdapInvalidDnException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
Creates a new instance of LdapInvalidDnException.
- LdapInvalidDnException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
Creates a new instance of LdapInvalidDnException.
- LdapInvalidSearchFilterException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.INAPPROPRIATE_MATCHING
value with the type. - LdapInvalidSearchFilterException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
-
Creates a new instance of LdapInvalidSearchFilterException.
- LdapInvalidSearchFilterException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
-
Creates a new instance of LdapInvalidSearchFilterException.
- LdapLdifException - Exception in org.apache.directory.api.ldap.model.ldif
-
An exception throws when we get an error while parsing a LDIF file.
- LdapLdifException(String) - Constructor for exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
-
Creates a new instance of LdapLdifException.
- LdapLdifException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
-
Creates a new instance of LdapLdifException.
- LdapLoopDetectedException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.LOOP_DETECT
value with the type. - LdapLoopDetectedException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
-
Creates a new instance of LdapLoopDetectedException.
- LdapLoopDetectedException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
-
Creates a new instance of LdapLoopDetectedException.
- LdapNoPermissionException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapOperationException
which associates a resultCode namely theResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS
resultCode with the exception. - LdapNoPermissionException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
-
Creates a new instance of LdapNoPermissionException.
- LdapNoPermissionException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
-
Creates a new instance of LdapNoPermissionException.
- LdapNoSuchAttributeException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which holds the LDAP resultCode associated with the exception. - LdapNoSuchAttributeException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
-
Creates a new instance of LdapNoSuchAttributeException.
- LdapNoSuchAttributeException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
-
Creates a new instance of LdapNoSuchAttributeException.
- LdapNoSuchAttributeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
-
Creates a new instance of LdapNoSuchAttributeException.
- LdapNoSuchObjectException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapOperationException
holding LDAP specific information such as the LDAP ResultCode. - LdapNoSuchObjectException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
-
Creates a new instance of LdapNoSuchObjectException.
- LdapNoSuchObjectException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
-
Creates a new instance of LdapNoSuchObjectException.
- LdapNoSuchOperationException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapNoSuchOperationException which associates a resultCode, namely the
ResultCodeEnum.NO_SUCH_OPERATION
resultCode with the exception. - LdapNoSuchOperationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchOperationException
-
Creates a new instance of LdapNoSuchOperationException.
- LdapNoSuchOperationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchOperationException
-
Creates a new instance of LdapNoSuchOperationException.
- LdapOperationErrorException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.OPERATIONS_ERROR
value with the type. - LdapOperationErrorException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
-
Creates a new instance of LdapOperationErrorException.
- LdapOperationErrorException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
-
Creates a new instance of LdapOperationErrorException.
- LdapOperationErrorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
-
Creates a new instance of LdapOperationErrorException.
- LdapOperationException - Exception in org.apache.directory.api.ldap.model.exception
-
An class for LDAP operation exceptions which add LDAP specific information to Exceptions.
- LdapOperationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOperationException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOperationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOperationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOtherException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.OTHER
value with the type. - LdapOtherException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
-
Creates a new instance of LdapOtherException.
- LdapOtherException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
-
Creates a new instance of LdapOtherException.
- LdapOtherException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
-
Creates a new instance of LdapOtherException.
- LdapPartialResultException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapOperationException
which associates a resultCode namely theResultCodeEnum.REFERRAL
resultCode with the exception. - LdapPartialResultException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapPartialResultException
-
Creates a new instance of LdapPartialResultException.
- LdapProtocolErrorException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.PROTOCOL_ERROR
value with the type. - LdapProtocolErrorException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
-
Creates a new instance of LdapProtocolErrorException.
- LdapProtocolErrorException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
-
Creates a new instance of LdapProtocolErrorException.
- LdapProtocolErrorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
-
Creates a new instance of LdapProtocolErrorException.
- ldapReferralException - Variable in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
The contained referralException
- LdapReferralException - Exception in org.apache.directory.api.ldap.model.exception
-
A
LdapOperationException
which associates a resultCode namely theResultCodeEnum.REFERRAL
resultCode with the exception. - LdapReferralException(Collection<String>) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
Creates a new instance of LdapReferralException.
- LdapReferralException(Collection<String>, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
Creates a new instance of LdapReferralException.
- ldapResult - Variable in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
-
Response result components
- LdapResult - Interface in org.apache.directory.api.ldap.model.message
-
LDAPv3 result structure embedded into Responses.
- 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
- LDAPS_SCHEME - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The constant for "ldaps://" scheme.
- LdapSchemaException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapException
which is used to report issues during the integrity check of the schema by the SchemaManager. - LdapSchemaException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
- LdapSchemaExceptionCodes - Enum in org.apache.directory.api.ldap.model.exception
-
This enum contains all the various codes that can be used to report issues during the integrity check of the schema by the SchemaManager.
- LdapSchemaExceptionCodes() - Constructor for enum org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
- LdapSchemaViolationException - Exception in org.apache.directory.api.ldap.model.exception
-
Makes a
LdapOperationException
unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it. - LdapSchemaViolationException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
-
Creates a new instance of LdapSchemaViolationException.
- LdapSchemaViolationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
-
Creates a new instance of LdapSchemaViolationException.
- LdapSchemaViolationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
- LdapSecurityConstants - Enum in org.apache.directory.api.ldap.model.constants
-
An enum to store all the security constants used in the server
- LdapSecurityConstants(String, String, String) - Constructor for enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
Creates a new instance of LdapSecurityConstants.
- LdapSecurityConstants(String, String, String, String) - Constructor for enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
Creates a new instance of LdapSecurityConstants.
- LdapServiceUnavailableException - Exception in org.apache.directory.api.ldap.model.exception
-
LDAP specific
LdapOperationException
that preserves resultCode resolution. - LdapServiceUnavailableException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
-
Creates a new instance of LdapServiceUnavailableException.
- LdapServiceUnavailableException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
-
Creates a new instance of LdapServiceUnavailableException.
- LdapSizeLimitExceededException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapSizeLimitExceededException which associates a resultCode namely the
ResultCodeEnum.SIZE_LIMIT_EXCEEDED
resultCode with the exception. - LdapSizeLimitExceededException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSizeLimitExceededException
-
Creates a new instance of LdapSizeLimitExceededException.
- LdapSizeLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSizeLimitExceededException
-
Creates a new instance of LdapSizeLimitExceededException.
- LdapStrongAuthenticationRequiredException - Exception in org.apache.directory.api.ldap.model.exception
-
A subclass of
LdapOperationException
which associates theResultCodeEnum.STRONG_AUTH_REQUIRED
value with the type. - LdapStrongAuthenticationRequiredException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
-
Creates a new instance of LdapStrongAuthenticationRequiredException.
- LdapStrongAuthenticationRequiredException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
-
Creates a new instance of LdapStrongAuthenticationRequiredException.
- ldapSyntax - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
The associated LdapSyntax
- LdapSyntax - Class in org.apache.directory.api.ldap.model.schema
-
A syntax definition.
- LdapSyntax(String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Creates a Syntax object using a unique OID.
- LdapSyntax(String, String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Creates a Syntax object using a unique OID.
- LdapSyntax(String, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Creates a Syntax object using a unique OID.
- LdapSyntaxDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 LDAP syntx descriptions.
- LdapSyntaxDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
-
Creates a schema parser instance.
- LdapSyntaxDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the LDAP syntax description syntax according to RFC 4512, par 4.2.2:
- LdapSyntaxDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
-
Creates a new instance of LdapSyntaxDescriptionSyntaxChecker.
- LdapSyntaxDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- LdapSyntaxElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapSyntaxElements
- 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.
- LdapSyntaxHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.LdapSyntaxHelper
- ldapSyntaxOid - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
The associated LdapSyntax OID
- ldapSyntaxRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The LdapSyntax registry
- LdapSyntaxRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
-
An LdapSyntax registry service interface.
- LdapTimeLimitExceededException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapTimeLimitExceededException which associates a resultCode namely the
ResultCodeEnum.TIME_LIMIT_EXCEEDED
resultCode with the exception. - LdapTimeLimitExceededException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTimeLimitExceededException
-
Creates a new instance of LdapTimeLimitExceededException.
- LdapTimeLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTimeLimitExceededException
-
Creates a new instance of LdapTimeLimitExceededException.
- LdapTlsHandshakeException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapTlsException is thrown if the SSL/TLS handshake failed.
- LdapTlsHandshakeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
-
The constructor with a reason string argument.
- LdapTlsHandshakeExceptionClassifier - Class in org.apache.directory.api.ldap.model.exception
- LdapTlsHandshakeExceptionClassifier() - Constructor for class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeExceptionClassifier
- LdapTlsHandshakeFailCause - Class in org.apache.directory.api.ldap.model.exception
- LdapTlsHandshakeFailCause() - Constructor for class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
- LdapTlsHandshakeFailCause(Throwable, Throwable, CertPathValidatorException.Reason, String) - Constructor for class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
- LdapTlsHandshakeFailCause.LdapApiReason - Enum in org.apache.directory.api.ldap.model.exception
-
Additional reasons.
- LdapTooLateException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapTooLateException which associates a resultCode namely the
ResultCodeEnum.TOO_LATE
resultCode with the exception. - LdapTooLateException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTooLateException
-
Creates a new instance of LdapTooLateException.
- LdapTooLateException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTooLateException
-
Creates a new instance of LdapTooLateException.
- LdapUnknownException - Exception in org.apache.directory.api.ldap.model.exception
-
A LdapUnknownException which associates a resultCode, namely the
ResultCodeEnum.UNKNOWN
resultCode with the exception. - LdapUnknownException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
-
Creates a new instance of LdapUnknownException.
- LdapUnknownException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
-
Creates a new instance of LdapUnknownException.
- LdapUnwillingToPerformException - Exception in org.apache.directory.api.ldap.model.exception
-
An LDAPException that extends the
LdapOperationException
carrying with it the corresponding result codes for this condition. - LdapUnwillingToPerformException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException, with a default ResultCode to UNWILING_TO_PERFORM.
- LdapUnwillingToPerformException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException.
- LdapUnwillingToPerformException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException.
- LdapUnwillingToPerformException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException.
- LdapUnwillingToPerformException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
- LdapUriException - Exception in org.apache.directory.api.ldap.model.exception
-
The URI parsing and escape encoding exception.
- LdapUriException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUriException
-
The constructor with a reason string argument.
- LdapUrl - Class in org.apache.directory.api.ldap.model.url
-
Decodes a LdapUrl, and checks that it complies with the RFC 4516.
- LdapUrl() - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl
-
Construct an empty LdapUrl
- LdapUrl(String) - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl
-
Create a new LdapUrl from a String after having parsed it.
- LdapUrl.Extension - Class in org.apache.directory.api.ldap.model.url
-
An inner bean to hold extension information.
- LdapURLEncodingException - Exception in org.apache.directory.api.ldap.model.exception
-
Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.
- LdapURLEncodingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
-
Creates a LdapStringEncodingException
- LdapURLEncodingException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
-
Creates a LdapStringEncodingException
- ldapUrlValue - Variable in enum org.apache.directory.api.ldap.model.message.SearchScope
-
The LDAP URL string value of either base, one or sub as defined in RFC 2255.
- LDIF_ENTRY - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Type of element read : ENTRY
- LDIF_SAFE_OTHER_CHARS_ALPHABET - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
The array that will be used to match the other chars.
- LDIF_SAFE_STARTING_CHAR_ALPHABET - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
The array that will be used to match the first char.
- LdifAttributesReader - Class in org.apache.directory.api.ldap.model.ldif
-
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> <ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e> <ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e <ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e <dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string> <controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e <criticality> ::= "true" | "false" | e <oid> ::= '.'
- LdifAttributesReader() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
-
Constructors
- LdifControl - Class in org.apache.directory.api.ldap.model.ldif
-
The LdifControl class stores a control defined for an entry found in a LDIF file.
- LdifControl() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifControl
-
Create a new Control
- LdifControl(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifControl
-
Create a new Control
- LdifEntry - Class in org.apache.directory.api.ldap.model.ldif
-
A entry to be populated by an ldif parser.
- LdifEntry() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Creates a new LdifEntry object.
- LdifEntry(String, Object...) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Creates a LdifEntry using a list of strings representing the Ldif element
- LdifEntry(Entry) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Creates a new LdifEntry object, storing an Entry
- LdifEntry(Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Creates a LdifEntry using a list of strings representing the Ldif element
- LdifEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Creates a new schema aware LdifEntry object.
- LdifReader - Class in org.apache.directory.api.ldap.model.ldif
-
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> <ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e> <ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e <ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e <dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string> <controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e <criticality> ::= "true" | "false" | e <oid> ::= '.'
- LdifReader() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Constructors
- LdifReader(File) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes a File.
- LdifReader(File, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes a File and a SchemaManager.
- LdifReader(InputStream) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes an InputStream.
- LdifReader(Reader) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes a Reader.
- LdifReader(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A constructor which takes a file name.
- LdifReader(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Creates a Schema aware reader
- LdifRevertor - Class in org.apache.directory.api.ldap.model.ldif
-
A helper class which provides methods to reverse a LDIF modification operation.
- LdifRevertor() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifRevertor
-
Private constructor.
- LdifUtils - Class in org.apache.directory.api.ldap.model.ldif
-
Some LDIF helper methods.
- LdifUtils() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Private constructor.
- 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.
- LeafNode(String, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.LeafNode
-
Creates a leaf node.
- LeafNode(AttributeType, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.LeafNode
-
Creates a leaf node.
- LEFT - Static variable in class org.apache.directory.api.ldap.model.name.Dn
-
Two constants used to trim the DN UpName
- length() - Method in class org.apache.directory.api.ldap.model.entry.Value
- lengthBeforeParsing - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
The lengthBeforeParsing of the entry at the time of parsing.
- LESSEQ - org.apache.directory.api.ldap.model.filter.AssertionType
-
less than or equal to assertion node
- LessEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A assertion value node for LessOrEqual.
- LessEqNode(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
-
Creates a new LessEqNode object.
- LessEqNode(String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
-
Creates a new LessEqNode object.
- LessEqNode(AttributeType, Value) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
-
Creates a new LessEqNode object.
- level - Variable in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
The internal numeric value
- lexer - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationChecker
-
the antlr generated lexer being wrapped
- lexer - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
the antlr generated lexer being wrapped
- LIMIT_EXCEEDED_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
Exception
. - line - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.PosSchema
-
The line being processed
- LINE_SEPARATOR - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
The file separator
- lineNumber - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
the numer of the current line being parsed by the reader
- lineNumber - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
the number of the current line being parsed by the reader
- lineNumber - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.PosSchema
-
The line number in the file
- lines - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A list of read lines
- list - Variable in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
The inner List
- ListCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
-
A simple implementation of a Cursor on a
List
. - ListCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without any elements.
- ListCursor(int, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
- ListCursor(int, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
- ListCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without any elements.
- ListCursor(Comparator<E>, int, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
- ListCursor(Comparator<E>, int, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
- ListCursor(Comparator<E>, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
- ListCursor(Comparator<E>, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
- ListCursor(List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
- ListCursor(List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
- listDependentSchemaNames(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Get the list of Schema names which has the given schema name as a dependence
- 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
- load(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries.
- load(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries.
- 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.
- LoadableSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
Constructor to use when the OID is not known until after instantiation.
- LoadableSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
Constructor to use when the OID is known in advance.
- loadAllEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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.
- loadAttributeTypes(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
- loadAttributeTypes(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
- loadAttributeTypes(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
- loadComparators(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
- loadComparators(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
- loadComparators(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of Comparators read from the underlying storage for a list of specific schema.
- 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 interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Load Schemas into the Registries, even if they are disabled.
- loadDitContentRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
- loadDitContentRules(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
- loadDitContentRules(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
- loadDitStructureRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
- loadDitStructureRules(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
- loadDitStructureRules(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
- loadedSchemas - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A String name to Schema object map for the schemas loaded into this registry.
- loadMatchingRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
- loadMatchingRules(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
- loadMatchingRules(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRules read from the underlying storage for a list of specific schema
- loadMatchingRuleUses(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
- loadMatchingRuleUses(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
- loadMatchingRuleUses(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
- loadNameForms(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of NameForms read from the underlying storage for a list of specified schema names
- loadNameForms(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of NameForms read from the underlying storage for a list of specified schema names
- loadNameForms(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of NameForms read from the underlying storage for a list of specific schema.
- loadNormalizers(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of Normalizers read from the underlying storage for a list of specified schema names
- loadNormalizers(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of Normalizers read from the underlying storage for a list of specified schema names
- loadNormalizers(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of Normalizers read from the underlying storage for a list of specified schema
- loadObjectClasses(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
- loadObjectClasses(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
- loadObjectClasses(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
- 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 interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Load Schemas into the registries, even if there are some errors in the schemas.
- loadSyntaxCheckers(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
- loadSyntaxCheckers(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
- loadSyntaxCheckers(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
- loadSyntaxes(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
- loadSyntaxes(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
- loadSyntaxes(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Build a list of Syntaxes read from the underlying storage for a list of specified schema
- 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 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 interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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 - Variable in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
A lock used during the instance creation
- 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.
- locked - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
A locked to avoid modifications when set to true
- log(Logger, String) - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
- LOG - Static variable in class org.apache.directory.api.ldap.model.csn.Csn
-
The logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
The logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.api.ldap.model.entry.Value
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
-
A logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.name.Ava
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
- LOG - Static variable in class org.apache.directory.api.ldap.model.name.Dn
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.BitStringComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.StringComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.helper.AttributeTypeHelper
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleHelper
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
static class logger
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
-
A logger for this class
- LOG - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- LOG - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- LOG - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- LOG - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- LOG_CURSOR - Static variable in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
-
A dedicated log for cursors
- LOG_CURSOR - Static variable in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
A dedicated log for cursors
- LOG_CURSOR - Static variable in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
A dedicated log for cursors
- LOG_CURSOR - Static variable in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
A dedicated log for cursors
- 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
- Loggers(String) - Constructor for enum org.apache.directory.api.ldap.model.constants.Loggers
-
Creates a new instance of LdapSecurityConstants.
- 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.
- lookup(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
- lookup(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
- lookup(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Looks up the Normalizer to use for a name component using the attributeId for the name component.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookupAttributeTypeRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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
- lookupLdapSyntaxRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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
- lookupNormalizerRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
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
- lookupSyntaxCheckerRegistry(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Lookup for a SyntaxChecker in the SyntaxChecker registry
- LOOP_DETECT - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error may be returned by the server if it detects an alias or referral loop, and is unable to satisfy the client's request.
- loopCount - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- LOW - org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
Low SASL Security Strength
- 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
- LPAREN - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- lutf1(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3:
M
- M_APPLIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_APPLIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_APPLIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_APPLIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_AUX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_AUX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_AUX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_AUX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_BYTECODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_BYTECODE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_BYTECODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_BYTECODE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_COLLECTIVE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_COLLECTIVE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_COLLECTIVE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_COLLECTIVE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_DEPENDENCIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_DEPENDENCIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_DEPENDENCIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_DEPENDENCIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_DESCRIPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_DESCRIPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_DESCRIPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_DESCRIPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_DISABLED_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_DISABLED_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_DISABLED_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_DISABLED_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_EQUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_EQUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_EQUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_EQUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_FORM_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_FORM_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_FORM_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_FORM_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_FQCN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_FQCN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_FQCN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_FQCN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_MATCHING_RULE_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_MATCHING_RULE_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_MATCHING_RULE_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_MATCHING_RULE_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_MAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_MAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_MAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_MAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_MUST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_MUST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_MUST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_MUST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_NO_USER_MODIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_NO_USER_MODIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_NO_USER_MODIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_NO_USER_MODIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_NOT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_NOT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_NOT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_NOT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_OBSOLETE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_OBSOLETE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_OBSOLETE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_OBSOLETE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_OC_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_OC_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_OC_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_OC_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_OID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_OID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_OID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_OID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_ORDERING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_ORDERING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_ORDERING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_ORDERING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_RULE_ID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_RULE_ID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_RULEID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_RULEID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SINGLE_VALUE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SINGLE_VALUE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SINGLE_VALUE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SINGLE_VALUE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUBSTR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUBSTR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUBSTR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUBSTR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUP_ATTRIBUTE_TYPE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUP_ATTRIBUTE_TYPE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUP_ATTRIBUTE_TYPE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUP_ATTRIBUTE_TYPE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUP_DIT_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUP_DIT_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUP_DIT_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUP_DIT_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUP_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUP_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SUP_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SUP_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SYNTAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_SYNTAX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_TYPE_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_TYPE_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_TYPE_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_TYPE_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_USAGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_USAGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- M_USAGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- M_USAGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAC_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAC_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAIL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAIL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAIL_PREFERENCE_OPTION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAIL_PREFERENCE_OPTION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MAIL_PREFERENCE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MailPreferenceSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Boolean according to RFC 1778.
- MailPreferenceSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
-
Creates a new instance of MailPreferenceSyntaxChecker.
- MailPreferenceSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- mALPHA(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mALPHA(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mALPHA(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- ManageDsaIT - Interface in org.apache.directory.api.ldap.model.message.controls
-
Control which allows for the management of referrals and other DSA specific entities without processing them: meaning the referrals are treated as regular entries using this control.
- ManageDsaITImpl - Class in org.apache.directory.api.ldap.model.message.controls
-
Simple ManageDsaIT implementation class.
- ManageDsaITImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.ManageDsaITImpl
-
Default constructor.
- ManageDsaITImpl(boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.ManageDsaITImpl
-
Creates instance and sets criticality at same time.
- MANAGER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MANAGER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ManyReplyRequest - Interface in org.apache.directory.api.ldap.model.message
-
A request that can generate zero, one, or more heterogenous responses for a single request.
- mapCaseSensitive(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Apply the RFC 4518 MAP transformation, case sensitive
- mapCaseSensitiveAscii(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Map for Ascii String, case sensitive
- mapIgnoreCase(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Apply the RFC 4518 MAP transformation, case insensitive
- mapIgnoreCaseAscii(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Map for Ascii String, case insensitive
- MASTER_AND_SHADOW_ACCESS_POINTS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MasterAndShadowAccessPointSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a MasterAndShadowAccessPoint.
- MasterAndShadowAccessPointSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
-
Create a new instance of MasterAndShadowAccessPointSyntaxChecker
- MasterAndShadowAccessPointSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- matchAttributeType(char[], Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Matches attribute type.
- matchAttributeTypeDescr(char[], Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Matches attribute type descr.
- matchAttributeTypeNumericOid(char[], Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Matches attribute type numeric OID.
- matchedDn - Variable in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Lowest matched entry Dn - defaults to empty string
- matchedProduction(String) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- matchEquals(char[], Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Matches the equals character.
- matchers - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
-
the set of regular expressions used to transform values
- matches(String, LdapSecurityConstants) - Static method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
- MATCHING_RULE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A MatchingRule
- MATCHING_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULE_USE - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A MatchingRuleUse
- MATCHING_RULE_USE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULE_USE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULE_USE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULE_USE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULE_USE_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MATCHING_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MatchingRule - Class in org.apache.directory.api.ldap.model.schema
-
A matchingRule definition.
- MatchingRule(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Creates a new instance of MatchingRule.
- MatchingRuleDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 matching rule descriptions.
- MatchingRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
-
Creates a schema parser instance.
- MatchingRuleDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the matching rule description syntax according to RFC 4512, par 4.2.3:
- MatchingRuleDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
-
Creates a new instance of MatchingRuleDescriptionSchemaParser.
- MatchingRuleDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- MatchingRuleElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- MatchingRuleEnum - Enum in org.apache.directory.api.ldap.model.schema
-
Type safe enum for a matching rule's comparator and normalizer component usage string.
- MatchingRuleEnum(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
-
Private constructor so no other instances can be created other than the public static constants in this class.
- MatchingRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
-
An helper class used to store all the methods associated with an MatchingRule in relation with the Registries and SchemaManager.
- MatchingRuleHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleHelper
- matchingRuleId - Variable in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
The matching rules id
- matchingRuleId - Variable in class org.apache.directory.api.ldap.model.message.controls.SortKey
-
The matching rule to use to order the result
- matchingRuleOid - Variable in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
-
the OID of the matchingRule for this comparator
- matchingRuleRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The MatchingRule registry
- MatchingRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
-
An AttributeType registry service interface.
- matchingRulesMatch(MatchingRule, MatchingRule) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks to see if two matchingRule match exactly.
- MatchingRuleTypeEnum - Enum in org.apache.directory.api.ldap.model.schema
-
This Enum is used to list the MatchingRules that will be subject to a PrepareString.
- MatchingRuleTypeEnum(String) - Constructor for enum org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Create an instance of MatchingRuleTypeEnum
- MatchingRuleUse - Class in org.apache.directory.api.ldap.model.schema
-
Represents an LDAP MatchingRuleUseDescription defined in RFC 2252.
- MatchingRuleUse(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
-
Creates a new instance of MatchingRuleUseDescription
- MatchingRuleUseDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 matching rule use descriptions.
- MatchingRuleUseDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
-
Creates a schema parser instance.
- MatchingRuleUseDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the matching rule use descripton syntax according to RFC 4512, par 4.2.4:
- MatchingRuleUseDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
-
Creates a new instance of MatchingRuleUseDescriptionSchemaParser.
- MatchingRuleUseDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- MatchingRuleUseElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- MatchingRuleUseHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
-
An helper class used to store all the methods associated with a MatchingRuleUse in relation with the Registries and SchemaManager.
- MatchingRuleUseHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.MatchingRuleUseHelper
- matchingRuleUseRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The MatchingRuleUse registry
- MatchingRuleUseRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
-
A MatchingRuleUse registry service interface.
- matchSpaces(char[], Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Matches and forgets optional spaces.
- matchValue(char[], Position) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Matches the assertion value.
- MAX_PRINTED_ELEMENT - Static variable in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
A limit to what we can print
- maxBaseDistance - Variable in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
the maximum distance from base past which entries are excluded
- maxBaseDistance - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
the maximum distance from base past which entries are excluded
- maxLoopCountReached() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- MAY - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- MAY - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- MAY - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- MAY_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- mayAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of allowed AttributeType OIDs
- mayAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.NameForm
-
The set of allowed attribute OIDs for this name form
- mayAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The list of allowed AttributeType OIDs
- mayAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of allowed AttributeTypes
- mayAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.NameForm
-
The set of allowed AttributeTypes for this name form
- mayAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The list of allowed AttributeTypes
- mCHAR_REST(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
-
RFC 4514, Section 3:
- mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mCLOSE_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mCOLON(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mCOLON(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mCOMMA(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- MD_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MD_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MD5_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
-
The MD5 hash length
- mDESCR(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mDESCR(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mDOT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mDOT(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mDOT(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mDQUOTE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mechanism - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
The mechanism used to decode user identity
- MEDIUM - org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
Medium SASL Security Strength
- MEMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MEMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MEMBER_NIS_NETGROUP_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MEMBER_NIS_NETGROUP_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MEMBER_UID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MEMBER_UID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- mEQUALS(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- merge(byte[], byte[], byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
- mESC(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mESCESC(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mESCSHARP(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- message - Variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Stores the description of each element of the enumeration
- Message - Interface in org.apache.directory.api.ldap.model.message
-
Root interface for all LDAP message type interfaces.
- MessageException - Exception in org.apache.directory.api.ldap.model.exception
-
This exception is thrown when a message processing error occurs.
- MessageException() - Constructor for exception org.apache.directory.api.ldap.model.exception.MessageException
-
Constructs an Exception without a message.
- MessageException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.MessageException
-
Constructs an Exception with a detailed message.
- MessageTypeEnum - Enum in org.apache.directory.api.ldap.model.message
-
An enum to store the Ldap message type.
- MessageTypeEnum() - Constructor for enum org.apache.directory.api.ldap.model.message.MessageTypeEnum
- META_ATTRIBUTE_TYPE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_ATTRIBUTE_TYPE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_ATTRIBUTE_TYPE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_ATTRIBUTE_TYPE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_COMPARATOR_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_COMPARATOR_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_COMPARATOR_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_COMPARATOR_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_DIT_CONTENT_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_DIT_CONTENT_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_DIT_CONTENT_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_DIT_CONTENT_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_DIT_STRUCTURE_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_DIT_STRUCTURE_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_DIT_STRUCTURE_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_DIT_STRUCTURE_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_MATCHING_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_MATCHING_RULE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_MATCHING_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_MATCHING_RULE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_MATCHING_RULE_USE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_MATCHING_RULE_USE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_MATCHING_RULE_USE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_MATCHING_RULE_USE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_NAME_FORM_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_NAME_FORM_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_NAME_FORM_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_NAME_FORM_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_NORMALIZER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_NORMALIZER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_NORMALIZER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_NORMALIZER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_OBJECT_CLASS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_OBJECT_CLASS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_OBJECT_CLASS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_OBJECT_CLASS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_SCHEMA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_SCHEMA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_SCHEMA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_SCHEMA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_SYNTAX_CHECKER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_SYNTAX_CHECKER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_SYNTAX_CHECKER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_SYNTAX_CHECKER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_SYNTAX_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_SYNTAX_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_SYNTAX_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_SYNTAX_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_TOP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_TOP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- META_TOP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- META_TOP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MetaSchemaConstants - Class in org.apache.directory.api.ldap.model.constants
-
Apache meta schema specific constants used throughout the server.
- MetaSchemaConstants() - Constructor for class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
-
Ensures no construction of this class, also ensures there is no need for final keyword above (Implicit super constructor is not visible for default constructor), but is still self documenting.
- mFILTER(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mFILTER(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mFILTER_VALUE(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mFILTER_VALUE(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mHEX(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mHEXPAIR(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mHEXPAIR_OR_ESCESC_ESCSHARP_OR_ESC(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mHEXVALUE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mHEXVALUE_OR_SHARP(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- MHS_OR_ADDRESS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MhsOrAddressSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a MHSORAddress.
- MhsOrAddressSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker
-
Creates a new instance of MHSORAddressSyntaxChecker.
- MhsOrAddressSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- mHYPHEN(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- minBaseDistance - Variable in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
the minimum distance below base to start including entries
- minBaseDistance - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
the minimum distance below base to start including entries
- mINTEGER(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mINTEGER(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mINTEGER_OR_NUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- missCount - Variable in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
- mk_tokenSet_0() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mk_tokenSet_0() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- mk_tokenSet_0() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mk_tokenSet_0() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mk_tokenSet_1() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mk_tokenSet_1() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- mk_tokenSet_1() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mk_tokenSet_1() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mk_tokenSet_2() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mk_tokenSet_2() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- mk_tokenSet_2() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mk_tokenSet_2() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mk_tokenSet_3() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- mk_tokenSet_3() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mk_tokenSet_3() - Static method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mk_tokenSet_4() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- mk_tokenSet_5() - Static method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- mLANGLE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mLDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mLDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mLDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mNUMBER(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mNUMERICOID_OR_ALPHA_OR_DIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- MOBILE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MOBILE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MOBILE_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MOD_SPEC - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
State values for the modify operation : MOD_SPEC
- ModDn - org.apache.directory.api.ldap.model.ldif.ChangeType
-
The ModDn changeType
- MODDN - org.apache.directory.api.ldap.model.message.controls.ChangeType
-
A MODDN
- MODDN_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
ModDN ordinal value
- Modification - Interface in org.apache.directory.api.ldap.model.entry
-
An internal interface for a ModificationItem.
- modificationList - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
the modification item list
- ModificationOperation - Enum in org.apache.directory.api.ldap.model.entry
-
An enum storing the different modification operation which can be used in a Modification.
- ModificationOperation(int) - Constructor for enum org.apache.directory.api.ldap.model.entry.ModificationOperation
-
Creates a new instance of ModificationOperation.
- modifications - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
The map containing all the modifications
- MODIFIERS_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MODIFIERS_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- Modify - org.apache.directory.api.ldap.model.ldif.ChangeType
-
The Modify changeType
- MODIFY - org.apache.directory.api.ldap.model.message.controls.ChangeType
-
A Modify
- MODIFY_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that may result from modify operations.
- MODIFY_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
Modify ordinal value
- MODIFY_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ModifyRequest message
- MODIFY_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ModifyResponse message
- MODIFY_RIGHTS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MODIFY_TIMESTAMP_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MODIFY_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MODIFYDN_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations resulting from modifyDn operations.
- MODIFYDN_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ModifyDNRequest message
- MODIFYDN_RESPONSE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The ModifyDNResponse message
- ModifyDnNoDResponse - Class in org.apache.directory.api.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.
- ModifyDnNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- ModifyDnRequest - Interface in org.apache.directory.api.ldap.model.message
-
Modify Dn request protocol message used to rename or move an existing entry in the directory.
- ModifyDnRequestImpl - Class in org.apache.directory.api.ldap.model.message
-
ModifyDNRequest implementation.
- ModifyDnRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
Creates a ModifyDnRequest implementing object used to perform a dn change on an entry potentially resulting in an entry move.
- ModifyDnResponse - Interface in org.apache.directory.api.ldap.model.message
-
Modify Dn protocol response message used to confirm the results of a modify Dn request message.
- ModifyDnResponseImpl - Class in org.apache.directory.api.ldap.model.message
-
ModifyDnResponse implementation
- ModifyDnResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
-
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
- ModifyDnResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
-
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
- ModifyNoDResponse - Class in org.apache.directory.api.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming disconnection for the Modify response.
- ModifyNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- ModifyRequest - Interface in org.apache.directory.api.ldap.model.message
-
Modify request protocol message used to alter the attributes and values of an existing entry.
- ModifyRequestImpl - Class in org.apache.directory.api.ldap.model.message
-
Lockable ModifyRequest implementation.
- ModifyRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Creates a ModifyRequest implementing object used to modify the attributes of an entry.
- ModifyResponse - Interface in org.apache.directory.api.ldap.model.message
-
Modify protocol response message used to confirm the results of a modify request message.
- ModifyResponseImpl - Class in org.apache.directory.api.ldap.model.message
-
ModifyResponse implementation
- ModifyResponseImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
-
Creates a ModifyResponse as a reply to an ModifyRequest.
- ModifyResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
-
Creates a ModifyResponse as a reply to an ModifyRequest.
- ModRdn - org.apache.directory.api.ldap.model.ldif.ChangeType
-
The ModRdn changeType
- MODRDN_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
ModRDN ordinal value
- mods - Variable in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Sequence of modifications or PDU's modification sequence field
- monitor - Variable in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
-
The default associated monitor
- mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mOPEN_CURLY(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mPLUS(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- MR_NONEXISTENT_SYNTAX - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing a MR with a nonexistent syntax
- mRANGLE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mSAFEUTF8CHAR(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mSAFEUTF8STRING(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mSEMI(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mSEP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mSEP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mSHARP(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mSP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- mSP(boolean) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- mSPACE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- mUNDERSCORE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- MUST - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- MUST - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- MUST - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- MUST_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- mustAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of required AttributeType OIDs
- mustAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.NameForm
-
The set of required attribute OIDs for this name form
- mustAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The list of required AttributeType OIDs
- mustAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of required AttributeTypes
- mustAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.NameForm
-
The set of required AttributeTypes for this name form
- mustAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The list of required AttributeTypes
- MUTEX - Static variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
A mutex to manage synchronization
- mUTFMB(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- MX_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- MX_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
N
- name - Variable in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
The level name
- name - Variable in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The associated name
- name - Variable in enum org.apache.directory.api.ldap.model.constants.Loggers
-
The associated name
- name - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
String identifying the name of the authenticating subject - defaults to the empty string
- name - Variable in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Distinguished name identifying the compared entry
- name - Variable in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
-
The distinguished name of the entry to delete
- name - Variable in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
PDU's modify Dn candidate entry distinguished name property
- name - Variable in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Dn of the entry to modify or PDU's object field
- name - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
The schema name
- name - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- NAME - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- NAME_ALREADY_REGISTERED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing a SO with a name being already registered
- NAME_AND_OPTIONAL_UID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_FORM - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A NameForm
- NAME_FORM - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_FORM_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_FORMS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_FORMS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_FORMS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_OR_NUMERIC_ID_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_OR_NUMERIC_ID_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_OR_NUMERIC_ID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAME_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
-
Creates a new instance of NameAndOptionalUIDSyntaxChecker.
- NameAndOptionalUIDSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- NameComponentNormalizer - Interface in org.apache.directory.api.ldap.model.schema.normalizers
-
Normalizers of ldap name component attributes and their values.
- NameForm - Class in org.apache.directory.api.ldap.model.schema
-
A nameForm description.
- NameForm(String) - Constructor for class org.apache.directory.api.ldap.model.schema.NameForm
-
Creates a new instance of MatchingRule.
- NameFormDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 name form descriptions
- NameFormDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
-
Creates a schema parser instance.
- NameFormDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the name descripton syntax according to RFC 4512, par 4.2.7.2:
- NameFormDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
-
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
- NameFormDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- NameFormElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- 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.
- NameFormHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.NameFormHelper
- nameFormRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The NameForm registry
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The optional names for this SchemaObject
- NAMING_CONTEXTS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAMING_CONTEXTS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NAMING_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to NamingException.
- NAMING_VIOLATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The attempted addition or modification would violate the structure rules of the DIT as defined in the directory schema and X.501.
- nbAvas - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
The number of Avas.
- NEVER_DEREF_ALIASES - org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Alias handling mode value that treats aliases like entries
- NEW_PILOT_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- newInstance() - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
Returns a new
Csn
. - newInstance(long, int) - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
Returns a new
Csn
created from the given values. - newPurgeCsn(long) - Method in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
Generates a CSN used to purge data.
- newRdn - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
The new rdn
- newRdn - Variable in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
PDU's newrdn relative distinguished name property
- newSuperior - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
The new superior
- newSuperior - Variable in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
PDU's newSuperior distinguished name property
- 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.ldap.model.name.Dn.RdnIterator
- next() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- nextChar(char[], Position, boolean) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Gets the next character.
- nextInternal() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Gets the next LDIF on the channel.
- 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
- NIS_MAP_ENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_MAP_ENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_MAP_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_MAP_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_MAP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_MAP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_NETGROUP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_NETGROUP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_NETGROUP_TRIPLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_NETGROUP_TRIPLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_NETGROUP_TRIPLE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NIS_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NisNetgroupTripleSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a NisNetGroupTriple according to RFC 2307 :
- NisNetgroupTripleSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker
-
Creates a new instance of NisNetgroupTripleSyntaxChecker.
- NisNetgroupTripleSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- NO_ATTRIBUTE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NO_ATTRIBUTE_ARRAY - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NO_SUCH_ATTRIBUTE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error may be returned if the attribute specified as an argument of the operation does not exist in the entry.
- NO_SUCH_OBJECT - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should only be returned if the target object cannot be found.
- NO_SUCH_OPERATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code is returned if the server has no knowledge of the operation requested for cancelation.
- NO_USER_MODIFICATION - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- NO_USER_MODIFICATION_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- NO_VALID_CERTIFICATION_PATH - org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
- NodeComparator() - Constructor for class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor.NodeComparator
- NON_ERRONEOUS_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Five result codes that may be returned in LDAPResult are not used to indicate an error.
- None - org.apache.directory.api.ldap.model.ldif.ChangeType
-
A place-holder when we have no changeType
- NONE - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
No authentication (anonymous access)
- NONE_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
-
None ordinal value
- NONEXISTENT_SCHEMA - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an SO with a nonexistent schema
- NoOpNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
No op (pass through or do nothing) normalizer returning what its given.
- NoOpNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Default constructor for NoOpNormalizer used when we must set the OID after instantiating the Normalizer.
- NoOpNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Creates a new instance of NoOpNormalizer.
- normalize(byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Returns the value argument as-is without alterations all the time.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Returns the value argument as-is without alterations all the time.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
-
Gets the normalized value of AssertionValues.
- normalize(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
-
Normalize a String
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
-
Gets the normalized value of a substring assertion.
- normalize(String, PrepareString.AssertionType) - Method in interface org.apache.directory.api.ldap.model.schema.PreparedNormalizer
-
Gets the normalized value.
- normalize(Value) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
-
Normalize a Value
- normalize(Dn) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
-
Normalize a Dn
- normalize(SchemaManager) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
-
Normalize the ReturningAttributes.
- normalizeByName(String, byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
- normalizeByName(String, byte[]) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
-
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
- normalizeByName(String, String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
- normalizeByName(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
-
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
- normalizeByName(AttributeType, String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
- normalizeByName(AttributeType, String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
-
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
- normalizeByOid(String, byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Normalizes an attribute's value given the OID of the attribute.
- normalizeByOid(String, byte[]) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
-
Normalizes an attribute's value given the OID of the attribute.
- normalizeByOid(String, String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Normalizes an attribute's value given the OID of the attribute.
- normalizeByOid(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
-
Normalizes an attribute's value given the OID of the attribute.
- normalized - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
A flag used to tell if the Rdn has been normalized
- normalizeDn(Dn) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Normalizes the given Dn if it was not already normalized
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.LdapComparator
-
A default normalizer
- normalizer - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
The associated Normalizer
- normalizer - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
-
The normalizer to be used with this OID
- Normalizer - Class in org.apache.directory.api.ldap.model.schema
-
Converts attribute values to a canonical form.
- Normalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.Normalizer
-
Use this default constructor when the Normalizer must be instantiated before setting the OID.
- Normalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.Normalizer
-
The Normalizer base constructor.
- NORMALIZER - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A Normalizer
- NORMALIZER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NORMALIZER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NORMALIZER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NORMALIZER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NormalizerDescription - Class in org.apache.directory.api.ldap.model.schema.parsers
-
An ApacheDS specific schema description for a Normalizer.
- NormalizerDescription(String) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
-
Default constructor for a NormalizerDecription
- NormalizerDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for ApacheDS normalizer descriptions.
- NormalizerDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
-
Creates a schema parser instance.
- NormalizerElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The Normalizer registry
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
-
Creates a new instance of NormalizerSyntaxChecker.
- 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.
- normName - Variable in class org.apache.directory.api.ldap.model.name.Dn
-
The normalized name
- normName - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
The normalized Rdn
- NormStateEnum() - Constructor for enum org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- normType - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
The normalized Name type
- normValue - Variable in class org.apache.directory.api.ldap.model.entry.Value
-
the prepared representation of the user provided value if it's a String
- normValue - Variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser.UpAndNormValue
- NOSUCHATTRIBUTE - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- 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 - org.apache.directory.api.ldap.model.filter.AssertionType
-
NOT operator constant
- NOT - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- NOT_ALLOWED_ON_NON_LEAF - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned if the client attempts to perform an operation which is permitted only on leaf entries - e.g., if the client attempts to delete a non-leaf entry.
- NOT_ALLOWED_ON_RDN - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The attempted operation would affect the Rdn (e.g., removal of an attribute which is a part of the Rdn) [X511, Section 12.9].
- NOT_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_SENSITIVE_MAP - Static variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
Map of chars to use in the anonymized values 0 5 10 15 20 25 30 35 40
- NOT_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- notAttributeTypeOids - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of precluded AttributeType OIDs
- notAttributeTypes - Variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
-
The list of precluded AttributeTypes
- NoticeOfDisconnect - Class in org.apache.directory.api.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming disconnection.
- NoticeOfDisconnect(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
Creates a new instance of NoticeOfDisconnect.
- NotNode - Class in org.apache.directory.api.ldap.model.filter
-
Node representing an Not connector in a filter operation
- NotNode() - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
-
Creates an empty NotNode
- NotNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
-
Creates a NotNode using a logical NOT operator and a list of children.
- NotNode(ExprNode) - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
-
Creates a NotNode using a logical NOT operator and the given child.
- NotRefinement - Class in org.apache.directory.api.ldap.model.subtree
-
A class holding a NOT refinement, as defined in RFC 3672
- NotRefinement(Refinement) - Constructor for class org.apache.directory.api.ldap.model.subtree.NotRefinement
-
Creates a new NotRefinement instance
- 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.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
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
-
Creates a new instance of NumberSyntaxChecker.
- 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_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Numeric String Match
- NUMERIC_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NUMERIC_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NUMERIC_STRING_ORDERING_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Numeric String Ordering Match
- NUMERIC_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NUMERIC_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NUMERIC_STRING_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Numeric String Substring Match
- NUMERIC_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NUMERIC_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NUMERIC_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- NumericNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
Normalize Numeric Strings
- NumericNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
-
Creates a new instance of NumericNormalizer.
- numericoid() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4512 Section 1.4
- NUMERICOID - Static variable in interface org.apache.directory.api.ldap.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_OR_ALPHA_OR_DIGIT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- numericOid2schemaObject - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
-
Creates a new instance of NumericOidSyntaxChecker.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
-
Creates a new instance of NumericStringSyntaxChecker.
- NumericStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
O
- O_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- O_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT - org.apache.directory.api.ldap.model.message.SearchScope
-
Base scope
- OBJECT_CLASS - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
An ObjectClass
- OBJECT_CLASS - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_AT - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
The ObjectClass AT
- OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_MODS_PROHIBITED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
An operation attempted to modify an object class that should not be modified, e.g., the structural object class of an entry.
- OBJECT_CLASS_NODE - Static variable in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
-
A static instance of this node
- OBJECT_CLASS_STAR - Static variable in class org.apache.directory.api.ldap.model.constants.LdapConstants
-
The default catch-all ObjectClass filter
- OBJECT_CLASS_TYPE_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_TYPE_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_TYPE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASS_VIOLATION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned if the operation requested by the user would violate the objectClass requirements for the entry if carried out.
- OBJECT_CLASSES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASSES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_CLASSES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_IDENTIFIER_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_IDENTIFIER_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_IDENTIFIER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_IDENTIFIER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OBJECT_NAME_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ObjectClass - Class in org.apache.directory.api.ldap.model.schema
-
An objectClass definition.
- ObjectClass(String) - Constructor for class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Creates a new instance of MatchingRuleUseDescription
- OBJECTCLASS - org.apache.directory.api.ldap.model.filter.AssertionType
-
(ObjectClass=*) filter
- objectClassAttributeType - Static variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
A speedup to get the ObjectClass attribute
- ObjectClassDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A parser for RFC 4512 object class descriptons
- ObjectClassDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
-
Creates a schema parser instance.
- ObjectClassDescriptionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the object class descripton syntax according to RFC 4512, par 4.2.1:
- ObjectClassDescriptionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
-
Creates a new instance of ObjectClassDescriptionSyntaxChecker.
- ObjectClassDescriptionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- ObjectClassElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- objectClasses - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
The list of object classes, initialized by splitParsedSchemaDescriptions()
- objectClassesMatch(ObjectClass, ObjectClass) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks two schema objectClasses for an exact match.
- ObjectClassHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
-
An helper class used to store all the methods associated with an ObjectClass in relation with the Registries and SchemaManager.
- ObjectClassHelper() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
- ObjectClassNode - Class in org.apache.directory.api.ldap.model.filter
-
An empty class used for the (ObjectClass=*) node.
- ObjectClassNode() - Constructor for class org.apache.directory.api.ldap.model.filter.ObjectClassNode
-
Creates a new instance of ObjectClassNode.
- objectClassRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The ObjectClass registry
- ObjectClassRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
-
ObjectClass registry service interface.
- objectClassType - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The ObjectClass type : ABSTRACT, AUXILIARY or STRUCTURAL
- ObjectClassTypeComparator<T> - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator that compares the objectClass type with values: AUXILIARY, ABSTRACT, and STRUCTURAL.
- ObjectClassTypeComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
-
Creates a new instance of ObjectClassTypeComparator.
- ObjectClassTypeEnum - Enum in org.apache.directory.api.ldap.model.schema
-
Type safe enumerations for an objectClass' type.
- ObjectClassTypeEnum(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
Private constructor so no other instances can be created other than the public static constants in this class.
- ObjectClassTypeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A syntax checker which checks to see if an objectClass' type is either: AUXILIARY, STRUCTURAL, or ABSTRACT.
- ObjectClassTypeSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
-
Creates a new instance of ObjectClassTypeSyntaxChecker.
- ObjectClassTypeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- ObjectIdentifierComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for the objectIdentifierMatch matchingRule.
- ObjectIdentifierComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
-
The ObjectIdentifierComparator constructor.
- ObjectIdentifierFirstComponentComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for Comparators.
- ObjectIdentifierFirstComponentComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
-
The ObjectIdentifierFirstComponentComparator constructor.
- objectIdentifierMacros - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
The map of object identifier macros, initialized by splitParsedSchemaDescriptions()
- ObjectIdentifierNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
A normalizer for the objectIdentifierMatch matching rule.
- ObjectIdentifierNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
-
Creates a new instance of ObjectIdentifierNormalizer.
- ObjectNameSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a name is valid for an ObjectClass or an AttributeType
- ObjectNameSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
-
Creates a new instance of ObjectNameSyntaxChecker.
- ObjectNameSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- objectType - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The SchemaObjectType
- observable - Variable in class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest
-
A filed used to check if the request has been abandonned
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- OBSOLETE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- OBSOLETE_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- OC - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- OC_ABSTRACT_MUST_INHERIT_FROM_ABSTRACT_OC - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an abstract OC which inherits from an OC not being abstract
- OC_AUXILIARY_CANNOT_INHERIT_FROM_STRUCTURAL_OC - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an auxiliary OC which inherits from a structural OC
- OC_COLLECTIVE_NOT_ALLOWED_IN_MAY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a collective AT in its may ATs list
- OC_COLLECTIVE_NOT_ALLOWED_IN_MUST - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a collective AT in its must ATs list
- OC_CYCLE_CLASS_HIERARCHY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC containing a cycle in its class hierarchy
- OC_DUPLICATE_AT_IN_MAY - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a duplicated AT in its may ATs list
- OC_DUPLICATE_AT_IN_MAY_AND_MUST - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a duplicated AT in its may and must ATs list
- OC_DUPLICATE_AT_IN_MUST - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a duplicated AT in its must ATs list
- OC_NONEXISTENT_MAY_AT - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a nonexistent AT in its may ATs list
- OC_NONEXISTENT_MUST_AT - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a nonexistent AT in its must ATs list
- OC_NONEXISTENT_SUPERIOR - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing an OC with a nonexistent superior
- OC_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- OC_STRUCTURAL_CANNOT_INHERIT_FROM_AUXILIARY_OC - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing a structural OC which inherits from an auxiliary OC
- OCTET_STRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OCTET_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OCTET_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OCTET_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OCTET_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OCTET_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OCTET_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OctetStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Octet String according to RFC 4517.
- OctetStringSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
-
Creates a new instance of OctetStringSyntaxChecker, with a specific OID
- OctetStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- offset - Variable in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
the position of the entry in the file or given input string
- offset - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
the current offset of the reader
- oid - Variable in class org.apache.directory.api.ldap.model.ldif.LdifControl
-
The control type
- oid - Variable in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
Extended request's Object Identifier or requestName
- oid - Variable in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
The control type
- oid - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The SchemaObject numeric OID
- oid - Variable in enum org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
The interned MR OID
- oid - Variable in class org.apache.directory.api.ldap.model.schema.SyntaxChecker.SCBuilder
-
The SyntaxChecker OID
- oid() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- oid() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.Cascade
-
The Cascade control OID
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
-
The EntryChange control
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.ManageDsaIT
-
This control OID
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
-
The Paged Search Control OID
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
-
This control OID
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.ProxiedAuthz
-
This control OID
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.SortRequest
-
the sort request control's OID
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.SortResponse
-
the OID of the response control
- OID - Static variable in interface org.apache.directory.api.ldap.model.message.controls.Subentries
-
The control OID
- OID_ALREADY_REGISTERED - org.apache.directory.api.ldap.model.exception.LdapSchemaExceptionCodes
-
Characterizing a SO with an OID being already registered
- OID_LEN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- oid2numericOid - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- oidCounter - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A counter used to create facked OIDs
- OidLenSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a numeric oid and a length constraint according to RFC 4512.
- OidLenSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
-
Creates a new instance of OidLenSyntaxChecker.
- OidLenSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- OidNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
The OidNomalizer class contains a tuple: an OID with its Normalizer.
- OidNormalizer(String, Normalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
-
A constructor which accept two parameters
- OidNormalizer(OidNormalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
-
A copy constructor.
- oidNormalizerMap - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
cached Oid/normalizer mapping
- oidRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
the global OID Registry
- OidRegistry<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema.registries
-
Object identifier registry.
- OidRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- oidsIterator() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets an iterator over the registered schema objects'OID in the registry.
- OidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an oid according to RFC 4512.
- OidSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
-
Creates a new instance of OidSyntaxChecker.
- OidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- oidToDescendants - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
maps OIDs to a Set of descendants for that OID
- oidToDescendantSet - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
maps OIDs to a Set of descendants for that OID
- ON_FIRST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned on the first element
- ON_INNER - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned on an element
- ON_LAST - org.apache.directory.api.ldap.model.cursor.CursorStateEnum
-
the Cursor is positioned on the last element
- ONC_RPC_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ONC_RPC_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ONC_RPC_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ONC_RPC_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ONELEVEL - org.apache.directory.api.ldap.model.message.SearchScope
-
One Level scope
- onServer - Variable in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
- onSingleton - Variable in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
A flag to tell if the cursor is on the element
- OpaqueControl - Class in org.apache.directory.api.ldap.model.message.controls
-
A final
Control
implementation intended specifically for handling controls who's values cannot be encoded or decoded by the codec service. - OpaqueControl(String) - Constructor for class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
-
Creates a Control with a specific OID.
- OpaqueControl(String, boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
-
Creates a Control with a specific OID, and criticality set.
- OpaqueExtendedRequest - Class in org.apache.directory.api.ldap.model.message
-
ExtendedRequest basic implementation.
- OpaqueExtendedRequest() - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedRequest(byte[]) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedRequest(int) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedRequest(String) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedRequest(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedResponse - Class in org.apache.directory.api.ldap.model.message
-
ExtendedResponse basic implementation.
- OpaqueExtendedResponse() - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedResponse(int) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedResponse(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
- OpaqueExtendedResponse(String) - Constructor for class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
- OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
- OPEN_CURLY - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
- OPEN_LDAP_ROOT_DSE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OPEN_LDAP_SCHEMA_RENDERER - Static variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Preconfigured
SchemaObjectRenderer
that renders the schema object in OpenLDAP schema format. - OPENLDAP_SCHEMA_PRETTY_PRINTED - org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
- OpenLdapObjectIdentifierMacro - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
An OpenLDAP object identifier macro.
- OpenLdapObjectIdentifierMacro() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Instantiates a new OpenLDAP object identifier macro.
- OpenLdapSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
-
A reusable wrapper for hand parser OpenLDAP schema.
- OpenLdapSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Creates a reusable instance of an OpenLdapSchemaParser.
- OpenLdapSchemaParser.AttributeTypeElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of AttributeTypeDescription elements that can be seen
- OpenLdapSchemaParser.DitContentRuleElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of DitContentRuleDescription elements that can be seen
- OpenLdapSchemaParser.DitStructureRuleElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of DitStructureRuleDescription elements that can be seen
- OpenLdapSchemaParser.LdapComparatorElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of LdapComparatorDescription elements that can be seen
- OpenLdapSchemaParser.LdapSyntaxElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of LdapSyntaxDescription elements that can be seen
- OpenLdapSchemaParser.MatchingRuleElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of MatchingRuleDescription elements that can be seen
- OpenLdapSchemaParser.MatchingRuleUseElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of MatchingRuleUseDescription elements that can be seen
- OpenLdapSchemaParser.NameFormElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of NameFormDescription elements that can be seen
- OpenLdapSchemaParser.NormalizerElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of NormalizerDescription elements that can be seen
- OpenLdapSchemaParser.ObjectClassElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of ObjectClassDescription elements that can be seen
- OpenLdapSchemaParser.PosSchema - Class in org.apache.directory.api.ldap.model.schema.parsers
- OpenLdapSchemaParser.SchemaObjectElements - Interface in org.apache.directory.api.ldap.model.schema.parsers
- OpenLdapSchemaParser.SyntaxCheckerElements - Enum in org.apache.directory.api.ldap.model.schema.parsers
-
The list of SyntaxCheckerDescription elements that can be seen
- operation - Variable in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
The modification operation
- OPERATION_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logger for LDAP operations
- OPERATION_NOT_SUPPORTED_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
Exception
. - OPERATION_STAT - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logs for operation statistics
- OPERATION_TIME - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logs for operation execution time
- OperationAbandonedException - Exception in org.apache.directory.api.ldap.model.exception
-
Marker exception thrown when an operation is cancelled.
- OperationAbandonedException() - Constructor for exception org.apache.directory.api.ldap.model.exception.OperationAbandonedException
- operationNumber - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
The operation number in a modification operation
- OPERATIONS_ERROR - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
If the server requires that the client bind before browsing or modifying the directory, the server MAY reject a request other than binding, unbinding or an extended request with the "operationsError" result.
- OPERATIONSERROR - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- options - Variable in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
-
The options, if any
- or() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- or() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- OR - org.apache.directory.api.ldap.model.filter.AssertionType
-
OR operator constant
- ordering - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The ordering MatchingRule associated with the orderingID
- ORDERING - org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
-
value for ordering usage
- ORDERING - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- ORDERING_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- orderingOid - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The ordering OID associated with this AttributeType
- org.apache.directory.api.ldap.model.constants - package org.apache.directory.api.ldap.model.constants
- org.apache.directory.api.ldap.model.csn - package org.apache.directory.api.ldap.model.csn
- org.apache.directory.api.ldap.model.cursor - package org.apache.directory.api.ldap.model.cursor
- org.apache.directory.api.ldap.model.entry - package org.apache.directory.api.ldap.model.entry
- org.apache.directory.api.ldap.model.exception - package org.apache.directory.api.ldap.model.exception
- org.apache.directory.api.ldap.model.filter - package org.apache.directory.api.ldap.model.filter
- org.apache.directory.api.ldap.model.ldif - package org.apache.directory.api.ldap.model.ldif
- org.apache.directory.api.ldap.model.ldif.anonymizer - package org.apache.directory.api.ldap.model.ldif.anonymizer
- org.apache.directory.api.ldap.model.message - package org.apache.directory.api.ldap.model.message
- org.apache.directory.api.ldap.model.message.controls - package org.apache.directory.api.ldap.model.message.controls
- org.apache.directory.api.ldap.model.message.extended - package org.apache.directory.api.ldap.model.message.extended
- org.apache.directory.api.ldap.model.name - package org.apache.directory.api.ldap.model.name
- org.apache.directory.api.ldap.model.password - package org.apache.directory.api.ldap.model.password
- org.apache.directory.api.ldap.model.schema - package org.apache.directory.api.ldap.model.schema
-
Contains interfaces and base classes for representing the LDAP schema domain model.
- org.apache.directory.api.ldap.model.schema.comparators - package org.apache.directory.api.ldap.model.schema.comparators
- org.apache.directory.api.ldap.model.schema.normalizers - package org.apache.directory.api.ldap.model.schema.normalizers
- org.apache.directory.api.ldap.model.schema.parsers - package org.apache.directory.api.ldap.model.schema.parsers
- org.apache.directory.api.ldap.model.schema.registries - package org.apache.directory.api.ldap.model.schema.registries
- org.apache.directory.api.ldap.model.schema.registries.helper - package org.apache.directory.api.ldap.model.schema.registries.helper
- org.apache.directory.api.ldap.model.schema.syntaxCheckers - package org.apache.directory.api.ldap.model.schema.syntaxCheckers
- org.apache.directory.api.ldap.model.subtree - package org.apache.directory.api.ldap.model.subtree
- org.apache.directory.api.ldap.model.url - package org.apache.directory.api.ldap.model.url
- ORGANIZATION_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATION_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATION_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATION_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_PERSON_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_PERSON_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_ROLE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_ROLE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_STATUS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_STATUS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_UNIT_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_UNIT_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_UNIT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- ORGANIZATIONAL_UNIT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OrNode - Class in org.apache.directory.api.ldap.model.filter
-
Node representing an OR connector in a filter operation
- OrNode() - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
-
Creates an empty OrNode
- OrNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
-
Creates a OrNode using a logical operator and a list of children.
- OrNode(ExprNode...) - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
-
Creates a OrNode using a logical operator and a list of children.
- OrRefinement - Class in org.apache.directory.api.ldap.model.subtree
-
A class holding a OR refinement, as defined in RFC 3672
- OrRefinement(List<Refinement>) - Constructor for class org.apache.directory.api.ldap.model.subtree.OrRefinement
-
Creates a new instance of OrRefinement.
- OTHER - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- OTHER - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code should be returned only if no other error code is suitable.
- OTHER_MAILBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OTHER_MAILBOX_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OTHER_MAILBOX_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OtherMailboxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an OtherMailbox according to RFC 4517 :
- OtherMailboxSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
-
Creates a new instance of OtherMailboxSyntaxChecker.
- OtherMailboxSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- otherObject - Variable in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
The 'other' schema object
- OU_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OU_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OU_SCHEMA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- owner - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
The schema owner
- OWNER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- OWNER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
P
- P_ORIG - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- PADDING_3 - Static variable in class org.apache.directory.api.ldap.model.csn.Csn
-
Padding used to format number with a fixed size
- PADDING_6 - Static variable in class org.apache.directory.api.ldap.model.csn.Csn
-
Padding used to format number with a fixed size
- PagedResults - Interface in org.apache.directory.api.ldap.model.message.controls
-
A request/response control used to implement a simple paging of search results.
- 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.
- 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
- parameters - Variable in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Transient Message Parameter Hash
- parse(char[]) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse a LdapUrl.
- parse(File) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Parses a file of OpenLDAP schemaObject elements/objects.
- parse(InputStream) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Parses a stream of OpenLDAP schemaObject elements/objects.
- parse(Reader) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
- parse(String) - 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) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Parses a Dn from a String
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
-
Parse a SchemaObject description and returns back an instance of SchemaObject.
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
-
Parses a attribute type description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
-
Parses a DIT content rule description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
-
Parses a DIT structure rule description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
-
Parses an comparator description:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
-
Parses a LDAP syntax description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
-
Parses a matching rule description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
-
Parses a matching rule use description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
-
Parses a name form description according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
-
Parses a normalizer description:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
-
Parses a object class definition according to RFC 4512:
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Parses an OpenLDAP schemaObject element/object.
- parse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
-
Parses a syntax checker description:
- parse(String) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationChecker
-
Parses a subtree specification without exhausting the parser.
- parse(String) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Parses a subtree specification without exhausting the parser.
- parse(String, 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) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Parses a Dn from a String
- 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(SchemaManager, String, Rdn) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Parse a NameComponent :
- parseAssertionValue(SchemaManager, byte[], Position) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
An assertion value :
- parseAssertionValue(SchemaManager, String, byte[], Position) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
An assertion value :
- parseAttribute(byte[], Position, boolean, boolean) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse an attribute.
- parseAttribute(char[], Position, boolean, boolean) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse an attribute.
- parseAttribute(Attributes, String, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
-
Parse an AttributeType/AttributeValue
- parseAttributes() - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
-
Parse a ldif file.
- parseAttributes(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse the attributes part
- 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.
- parseAttributeTypeRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching attribute type descriptions.
- parseAttributeTypeStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static 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
- parseBranchNode(SchemaManager, ExprNode, byte[], Position, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Parse AND, OR and NOT nodes :
- parseChange(LdifEntry, Iterator<String>, ChangeType) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a change operation.
- parseChangeType(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse the changeType
- parseControl(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a control.
- 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.
- parseDecOctet(char[], int, int[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse this rule :
- parseDitContentRule(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching DitContentRule descriptions.
- parseDitContentRuleRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for DitContentRule descriptions.
- parseDitContentRuleStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for DitContentRule descriptions.
- parseDitStructureRule(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching DitStructureRule descriptions.
- parseDitStructureRuleRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for DitStructureRule descriptions.
- parseDitStructureRuleStrict(Reader, OpenLdapSchemaParser.PosSchema) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for DitStructureRule descriptions.
- parseDn(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse the Dn of an entry
- parseDn(SchemaManager, String, List<Rdn>) - Method in class org.apache.directory.api.ldap.model.name.ComplexDnParser
-
Parses an Dn.
- parseDn(SchemaManager, String, List<Rdn>) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
- parseDn(SchemaManager, String, Dn) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Parses the given name string and fills the given Dn object.
- parseDN(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse a string and check that it complies with RFC 2253.
- parseEntry() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a ldif file.
- 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) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
-
Parse a ldif file.
- 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.
- parseEntryAttribute(SchemaManager, Entry, String, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
-
Parse an AttributeType/AttributeValue
- parseExtensible(SchemaManager, String, byte[], Position, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Parse an extensible
- parseExtensions(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse extensions and critical extensions.
- parseFill(char[]) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
- parseFilter(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse the filter part.
- parseFilterComp(SchemaManager, byte[], Position, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
filtercomp = and / or / not / item and = '&' WSP* filterlist or = '|' WSP* filterlist not = '!'
- parseFilterInternal(SchemaManager, byte[], Position, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Parse the grammar rule :
- parseHost(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse this rule :
- parseHostPort(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse this rule :
- parseInternal(SchemaManager, String, List<Rdn>) - Static method in class org.apache.directory.api.ldap.model.name.Dn
-
Parse a Dn.
- parseIpLiteral(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
parse these rules :
- parseIPV4(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse these rules :
- parseIPV6(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse the following rules :
- parseIPvFuture(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse these rules :
- parseItem(SchemaManager, byte[], Position, byte, boolean) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Parse the following grammar :
- parseKeyString(String, int) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
- parseKeyString(String, int) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NisNetgroupTripleSyntaxChecker
- parseKeyString(String, int, char) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BootParameterSyntaxChecker
- parseLdapComparator(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for LdapComparator descriptions.
- parseLdapComparatorRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for LdapComparator descriptions.
- parseLdapComparatorStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static 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.
- parseLdapSyntaxRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching ldap syntax descriptions.
- parseLdapSyntaxStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching ldap syntax descriptions.
- parseLdif(BufferedReader) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The main entry point of the LdifParser.
- parseLdif(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
A method which parses a ldif string and returns a list of entries.
- parseLdifFile(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a ldif file (using the default encoding).
- parseLdifFile(String, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a ldif file, decoding it using the given charset encoding
- parseMatchingRule(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching MatchingRule descriptions.
- parseMatchingRuleRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching rule descriptions.
- parseMatchingRuleStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching rule descriptions.
- parseMatchingRuleUse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching MatchingRuleUse descriptions.
- parseMatchingRuleUseRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for MatchingRuleUse descriptions.
- parseMatchingRuleUseStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for MatchingRuleUse descriptions.
- parseModify(LdifEntry, Iterator<String>) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a modify change type.
- parseModRdn(LdifEntry, Iterator<String>) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a ModRDN operation
- parseNameForm(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for NameForm descriptions.
- parseNameFormRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for NameForm descriptions.
- parseNameFormStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static 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.
- parseNormalizerRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for Normalizer descriptions.
- parseNormalizerStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for Normalizer descriptions.
- parseNumber(byte[], Position) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse a number :
- parseNumber(char[]) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse a number following the rules : <number> ::= <digit> <digits> <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' Check that the number is in the interval
- parseNumber(char[], Position) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse a number :
- parseObjectClass(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching ObjectClass descriptions.
- parseObjectClassRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching ObjectClass descriptions.
- parseObjectClassStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for matching ObjectClass descriptions.
- parseOID(byte[], Position) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse an OID.
- parseOID(char[], Position) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse an OID.
- parseOptions(byte[], Position) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse attribute's options :
- parseOptions(char[], Position) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Parse attribute's options :
- parsePort(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse this rule :
- parsePresenceEqOrSubstring(SchemaManager, String, byte[], Position) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Here is the grammar to parse :
- parser - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationChecker
-
the antlr generated parser being wrapped
- parser - Variable in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
the antlr generated parser being wrapped
- ParserDescriptionUtils - Class in org.apache.directory.api.ldap.model.schema.parsers
-
Utilities for dealing with various schema descriptions.
- ParserDescriptionUtils() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
-
Private constructor.
- parseRdn(SchemaManager, String, Rdn) - Method in class org.apache.directory.api.ldap.model.name.ComplexDnParser
-
Parses an Rdn.
- parseRdn(SchemaManager, String, Rdn) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
-
Parses the given name string and fills the given Rdn object.
- parseRdnInternal(SchemaManager, String, Position, Rdn) - Static method in enum org.apache.directory.api.ldap.model.name.FastDnParser
- parseRegName(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
parse these rules :
- parseScope(char[], int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse the scope part.
- parseSimpleValue(String, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse the value part.
- parseSubstring(SchemaManager, String, Value, byte[], Position) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Parse a substring
- parseSyntaxChecker(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for SyntaxChecker descriptions.
- parseSyntaxCheckerRelaxed(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for SyntaxChecker descriptions.
- parseSyntaxCheckerStrict(Reader, OpenLdapSchemaParser.PosSchema, Map<String, OpenLdapObjectIdentifierMacro>) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Production for SyntaxChecker descriptions.
- parseValue(String, String, int) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse the value part.
- parseVersion() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Parse the version from the ldif input.
- PARTIAL_RESULTS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Servers sends this result code to LDAP v2 clients to refer them to another LDAP server.
- PARTIAL_RESULTS_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
Exception
. - password - Variable in class org.apache.directory.api.ldap.model.password.PasswordDetails
- 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
- PasswordPolicySchemaConstants - Class in org.apache.directory.api.ldap.model.constants
-
The PasswordPolicy schema ObjectClasses and AttributeTypes.
- PasswordPolicySchemaConstants() - Constructor for class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
-
Ensures no construction of this class, also ensures there is no need for final keyword above (Implicit super constructor is not visible for default constructor), but is still self documenting.
- PasswordPolicySpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The PasswordPolicySpecificArea role
- PasswordUtil - Class in org.apache.directory.api.ldap.model.password
-
A utility class containing methods related to processing passwords.
- PasswordUtil() - Constructor for class org.apache.directory.api.ldap.model.password.PasswordUtil
- PATTERN - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
- PDMS - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
- 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
- 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
- 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
- pKey - Variable in class org.apache.directory.api.ldap.model.password.BCrypt
- 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
- PLUS - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- port - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The port
- position - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The current 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
- PosSchema(boolean) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.PosSchema
- POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- POSTAL_ADDRESS_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PostalAddressSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a PostalAddress according to RFC 4517 :
- PostalAddressSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
-
Creates a new instance of PostalAddressSyntaxChecker.
- 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
- 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
- prefetched - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Iterator prefetched entry
- prefix - Variable in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The associated prefix
- 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() - Constructor for class org.apache.directory.api.ldap.model.schema.PrepareString
-
A private constructor, to avoid instance creation of this static class.
- PrepareString.AssertionType - Enum in org.apache.directory.api.ldap.model.schema
-
The type of Assertion we have to normalize
- PrepareString.NormStateEnum - Enum in org.apache.directory.api.ldap.model.schema
- PRESCRIPTIVE_ACI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PRESCRIPTIVE_ACI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PRESCRIPTIVE_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PRESCRIPTIVE_TRIGGER_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PRESENCE - org.apache.directory.api.ldap.model.filter.AssertionType
-
presence assertion node
- PresenceNode - Class in org.apache.directory.api.ldap.model.filter
-
Filter expression tree node representing a filter attribute value assertion for presence.
- PresenceNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
-
Creates a PresenceNode object based on an attribute.
- PresenceNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
-
Creates a PresenceNode object based on an attribute.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
-
Creates an instance of PresentationAddressSyntaxChecker
- PresentationAddressSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- 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.
- prettyPrint - Variable in enum org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
- prettyPrintIndent(StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- prettyPrintNewLine(StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- 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.
- previousDn - Variable in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
-
The previous Dn
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
-
Creates a new instance of PrintableStringSyntaxChecker.
- PrintableStringSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- 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
- printSchemaName - Variable in enum org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
- printToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Pretty prints this expression node along with annotation information.
- processExtension(Reader, OpenLdapSchemaParser.PosSchema, SchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
extension ::= xstring SP qdstrings xstring ::= "X" HYPHEN ( ALPHA | HYPHEN | USCORE )+ qdstrings ::= qdstring | ( LPAREN WSP qdstringlist WSP RPAREN ) qdstringlist ::= qdstring *( SP qdstring )* qdstring ::= SQUOTE dstring SQUOTE dstring ::= 1*( QS / QQ / QUTF8 ) ; escaped UTF-8 string
- processObjectIdentifier(Reader, OpenLdapSchemaParser.PosSchema) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Process OpenLDAP macros, like : objectidentifier DUAConfSchemaOID 1.3.6.1.4.1.11.1.3.1.
- processResponse(ResultResponse) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Process the response, throwing the associated exception if needed.
- PROTOCOL_ERROR - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A protocol error should be returned by the server when an invalid or malformed request is received from the client.
- PROTOCOL_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PROTOCOL_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PROTOCOL_INFORMATION_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PROTOCOL_INFORMATION_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PROTOCOL_INFORMATION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
The single instance with protocolError result code.
- PROTOCOLERROR - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
-
The single instance with protocolError result code.
- ProtocolInformationSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a protocol information according to RFC 2252.
- ProtocolInformationSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
-
Creates a new instance of ProtocolInformationSyntaxChecker.
- ProtocolInformationSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- PROVIDER_LOG - org.apache.directory.api.ldap.model.constants.Loggers
-
The dedicated logs for the replication provider
- ProxiedAuthz - Interface in org.apache.directory.api.ldap.model.message.controls
-
Control which defines the Proxy Authorization request.
- 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.
- PURGE_INSTANCEID - Static variable in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
A special instance ID for a purge CSN
- 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, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Put an attribute (represented by its ID and some binary values) into an entry.
- put(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Put an attribute (represented by its ID and some binary values) into an entry.
- put(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Put an attribute (represented by its ID and some binary values) into an entry.
- put(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Put an attribute (represented by its ID and some String values) into an entry.
- put(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Put an attribute (represented by its ID and some String values) into an entry.
- put(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Put an attribute (represented by its ID and some String values) into an entry.
- put(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Put an attribute (represented by its ID and some values) into an entry.
- put(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Put an attribute (represented by its ID and some values) into an entry.
- put(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Put an attribute (represented by its ID and some values) into an entry.
- put(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
- put(String, AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
- put(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
- put(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
- put(String, AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
- put(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
- put(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
- put(String, AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
- put(String, AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
- put(String, Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- put(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places attributes in the attribute collection.
- put(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places attributes in the attribute collection.
- put(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places attributes in the attribute collection.
- put(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
- put(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
- put(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
- put(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
- put(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
- put(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
- put(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
- put(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
- put(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
- put(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Store the given SchemaObject into the OidRegistry.
- putAll(Map<? extends String, ? extends Schema>) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- putAttribute(String, Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Add an attribute value to an existing attribute
- PWD_ACCOUNT_LOCKED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_ACCOUNT_LOCKED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_ACCOUNT_LOCKED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_ACCOUNT_LOCKED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_ALLOW_USER_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_ALLOW_USER_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_ALLOW_USER_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_ALLOW_USER_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_ATTRIBUTE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_ATTRIBUTE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_ATTRIBUTE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_ATTRIBUTE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_CHANGED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_CHANGED_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_CHANGED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_CHANGED_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_CHECK_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_CHECK_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_CHECK_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_CHECK_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_END_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_END_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_END_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_END_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_EXPIRE_WARNING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_EXPIRE_WARNING_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_EXPIRE_WARNING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_EXPIRE_WARNING_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_FAILURE_COUNT_INTERVAL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_FAILURE_COUNT_INTERVAL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_FAILURE_COUNT_INTERVAL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_FAILURE_COUNT_INTERVAL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_FAILURE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_FAILURE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_FAILURE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_FAILURE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_GRACE_AUTH_N_LIMIT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_GRACE_AUTH_N_LIMIT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_GRACE_AUTHN_LIMIT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_GRACE_AUTHN_LIMIT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_GRACE_EXPIRE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_GRACE_EXPIRE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_GRACE_EXPIRE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_GRACE_EXPIRE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_GRACE_USE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_GRACE_USE_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_GRACE_USE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_GRACE_USE_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_IN_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_IN_HISTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_IN_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_IN_HISTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_LAST_SUCCESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_LAST_SUCCESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_LAST_SUCCESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_LAST_SUCCESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_LOCKOUT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_LOCKOUT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_LOCKOUT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_LOCKOUT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_LOCKOUT_DURATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_LOCKOUT_DURATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_LOCKOUT_DURATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_LOCKOUT_DURATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_FAILURE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_FAILURE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_FAILURE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_FAILURE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_IDLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_IDLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_IDLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_IDLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MAX_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MAX_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MIN_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MIN_AGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MIN_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MIN_AGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MIN_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MIN_DELAY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MIN_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MIN_DELAY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MIN_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MIN_LENGTH_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MIN_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MIN_LENGTH_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MUST_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MUST_CHANGE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_MUST_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_MUST_CHANGE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_POLICY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_POLICY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_POLICY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_POLICY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_POLICY_SUBENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_POLICY_SUBENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_POLICY_SUBENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_POLICY_SUBENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_RESET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_RESET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_RESET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_RESET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_SAFE_MODIFY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_SAFE_MODIFY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_SAFE_MODIFY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_SAFE_MODIFY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_START_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_START_TIME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- PWD_START_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.PasswordPolicySchemaConstants
- PWD_START_TIME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
Q
- QUALITY_LABELLED_DATA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- QUALITY_LABELLED_DATA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- quotestring(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 2253, Section 3
R
- RANGLE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- rawOidOrNameSuffix - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
- RBRACE - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- Rdn - Class in org.apache.directory.api.ldap.model.name
-
This class store the name-component part or the following BNF grammar (as of RFC2253, par. 3, and RFC1779, fig. 1) :
- <name-component> ::= <attributeType> <spaces> '=' <spaces> <attributeValue> <attributeTypeAndValues>
- <attributeTypeAndValues> ::= <spaces> '+' <spaces> <attributeType> <spaces> '=' <spaces> <attributeValue> <attributeTypeAndValues> | e
- <attributeType> ::= [a-zA-Z] <keychars> | <oidPrefix> [0-9] <digits> <oids> | [0-9] <digits> <oids>
- <keychars> ::= [a-zA-Z] <keychars> | [0-9] <keychars> | '-' <keychars> | e
- <oidPrefix> ::= 'OID.' | 'oid.' | e
- <oids> ::= '.' [0-9] <digits> <oids> | e
- <attributeValue> ::= <pairs-or-strings> | '#' <hexstring> |'"' <quotechar-or-pairs> '"'
- <pairs-or-strings> ::= '\' <pairchar> <pairs-or-strings> | <stringchar> <pairs-or-strings> | e
- <quotechar-or-pairs> ::= <quotechar> <quotechar-or-pairs> | '\' <pairchar> <quotechar-or-pairs> | e
- <pairchar> ::= ',' | '=' | '+' | '<' | '>' | '#' | ';' | '\' | '"' | [0-9a-fA-F] [0-9a-fA-F]
- <hexstring> ::= [0-9a-fA-F] [0-9a-fA-F] <hexpairs>
- <hexpairs> ::= [0-9a-fA-F] [0-9a-fA-F] <hexpairs> | e
- <digits> ::= [0-9] <digits> | e
- <stringchar> ::= [0x00-0xFF] - [,=+<>#;\"\n\r]
- <quotechar> ::= [0x00-0xFF] - [\"]
- <separator> ::= ',' | ';'
- <spaces> ::= ' ' <spaces> | e
A Rdn is a part of a Dn. - Rdn() - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
A empty constructor.
- Rdn(String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
A constructor that parse a String representing a Rdn.
- Rdn(String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
A constructor that constructs a Rdn from a type and a value.
- Rdn(Ava...) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
Creates a new RDN from a list of AVA
- Rdn(Rdn) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
Constructs an Rdn from the given rdn.
- Rdn(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
Creates a new schema aware instance of Rdn.
- Rdn(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
A constructor that parse a String representing a schema aware Rdn.
- Rdn(SchemaManager, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
A constructor that constructs a schema aware Rdn from a type and a value.
- Rdn(SchemaManager, Ava...) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
Creates a new schema aware RDN from a list of AVA
- Rdn(SchemaManager, Rdn) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
-
Constructs an Rdn from the given rdn.
- RdnIterator() - Constructor for class org.apache.directory.api.ldap.model.name.Dn.RdnIterator
- rdns - Variable in class org.apache.directory.api.ldap.model.name.Dn
-
The RDNs that are elements of the Dn
NOTE THAT THESE ARE IN THE OPPOSITE ORDER FROM THAT IMPLIED BY THE JAVADOC! - reader - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The ldif Reader
- 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.
- readLines() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
- reason - Variable in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
- reason - Variable in exception org.apache.directory.api.ldap.model.exception.LdapUriException
-
The reason message.
- reasonCode - Variable in exception org.apache.directory.api.ldap.model.exception.LdapUriException
-
The reason code.
- reasonPhrase - Variable in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
- 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 - Variable in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Referral associated with this LdapResult if the errorCode is REFERRAL
- referral - Variable in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
-
Referral holding the reference urls
- Referral - Interface in org.apache.directory.api.ldap.model.message
-
Represents a referral which is a set of alternative locations where an entry can be found.
- REFERRAL - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Rather than indicating an error, this result code is used to indicate that the server does not hold the target entry of the request but is able to provide alternative servers that may.
- REFERRAL_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
- referralHandling - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
A flag set to tell the search what to do wth referrals
- 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
- referralLength - Variable in class org.apache.directory.api.ldap.model.message.ReferralImpl
-
The length of the referral
- 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
- ReferralsPolicyEnum() - Constructor for enum org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
- refinement - Variable in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
a filter using only assertions on objectClass attributes for subtree refinement
- refinement - Variable in class org.apache.directory.api.ldap.model.subtree.NotRefinement
-
The refinement
- 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 - Variable in class org.apache.directory.api.ldap.model.subtree.AndRefinement
-
The set of refinements
- refinements - Variable in class org.apache.directory.api.ldap.model.subtree.OrRefinement
-
The set of refinements
- refinements() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- refinements() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- refs - Variable in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
The list of referrals
- regexes - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
-
the perl 5 regex engine
- 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.
- REGEXP - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
- RegexSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
- RegexSyntaxChecker(String, String[]) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Creates a Syntax validator for a specific Syntax using Perl5 matching rules for validation.
- RegexSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- register(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Registers a new SchemaObject with this registry.
- register(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Registers a new SchemaObject with this registry.
- register(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Registers a new SchemaObject with this registry.
- register(DitStructureRule) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Registers a new DitStructureRule with this registry.
- register(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Registers a new DitStructureRule with this registry.
- register(LdapComparator<?>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
-
Registers a new LdapComparator with this registry.
- register(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Registers a new LdapComparator with this registry.
- register(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Registers a new SchemaObject with this registry.
- register(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Registers a new SchemaObject with this registry.
- register(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Registers a new SchemaObject with this registry.
- register(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Registers a new SchemaObject with this registry.
- register(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Registers a new Normalizer with this registry.
- register(Normalizer) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
-
Registers a new Normalizer with this registry.
- register(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Registers a new ObjectClass with this registry.
- register(ObjectClass) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Registers a new ObjectClass with this registry.
- register(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Register the given SchemaObject into the associated Registry
- register(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Registers a new SyntaxChecker with this registry.
- register(SyntaxChecker) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Registers a new SyntaxChecker with this registry.
- register(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Registers a new SchemaObject with this registry.
- register(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Adds an OID name pair to the registry.
- register(T) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Registers a new SchemaObject with this registry.
- registerDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Store the AttributeType into a map associating an AttributeType to its descendants.
- registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Store the AttributeType into a map associating an AttributeType to its descendants.
- registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Store the AttributeType into a map associating an AttributeType to its descendants.
- registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Store the ObjectClass into a map associating an ObjectClass to its descendants.
- registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Store the ObjectClass into a map associating an ObjectClass to its descendants.
- registerDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Store the ObjectClass into a map associating an ObjectClass to its descendants.
- REGISTERED_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- REGISTERED_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- Registries - Class in org.apache.directory.api.ldap.model.schema.registries
-
Document this class.
- Registries() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Creates a new instance of Registries.
- REGULAR_NAME - org.apache.directory.api.ldap.model.url.HostTypeEnum
-
Regular name host
- rehash() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
A helper method to rehash the hashCode
- rehash() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
A helper method to recompute the hash code
- relatedId - Variable in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
The related ID (name or OID) of the exception
- 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.
- relaxed - Variable in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
The flag that tells about the SchemaLoader mode : relaxed or strict
- RELAXED - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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
- remainingDn - Variable in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
The remaining Dn
- remainingDn - Variable in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
The remaining Dn
- remove() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
- remove() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Always throws UnsupportedOperationException!
- remove() - Method in class org.apache.directory.api.ldap.model.name.Dn.RdnIterator
- remove() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- remove(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Removes all the values that are equal to the given values.
- remove(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Removes all the values that are equal to the given values.
- remove(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
- remove(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute name for removal from the target entry.
- remove(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute name for removal from the target entry.
- remove(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Removes all the values that are equal to the given values.
- remove(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Removes all the values that are equal to the given values.
- remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified binary values from an attribute.
- remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified binary values from an attribute.
- remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified binary values from an attribute.
- remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
- remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified String values from an attribute.
- remove(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified String values from an attribute.
- remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified String values from an attribute.
- remove(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for removal with the given values from the target entry.
- remove(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for removal with the given values from the target entry.
- remove(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified values from an attribute.
- remove(String, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified values from an attribute.
- remove(String, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified values from an attribute.
- remove(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for removal from the target entry.
- remove(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for removal from the target entry.
- remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified attributes.
- remove(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified attributes.
- remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified attributes.
- remove(Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Removes all the values that are equal to the given values.
- remove(Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Removes all the values that are equal to the given values.
- remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified binary values from an attribute.
- remove(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified binary values from an attribute.
- remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified binary values from an attribute.
- remove(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified String values from an attribute.
- remove(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified String values from an attribute.
- remove(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified String values from an attribute.
- remove(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the specified values from an attribute.
- remove(AttributeType, Value...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the specified values from an attribute.
- remove(AttributeType, Value...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the specified values from an attribute.
- REMOVE_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
-
Removed attribute value
- removeAttribute(String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Removes an attribute to the set of entry attributes to return.
- removeAttribute(String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Removes an attribute to the set of entry attributes to return.
- removeAttribute(String...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Remove a list of Attributes from the LdifEntry
- removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the attribute with the specified alias.
- removeAttributes(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the attribute with the specified alias.
- removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the attribute with the specified alias.
- removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(AttributeType...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Removes the attribute with the specified AttributeTypes.
- 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.
- 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.
- removeInternal() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Always throws UnsupportedOperationException!
- 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 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
- 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
- removeUpName(String, boolean) - Method in class org.apache.directory.api.ldap.model.name.Dn
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Modify all the DitStructureRule using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Modify all the DitStructureRule using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- render() - Method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
-
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
- render(StringBuilder, List<String>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders qdescrs into an existing buffer.
- render(StringBuilder, AttributeType[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format into an existing buffer.
- render(StringBuilder, ObjectClass[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format into an existing buffer.
- render(Map<String, List<String>>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders the schema extensions into a new StringBuffer.
- render(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders an attributeType according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
- render(AttributeType[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format.
- render(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
NOT FULLY IMPLEMENTED!
- render(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
NOT FULLY IMPLEMENTED!
- render(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders a Syntax according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
- render(LoadableSchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Returns a String description of a schema.
- render(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders an matchingRule according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
- render(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
NOT FULLY IMPLEMENTED!
- render(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
NOT FULLY IMPLEMENTED!
- render(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders an objectClass according to the Object Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37.
- render(ObjectClass[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format.
- render(UsageEnum) - Static method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
-
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
- renderClose(StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderDescription(SchemaObject, StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderNames(SchemaObject, StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderObsolete(SchemaObject, StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderOids(StringBuilder, String, List<String>) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderOids(StringBuilder, List<String>) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders oids into a new buffer.
- renderQDescrs(StringBuilder, List<String>) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders qdescrs into a new buffer.
- renderQDescrs(StringBuilder, List<String>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders qdescrs into a new buffer.
- renderQDString(StringBuilder, String) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
-
Renders QDString into a new buffer.
- renderQDString(StringBuilder, String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Renders QDString into a new buffer.
- renderRuleIds(StringBuilder, List<Integer>) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderStartOidNamesDescObsolete(SchemaObject, String) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- renderXSchemaName(SchemaObject, StringBuilder) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- replace(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
- replace(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- replace(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
- replace(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- replace(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for replacement with the given values in the target entry.
- replace(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for replacement with the given values in the target entry.
- replace(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
marks a given attribute for replacement in the target entry.
- replace(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for replacement in the target entry.
- REPLACE_ATTRIBUTE - org.apache.directory.api.ldap.model.entry.ModificationOperation
-
Replaced attribute value
- replicaId - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
The server identification
- replicaId - Variable in class org.apache.directory.api.ldap.model.csn.CsnFactory
-
The replicaId to use for every CSN created by this factory
- Request - Interface in org.apache.directory.api.ldap.model.message
-
Ldap protocol request messages derive from this super interface.
- requestAbandoned(AbandonableRequest) - Method in interface org.apache.directory.api.ldap.model.message.AbandonListener
-
Notifies that a request has been abandoned.
- RequestObservable() - Constructor for class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest.RequestObservable
- requestValue - Variable in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Extended request value as an opaque byte array
- 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.
- reset(String) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationChecker
-
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it. param spec the specification to be parsed
- reset(String) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it.
- resetState() - Method in class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationChecker
-
Resets the state of an antlr parser.
- resetState() - Method in class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationParser
-
Resets the state of an antlr parser.
- 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
- resolve(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Check the inheritance, and the existence of MatchingRules and LdapSyntax for an attribute
- resolve(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Attempts to resolve the LdapComparator
- resolve(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Attempts to resolve the SyntaxChecker associated with a Syntax.
- resolve(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Check if the Comparator, Normalizer and the syntax are existing for a matchingRule.
- resolve(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Attempts to resolve the Normalizer
- resolve(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- resolve(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Attempts to resolve the SyntaxChecker
- resolvedDn - Variable in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
The resolved Dn
- resolvedObject - Variable in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
the resolvedObject
- resolvedObject - Variable in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
The resolved Object
- resolvedOid - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
- resolveObjectIdentifierMacro(OpenLdapObjectIdentifierMacro) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Find the proper OID from a OID which may contain a macro
- resolver - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- resolveRecursive(AttributeType, Set<String>) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Check AttributeType referential integrity
- resolveRecursive(ObjectClass, Set<String>) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- response - Variable in exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
The response with the error cause
- response - Variable in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
The associated response
- response - Variable in class org.apache.directory.api.ldap.model.message.AddRequestImpl
- response - Variable in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
The associated response
- response - Variable in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
The associated response
- response - Variable in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
-
The deleteResponse associated with this request
- response - Variable in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
The associated response
- response - Variable in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
The associated response
- response - Variable in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
The associated response
- response - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
The final result containing SearchResponseDone response
- Response - Interface in org.apache.directory.api.ldap.model.message
-
Super interface used as a marker for all protocol response type messages.
- RESPONSE_TYPES - Static variable in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Different response types that a search request may return.
- ResponseCarryingMessageException - Exception in org.apache.directory.api.ldap.model.exception
-
This exception is thrown when a message processing error occurs.
- ResponseCarryingMessageException() - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
Constructs an Exception without a message.
- ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
Constructs an Exception with a detailed message.
- ResponseCarryingMessageException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
Constructs an Exception with a detailed message.
- ResponseCarryingMessageException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
Constructs an Exception without a message.
- responseName - Variable in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Object identifier for the extended response
- responseName - Variable in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
ResponseName for the intermediate response
- responseValue - Variable in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Response Value for the intermediate response
- responseValue - Variable in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Extended response value as an opaque byte array
- result - Variable in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
-
the sort operations result code
- resultCode - Variable in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
The operation resultCode
- resultCode - Variable in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Resultant operation error code - defaults to SUCCESS
- ResultCodeEnum - Enum in org.apache.directory.api.ldap.model.message
-
Type safe LDAP message envelope result code enumeration.
- ResultCodeEnum(int, String) - Constructor for enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Private construct so no other instances can be created other than the public static constants in this class.
- 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.
- 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.
- returnECs - Variable in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
If returnECs is TRUE, the server MUST return an Entry Change Notification control with each entry returned as the result of changes.
- returningAttributes - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The list of attributes to return, once it has been normalized.
- returningAttributesStr - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The list of attributes to return, as Strings.
- ReusableAntlrSubtreeSpecificationChecker - Class in org.apache.directory.api.ldap.model.subtree
-
A reusable parser class extended from antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
- ReusableAntlrSubtreeSpecificationChecker(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationChecker
-
Creates a ReusableAntlrSubtreeSpecificationParser instance.
- 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.
- ReusableAntlrSubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
-
A reusable parser class extended from antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
- ReusableAntlrSubtreeSpecificationParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationParser
-
Creates a ReusableAntlrSubtreeSpecificationParser instance.
- 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.
- reverseOrder - Variable in class org.apache.directory.api.ldap.model.message.controls.SortKey
-
A flag to set to true to get the result in reverse order.
- 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.
- revertEntry(Entry, Dn, Dn, Rdn, Rdn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
-
A small helper class to compute the simple revert.
- 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
- RIGHT - Static variable in class org.apache.directory.api.ldap.model.name.Dn
- role - Variable in enum org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The AdministrativeRole as a String
- 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
- rootCause - Variable in class org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause
- RPAREN - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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
- ruleId - Variable in class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
The rule ID.
- 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.
S
- S_ORIG - Static variable in class org.apache.directory.api.ldap.model.password.BCrypt
- 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
- 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
- salt - Variable in class org.apache.directory.api.ldap.model.password.PasswordDetails
- SASL_AUTH_PENDING - org.apache.directory.api.ldap.model.message.BindStatus
-
We have received a SASL BindRequest
- SASL_BIND_IN_PROGRESS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This result code is not an error response from the server, but rather, is a request for bind continuation.
- SaslQoP - Enum in org.apache.directory.api.ldap.model.constants
-
This enums contains values for SASL QoP (Quality of Protection).
- SaslQoP(String) - Constructor for enum org.apache.directory.api.ldap.model.constants.SaslQoP
-
Creates a new instance of SaslQoP.
- SaslSecurityStrength - Enum in org.apache.directory.api.ldap.model.constants
-
This enums contains values for SASL Security Strength.
- SaslSecurityStrength(String) - Constructor for enum org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
Creates a new instance of SaslSecurityStrength.
- savedCaseSensitive - Variable in class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
- savedCaseSensitive - Variable in class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationLexer
- savedCaseSensitiveLiterals - Variable in class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
- savedCaseSensitiveLiterals - Variable in class org.apache.directory.api.ldap.model.subtree.ReusableAntlrSubtreeSpecificationLexer
- SCBuilder(String) - Constructor for class org.apache.directory.api.ldap.model.schema.SyntaxChecker.SCBuilder
-
The Builder constructor
- Schema - Interface in org.apache.directory.api.ldap.model.schema.registries
-
Base schema interface.
- 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
- SCHEMA_VIOLATION_EXCEPTION_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
SchemaViolationException
. - 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.
- SchemaConstants() - Constructor for class org.apache.directory.api.ldap.model.constants.SchemaConstants
-
Ensures no construction of this class, also ensures there is no need for final keyword above (Implicit super constructor is not visible for default constructor), but is still self documenting.
- schemaDescriptions - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
The list of parsed schema descriptions
- SchemaErrorHandler - Interface in org.apache.directory.api.ldap.model.schema
-
Interface for handling errors that occur during schema processing.
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
-
The SchemaLoader used to load this schema
- 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 - Variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
The SchemaManager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
-
The SchemaManager instance
- schemaManager - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The SchemaManager instance, if any
- schemaManager - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.name.DefaultDnFactory
-
The schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.name.Dn
-
the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
-
A reference to the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
-
A reference to the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
-
A reference to the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
-
A reference to the schema manager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
the schemaManager used to dynamically resolve Normalizers
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
-
A reference to the schema manager used to normalize the Dn
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
A reference to the schema manager used to normalize the Name
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
-
A reference to the schema manager used to normalize the Name
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
-
A reference to the schema manager used to normalize the Dn
- schemaManager - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker.Builder
-
The schemaManager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
The SchemaManager
- schemaManager - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
The schemaManager
- SchemaManager - Interface in org.apache.directory.api.ldap.model.schema
-
A class used to manage access to the Schemas and Registries.
- schemaMap - Variable in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
A map of all available schema names to schema objects.
- schemaName - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The name of the schema this object is associated with
- schemaObject - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
-
The internal schemaObject
- SchemaObject - Interface in org.apache.directory.api.ldap.model.schema
-
Most schema objects have some common attributes.
- SchemaObjectIterable(List<T>, SchemaObjectSorter.ReferenceCallback<T>) - Constructor for class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterable
- schemaObjectIterator - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- SchemaObjectIterator(List<T>, SchemaObjectSorter.ReferenceCallback<T>) - Constructor for class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- 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.
- SchemaObjectRenderer(SchemaObjectRenderer.Style) - Constructor for class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- SchemaObjectRenderer.Style - Enum in org.apache.directory.api.ldap.model.schema
- schemaObjects - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A map storing all the schema objects associated with a schema
- schemaObjects - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterable
- schemaObjects - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter.SchemaObjectIterator
- SchemaObjectSorter - Class in org.apache.directory.api.ldap.model.schema
-
Various utility methods for sorting schema objects.
- SchemaObjectSorter() - Constructor for class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
- SchemaObjectSorter.ReferenceCallback<T extends SchemaObject> - Interface in org.apache.directory.api.ldap.model.schema
- SchemaObjectSorter.SchemaObjectIterable<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema
- SchemaObjectSorter.SchemaObjectIterator<T extends SchemaObject> - Class in org.apache.directory.api.ldap.model.schema
- schemaObjectType - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
The SchemaObject type, used by the toString() method
- SchemaObjectType - Enum in org.apache.directory.api.ldap.model.schema
-
The SchemaObject types
- SchemaObjectType(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A private constructor to associated a number to the type
- 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 - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
-
The schema parser used to parse the AttributeTypeDescription Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
-
The schema parser used to parse the DITContentRuleDescription Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
-
The schema parser used to parse the DITContentRuleDescription Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
-
The schema parser used to parse the LdapSyntax description Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
-
The schema parser used to parse the MatchingRuleDescription Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
-
The schema parser used to parse the MatchingRuleUseDescription Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
-
The schema parser used to parse the DITContentRuleDescription Syntax
- schemaParser - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
-
The schema parser used to parse the ObjectClassDescription Syntax
- 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.
- SchemaUtils() - Constructor for class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Private constructor.
- scheme - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The scheme
- scope - Variable in class org.apache.directory.api.ldap.model.filter.ScopeNode
-
the scope of this node
- scope - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The search scope.
- scope - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Search scope enumeration value
- scope - Variable in enum org.apache.directory.api.ldap.model.message.SearchScope
-
The corresponding LDAP scope constant value as defined in RFC 4511
- scope - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
The scope
- SCOPE - org.apache.directory.api.ldap.model.filter.AssertionType
-
scope assertion node
- 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.
- sdf - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
The Timestamp syntax.
- SEARCH_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of result code enumerations that may result from search operations.
- SEARCH_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The SearchRequest message
- SEARCH_RESULT_DONE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The SeaechResultDone response message
- SEARCH_RESULT_ENTRY - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The SearchResultEntry Response message
- SEARCH_RESULT_REFERENCE - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The earchResultReference Response message
- SEARCH_SCOPE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SearchCursor - Interface in org.apache.directory.api.ldap.model.cursor
-
An extension of Cursor which includes the retrieval of the SearchResultDone.
- 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.
- SearchNoDResponse(ResultCodeEnum) - Constructor for class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
-
Creates a new instance of NoticeOfDisconnect.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- SearchScope(int, String) - Constructor for enum org.apache.directory.api.ldap.model.message.SearchScope
-
Creates a new instance of SearchScope based on the respective scope constant.
- SearchScopeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Search Scope.
- SearchScopeSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
-
Creates a new instance of SearchScopeSyntaxChecker.
- 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
- SEE_ALSO_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SEE_ALSO_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SELF_SIGNED - org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
- SEMI - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- SEMI_COLON - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- SENSITIVE_MAP - Static variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
- 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
- SERIAL_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SERIAL_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SerializableComparator<E> - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A serializable wrapper around a Comparator which uses delayed initialization of the underlying wrapped comparator which is JIT resolved from a static global registry.
- SerializableComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
-
Creates a new instance of SerializableComparator.
- serialize(byte[], 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(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Serialize an Entry.
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
-
Declares the Serial Version Uid.
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
-
The serialVersion UID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
-
The serialVersion UID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.cursor.InconsistentCursorStateException
-
The serialVersion UID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException
-
The serialVersion UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Used for serialization
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Used for serialization
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.entry.Value
-
Used for serialization
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAliasException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapCannotCancelException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
-
The serial version UID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeTypeException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapNoSuchOperationException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapOtherException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapPartialResultException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapSizeLimitExceededException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapTimeLimitExceededException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeException
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapTooLateException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapUriException
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.MessageException
-
The serialVersionUID.
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.OperationAbandonedException
-
The serial version UUID
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
Declares the Serial Version Uid.
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.AbstractRequest
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.AddRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.AddResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.BindResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.CompareResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.DeleteResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.ReferralImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.name.Ava
-
Declares the Serial Version Uid.
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.name.Dn
-
Declares the Serial Version Uid.
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
-
Declares the Serial Version Uid.
- serialVersionUID - Static variable in exception org.apache.directory.api.ldap.model.name.TooComplexDnException
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The serial version UID
- 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.comparators.BitStringComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.LongComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.ParsedDnComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.StringComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
-
The serial version UID
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
-
The serial version UID
- 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.LdapComparator
-
The serial version UID
- 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.LoadableSchemaObject
-
The serial version UID
- 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.registries.LowerCaseKeyMap
- serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
-
The mandatory serialVersionUID
- serverSaslCreds - Variable in class org.apache.directory.api.ldap.model.message.BindResponseImpl
-
optional property holding SASL authentication response parameters
- SERVICE_UNAVAILABLE_CODES - Static variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A set of ResultCodes containing those that may correspond to a
Exception
. - set - Variable in class org.apache.directory.api.ldap.model.cursor.SetCursor
-
The inner Set
- 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.
- 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.
- setAdministrativeRoles(Set<AdministrativeRole>) - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
-
Store the Set of administrative roles supported by this Subentry
- 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.
- setAssertionValue(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
-
Sets the attribute value to use in the comparison.
- setAssertionValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Sets the attribute value to use in the comparison.
- setAssertionValue(String) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
-
Sets the attribute value to use in the comparison.
- setAssertionValue(String) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Sets the attribute value to use in the comparison.
- setAttribute(String) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
-
Sets the attribute this leaf node is based on.
- setAttribute(String) - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
- setAttribute(Attribute) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Set the attribute's modification
- setAttribute(Attribute) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
-
Set the attribute's modification
- 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.
- 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.
- setAttributeType(SchemaManager, String) - Method in class org.apache.directory.api.ldap.model.name.Ava
- setAttributeTypeDesc(String) - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
- setAuthzId(String) - Method in interface org.apache.directory.api.ldap.model.message.controls.ProxiedAuthz
- setAuthzId(String) - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
-
The authzId syntax is given by the RFC 2829 :
- setAuxObjectClasses(List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- setAuxObjectClassOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- setBase(Dn) - Method in 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.
- 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.
- 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
- setChanged() - Method in class org.apache.directory.api.ldap.model.message.AbstractAbandonableRequest.RequestObservable
- setChangeNumber(long) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
-
Sets the ChangeNumber
- setChangeNumber(long) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
-
Sets the ChangeNumber
- setChangesOnly(boolean) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
-
Sets the ChangesOnly flag
- setChangesOnly(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
Sets the ChangesOnly flag
- setChangeType(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the change type
- setChangeType(ChangeType) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the modification type
- setChangeType(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
-
Set the ChangeType
- setChangeType(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
-
Set the ChangeType
- setChangeTypes(int) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
-
Set the changeType value we want to get back ( a combinaison of Add, Delete, Modify and ModifyDN)
- setChangeTypes(int) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
Set the changeType value we want to get back ( a combinaison of Add, Delete, Modify and ModifyDN)
- setChildren(List<ExprNode>) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
-
Sets the list of children under this node.
- setChildren(List<ExprNode>) - Method in class org.apache.directory.api.ldap.model.filter.NotNode
-
Sets the list of children under this node.
- setChopAfterExclusions(Set<Dn>) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the set of subordinates entries whose subordinates are to be excluded.
- setChopBeforeExclusions(Set<Dn>) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the set of subordinates entries and their subordinates to exclude.
- 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
- setControls(Set<Control>) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
- setCookie(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.controls.PagedResults
-
Set the cookie
- setCookie(byte[]) - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
-
Set the cookie
- setCredentials(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
-
Sets the simple credentials associated with a simple authentication attempt.
- setCredentials(byte[]) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Sets the simple credentials associated with a simple authentication attempt.
- setCredentials(String) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
-
Sets the simple credentials associated with a simple authentication attempt.
- setCredentials(String) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Sets the simple credentials associated with a simple authentication attempt.
- 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.
- SetCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
-
A simple implementation of a Cursor on a
Set
. - SetCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Creates a new SetCursor without any elements.
- SetCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Creates a new SetCursor without any elements.
- SetCursor(Comparator<E>, Set<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Creates a new SetCursor.
- SetCursor(Set<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
-
Creates a new SetCursor As with all Cursors, this SetCursor requires a successful return from advance operations (next() or previous()) to properly return values using the get() operation.
- 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
- 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 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
- setDiagnosticMessage(String) - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
-
Sets the descriptive diagnostic message associated with the error code.
- setDiagnosticMessage(String) - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Sets the descriptive diagnostic message associated with the error code.
- setDisabledAccepted(boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Change the Registries behavior regarding disabled SchemaObject element.
- setDn(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Set this entry's Dn.
- setDn(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Set this entry's Dn.
- setDn(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Set this entry's Dn.
- setDn(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the Distinguished Name
- setDn(Dn) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
Set this entry's Dn.
- setDn(Dn) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
Set this entry's Dn.
- setDn(Dn) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
Set this entry's Dn.
- setDn(Dn) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
-
Set the Distinguished Name
- setDn(Dn) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
-
Sets the DN of the subject in this authentication request.
- setDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Sets the DN of the subject in this authentication request.
- setDn(Dn) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the dn.
- setDnAttributes(boolean) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Set the dnAttributes flag
- setEnabled(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Sets the SchemaObject state, either enabled or disabled.
- setEnabled(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Sets the SchemaObject state, either enabled or disabled.
- setEncodedValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
-
Stores an opaque value into the control.
- 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 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.
- setEquality(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Equality MR for this AttributeType
- setEqualityOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Equality OID for this AttributeType
- setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
- setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
- setErrorHandler(SchemaErrorHandler) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- 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
- 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.
- setFilter(String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Sets the search filter associated with this search request.
- setFilter(String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Sets the search filter associated with this search request.
- setFilter(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the filter.
- setFilter(ExprNode) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Sets the search filter associated with this search request.
- setFilter(ExprNode) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Sets the search filter associated with this search request.
- setFilter(ExprNode) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets a filter
- setFilter(SchemaManager, String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Sets the search filter associated with this search request.
- setFilter(SchemaManager, String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Sets the search filter associated with this search request.
- setFinal(String) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Set the final pattern
- 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
- 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.
- setInitial(String) - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Set the initial pattern
- setItem(ObjectClass) - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
- setKey(K) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
-
Sets the key for this Tuple.
- 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
- 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
- setLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Sets the LdapComparator
- setLengthBeforeParsing(int) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- 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.
- 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
- setMaxBaseDistance(int) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the maximum distance from base past which entries are excluded.
- 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
- 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.
- 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
- setName(String) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
-
Sets the name of the subject in this authentication request.
- setName(String) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Sets the name of the subject in this authentication request.
- setName(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Sets the name.
- setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
-
Sets the distinguished name of the entry to be compared using the attribute value assertion.
- setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Sets the distinguished name of the entry to be compared using the attribute value assertion.
- setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
-
Sets the distinguished name of the leaf entry to be deleted by this request.
- setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
-
Sets the distinguished name of the leaf entry to be deleted by this request.
- setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.ModifyDnRequest
-
Sets the entry's distinguished name representing the entry PDU field.
- setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
Sets the entry's distinguished name representing the entry PDU field.
- setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
-
Sets the distinguished name of the entry to be modified by this request.
- setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Sets the distinguished name of the entry to be modified by this request.
- setNames(String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Sets the list of names for this SchemaObject.
- setNames(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Sets the list of names for this SchemaObject.
- setNames(List<String>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Sets the list of names for this SchemaObject.
- 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(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(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
- setNormName(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Sets the normalized name.
- setNormName(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Set the normalized Name.
- 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
- 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.
- setOffset(long) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- 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
- setOnServer() - Method in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
-
tells that the normalizingComparator should not normalize values which are already normalized on the server
- setOperation(int) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Store the modification operation
- setOperation(int) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
-
Store the modification operation
- setOperation(ModificationOperation) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
-
Store the modification operation
- setOperation(ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
-
Store the modification operation
- setOrdering(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Ordering MR for this AttributeType
- setOrderingOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Ordering OID for this AttributeType
- setOtherObject(SchemaObject) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Sets the 'other' schema object.
- setPort(int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the port.
- 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
- 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.
- setRawOidOrNameSuffix(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Sets the raw OID or name plus suffix.
- 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 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.
- setRegistries(Registries) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Associate a new Registries to the SchemaManager
- setRelatedId(String) - Method in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Sets the related ID (name or OID) of the exception.
- setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Change the Registry to a relaxed mode, where invalid SchemaObjects can be registered.
- setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Change the Registry to a relaxed mode, where invalid SchemaObjects can be registered.
- setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Change the Registries to a relaxed mode, where invalid SchemaObjects can be registered.
- setRelaxed() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Set the SchemaManager to a RELAXED mode
- setRelaxed(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Set this AttributeType mode to relaxed
- setRelaxed(boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
-
Set the SchemzLoader in STRICT or RELAXED mode.
- setRelaxed(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
-
Set the SchemzLoader in STRICT or RELAXED mode.
- 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
- 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.ldap.model.message.OpaqueExtendedRequest
- setResolvedDn(Dn) - Method in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
- setResolvedObject(Object) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
- setResolvedObject(Object) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
- setResolvedOid(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Sets the resolved OID.
- setResolveObjectIdentifierMacros(boolean) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Sets if object identifier macros should be resolved.
- setResponse(byte[]) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
Sets the response OID specific encoded response values.
- setResponse(ExtendedResponse) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
- setResponse(Message) - Method in exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
-
Set a response if we get an exception while parsing the message
- 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).
- 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 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.
- 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 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.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
- setSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Sets the name of the schema this SchemaObject is associated with.
- setSchemaName(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
-
Sets the name of the schema this SchemaObject is associated with.
- setScheme(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the scheme.
- setScope(int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the scope.
- setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
- setScope(SearchScope) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
-
Sets the search scope parameter enumeration.
- setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Sets the search scope parameter enumeration.
- setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Sets the scope.
- 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 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.
- 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.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.
- 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
- 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
- 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
- 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
- setSubtreeSpecification(SubtreeSpecification) - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
-
Stores the subtree
- setSuperior(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the superior oid for this AttributeType
- setSuperior(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the superior for this AttributeType
- setSuperiorOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the superior AttributeType OID of this AttributeType
- setSuperiorOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Sets the superior object class OIDs
- setSuperiors(List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Sets the superior object classes
- setSuperRules(List<Integer>) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
Sets the list of superior RuleIds
- setSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Syntax for this AttributeType
- setSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Sets the Syntax
- setSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Sets the associated SyntaxChecker
- setSyntaxLength(long) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the length limit of this AttributeType based on its associated syntax.
- setSyntaxOid(String) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
-
Sets the Syntax OID for this AttributeType
- setSyntaxOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
-
Sets the Syntax's OID
- 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.
- setType(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
-
Sets the type.
- setType(ObjectClassTypeEnum) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
- setTypesOnly(boolean) - Method in class org.apache.directory.api.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.
- setUpId(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Sets the User Provided ID as a byte[]
- setUpId(byte[], AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Sets the User Provided ID as a byte[]
- setUpId(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Set the user provided ID.
- setUpId(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Set the user provided ID.
- setUpId(String, AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
Set the user provided ID.
- setUpId(String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
Set the user provided ID.
- setUpIdInternal(String, String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
- setUpName(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Sets the up name.
- setUpName(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
Set the User Provided Name.
- 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
- 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
- setValidateDn(boolean) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Turns on/off the DN validation
- setValue(byte[]) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
-
Store the control value
- setValue(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
-
Sets the value.
- setValue(Value) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
Sets the value.
- setValue(Value) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Sets the value of this node.
- setValue(V) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
-
Sets the value for this Tuple.
- 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.
- 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
- 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
- SHARP - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- SIMPLE - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
Simple authentication (bound with plain-text credentials)
- SIMPLE_AUTH_PENDING - org.apache.directory.api.ldap.model.message.BindStatus
-
We have received a Simple BindRequest
- SIMPLE_SECURITY_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SIMPLE_SECURITY_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SimpleNode<T> - Class in org.apache.directory.api.ldap.model.filter
-
A simple assertion value node.
- SimpleNode(String, byte[], AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Creates a new SimpleNode object.
- SimpleNode(String, String, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Creates a new SimpleNode object.
- SimpleNode(AttributeType, byte[], AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Creates a new SimpleNode object.
- SimpleNode(AttributeType, Value, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.SimpleNode
-
Creates a new SimpleNode object.
- 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
- SINGLE_VALUE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- SINGLE_VALUE_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- SingleReplyRequest - Interface in org.apache.directory.api.ldap.model.message
-
Super interface for all request messages returning only one type of response.
- singleton - Variable in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
-
The unique element stored in the cursor
- 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
- size - Variable in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
-
The number of entries to return, or returned
- 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_LIMIT_DEFAULT - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The default size limit : 1Mo
- SIZE_LIMIT_EXCEEDED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned when the number of results generated by a search exceeds the maximum number of results specified by either the client or the server.
- sizeLimit - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Size limit for file contained values
- sizeLimit - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The size limit.
- sizeLimit - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Max size in entries to return
- sKey - Variable in class org.apache.directory.api.ldap.model.password.BCrypt
- 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
- skipWhites(Reader, OpenLdapSchemaParser.PosSchema, boolean) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- skipWhiteSpaces(byte[], Position) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
-
Skip the white spaces (0x20, 0x09, 0x0a and 0x0d)
- SLASH - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- 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
- sortKeys - Variable in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
-
the list of sort keys
- sortObjectClasses(List<ObjectClass>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
-
Gets an hierarchical ordered
Iterable
of the givenObjectClass
es. - SortRequest - Interface in org.apache.directory.api.ldap.model.message.controls
- 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
- 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 } - 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
- 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.
- SortResultCode(int, String) - Constructor for enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
- sourceObject - Variable in exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
The 'source' schema object
- 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
- SPACE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- SPACE_CHAR - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- SPACES - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- special() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
- specification - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
The SchemaObject specification
- 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.model.subtree.AntlrSubtreeSpecificationChecker
- specificExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- split(byte[], int, byte[], byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
- 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.
- SQUOTE - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- ss - Variable in class org.apache.directory.api.ldap.model.subtree.Subentry
-
The Subtree Specification associated with this subentry
- 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.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.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.model.subtree.AntlrSubtreeSpecificationChecker
- ss_specificExclusions() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- ssModifier - Variable 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
- start - Variable in class org.apache.directory.api.ldap.model.cursor.ListCursor
-
The starting position for the cursor in the list.
- start - Variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.PosSchema
-
The position in the current line
- START - org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
- startsWith(Reader, OpenLdapSchemaParser.PosSchema, char) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Check if the stream starts with a given char at a given position
- startsWith(Reader, OpenLdapSchemaParser.PosSchema, char, boolean) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Check if the stream at the given position starts with a given char
- startsWith(OpenLdapSchemaParser.PosSchema, char) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- startsWith(OpenLdapSchemaParser.PosSchema, String) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- startWithSchemaType - Variable in enum org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
- STATEORPROVINCE_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- streamToWord(byte[], int[]) - Static method in class org.apache.directory.api.ldap.model.password.BCrypt
-
Cycically extract a word of key material
- 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.parsers.OpenLdapSchemaParser
-
Flag for strict or relaxed mode
- 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 - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Stores the LdapUrl as a String
- string(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
- StringAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
-
A default anonymizer for attributes that are HR.
- StringAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
-
Creates a new instance of StringAnonymizer.
- StringAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
-
Creates a new instance of StringAnonymizer.
- stringComparator - Static variable in class org.apache.directory.api.ldap.model.entry.Value
-
A default comparator if we don't have an EQUALITY MR
- 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.
- strip(String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
-
Remove all spaces and '-' from the telephone number
- stripLineToNChars(String, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
-
Strips the String every n specified characters
- stripOptions(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Remove the options from the attributeType, and returns the ID.
- STRONG - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
Strong authentication (bound with encrypted credentials)
- STRONG_AUTH_REQUIRED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error may be returned on a bind request if the server only accepts strong authentication or it may be returned when a client attempts an operation which requires the client to be strongly authenticated - for example Delete.
- STRONG_AUTHENTICATION_USER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- STRONG_AUTHENTICATION_USER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- STRONGAUTHREQUIRED - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
-
The single instance with strongAuthRequired result code.
- STRUCTURAL - org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
The enumeration constant value for the structural objectClasses
- STRUCTURAL - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- 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_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- STRUCTURAL_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
The int constant value for the structural objectClasses
- structuralObjectClass - Variable in class org.apache.directory.api.ldap.model.schema.NameForm
-
The structural object class this rule applies to
- structuralObjectClassOid - Variable in class org.apache.directory.api.ldap.model.schema.NameForm
-
The structural object class OID this rule applies to
- style - Variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
- Style(boolean, boolean, boolean) - Constructor for enum org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
- 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.
- 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
- 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
- subPrefix - Variable in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
-
The optional sub-prefix
- 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. - SUBSCHEMA_SUBENTRY_WITH_SCHEMA_NAME - org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
- SubSchemaSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The SubSchemaSpecificArea role
- SUBSTR - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- SUBSTR_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- substring - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The substring MatchingRule associated with the substringID
- SUBSTRING - org.apache.directory.api.ldap.model.filter.AssertionType
-
substring match assertion node
- SUBSTRING - org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
-
value for substring usage
- SUBSTRING_ANY - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
-
The ANY part of a substring assertion value
- SUBSTRING_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBSTRING_FINAL - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
-
The FINAL part of a substring assertion value
- SUBSTRING_INITIAL - org.apache.directory.api.ldap.model.schema.PrepareString.AssertionType
-
The INITIAL part of a substring assertion value
- SubstringAssertionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a SubstringAssertion according to RFC 4517.
- SubstringAssertionSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
-
Creates an instance of SubstringAssertionSyntaxChecker
- SubstringAssertionSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- SubstringNode - Class in org.apache.directory.api.ldap.model.filter
-
Filter expression tree node used to represent a substring assertion.
- SubstringNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object without any value
- SubstringNode(String, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
- SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object more than one wildcard and an any list.
- SubstringNode(List<String>, AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object more than one wildcard and an any list.
- SubstringNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object without any value
- SubstringNode(AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
- substringOid - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The substring OID associated with this AttributeType
- SUBTREE - org.apache.directory.api.ldap.model.message.SearchScope
-
Subtree scope
- SUBTREE_MAXIMUM_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBTREE_MAXIMUM_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBTREE_MINIMUM_QUALITY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBTREE_MINIMUM_QUALITY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBTREE_SPECIFICATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBTREE_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SUBTREE_SPECIFICATION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- subtreeSpecification() - Method in class org.apache.directory.api.ldap.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 - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
-
The associated checker
- 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.model.subtree.AntlrSubtreeSpecificationChecker
- subtreeSpecificationComponent() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- subtreeSpecificationComponentsMonitor - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- subtreeSpecificationComponentsMonitor - Variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- SubtreeSpecificationModifier - Class in org.apache.directory.api.ldap.model.subtree
-
SubtreeSpecification contains no setters so they must be built by a modifiable object containing all the necessary parameters to build the base object.
- SubtreeSpecificationModifier() - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
- SubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
-
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
- SubtreeSpecificationParser(NormalizerMappingResolver, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Creates a normalizing subtree specification parser.
- SubtreeSpecificationParser(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
-
Creates a subtree specification parser.
- SubtreeSpecificationSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a subtree specification.
- SubtreeSpecificationSyntaxChecker(String, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
-
Creates an instance of SubtreeSpecificationSyntaxChecker
- SubtreeSpecificationSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- SUCCESS - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- SUCCESS - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
It is returned when the client operation completed successfully without errors.
- SUP - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- SUP - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- SUP - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- 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
- SUP_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- superior - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The superior AttributeType
- SUPERIOR - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
-
Constant used in comparisons
- superiorOid - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The superior AttributeType OID
- superiorOids - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The ObjectClass superior OIDs
- superiors - Variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
-
The ObjectClass superiors
- superRules - Variable in class org.apache.directory.api.ldap.model.schema.DitStructureRule
-
The list of superiors rules
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
-
Creates an instance of SupplierAndConsumerSyntaxChecker
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
-
Creates an instance of SupplierInformationSyntaxChecker
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
-
Creates a new instance of SupplierOrConsumerSyntaxChecker.
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
-
Creates a new instance of SupportedAlgorithmSyntaxChecker.
- 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.
- SupportedSaslMechanisms() - Constructor for class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
-
Ensures no construction of this class, also ensures there is no need for final keyword above (Implicit super constructor is not visible for default constructor), but is still self documenting.
- 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:
- syntax - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The syntax associated with the syntaxID
- SYNTAX - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- SYNTAX - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKER - org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
A SyntaxChecker
- SYNTAX_CHECKER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_CHECKERS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- SYNTAX_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- syntaxChecker - Variable in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
The associated SyntaxChecker
- SyntaxChecker - Class in org.apache.directory.api.ldap.model.schema
-
Used to validate values of a particular syntax.
- SyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.SyntaxChecker
-
The SyntaxChecker default constructor where the oid is set after instantiation.
- SyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.SyntaxChecker
-
The SyntaxChecker base constructor
- 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.
- SyntaxCheckerElements(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
- syntaxCheckerRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
The SyntaxChecker registry
- 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
-
Creates a new instance of SyntaxCheckerSyntaxChecker.
- 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.
- syntaxLength - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
the length of this attribute in bytes
- syntaxOid - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
The syntax OID associated with this AttributeType
T
- TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEPHONE_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEPHONE_NUMBER_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Telephone Number Match
- TELEPHONE_NUMBER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEPHONE_NUMBER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEPHONE_NUMBER_SUBSTRINGS_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Telephone Number Substring Match
- TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TelephoneNumberAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
-
An anonymizer for the TelephoneNumber attribute.
- TelephoneNumberAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.TelephoneNumberAnonymizer
-
Creates a new instance of TelephoneNumberAnonymizer.
- TelephoneNumberAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.TelephoneNumberAnonymizer
-
Creates a new instance of TelephoneNumberAnonymizer.
- TelephoneNumberComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for TelephoneNumber.
- TelephoneNumberComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
-
The TelephoneNumberComparator constructor.
- TelephoneNumberNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
Normalize Telephone Number Strings.
- TelephoneNumberNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
-
Creates a new instance of TelephoneNumberNormalizer.
- TelephoneNumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a TelephoneNumber according to ITU recommendation E.123 (which is quite vague ...).
- TelephoneNumberSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
Creates a new instance of a child of this class, with an OID.
- TelephoneNumberSyntaxChecker(String, String, Pattern) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
Creates a new instance of a child of this class, with an OID.
- 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 :
- TeletexTerminalIdentifierSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
-
Creates a new instance of TeletexTerminalIdentifier.
- TeletexTerminalIdentifierSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- TELEX_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEX_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TELEX_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TelexNumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 :
- TelexNumberSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
-
Creates a new instance of TelexNumberSyntaxChecker.
- 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
- THROW - org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
-
Throw an exception
- TIME_LIMIT_EXCEEDED - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error should be returned when the time to perform an operation has exceeded either the time limit specified by the client (which may only be set by the client in a search operation) or the limit specified by the server.
- timeLimit - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
The time limit.
- timeLimit - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Max seconds to wait for search to complete
- TIMELIMITEXCEEDED - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- timeProvider - Variable in class org.apache.directory.api.ldap.model.schema.AttributesFactory
- timestamp - Variable in class org.apache.directory.api.ldap.model.csn.Csn
-
The timeStamp of this operation
- 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
- toApiAttribute(Attribute) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Convert a JNDI Attribute to an LDAP API Attribute
- toAttributes(Entry) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Converts an
Entry
to anAttributes
. - 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.
- toEntry(Attributes, Dn) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Convert a BasicAttributes or a AttributesImpl to an Entry
- toJndiAttribute(Attribute) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
-
Converts an
Attribute
to a JNDI Attribute. - token2Integer(Token) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- token2Integer(Token) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- TOO_LATE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The tooLate resultCode is returned to indicate that it is too late to cancel the outstanding operation.
- TooComplexDnException - Exception in org.apache.directory.api.ldap.model.name
-
This exception is used to signal that the complex parser should be used.
- TooComplexDnException() - Constructor for exception org.apache.directory.api.ldap.model.name.TooComplexDnException
-
Creates a new instance of TooComplexException.
- TooComplexDnException(String) - Constructor for exception org.apache.directory.api.ldap.model.name.TooComplexDnException
-
Creates a new instance of TooComplexException.
- TOP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TOP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- toSearchParams(SearchControls, AliasDerefMode) - Static method in class org.apache.directory.api.ldap.model.message.SearchParams
-
Creates a
SearchParams
from JNDI search controls. - toString() - Method in enum org.apache.directory.api.ldap.model.constants.AuthenticationLevel
- toString() - Method in class org.apache.directory.api.ldap.model.csn.Csn
- toString() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
- toString() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
- toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
- toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
- toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
- toString() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
- toString() - Method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
- toString() - Method in class org.apache.directory.api.ldap.model.entry.Value
- toString() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.AndNode
-
Gets the recursive prefix string represent of the filter from this node down.
- toString() - Method in class org.apache.directory.api.ldap.model.filter.ApproximateNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.EqualityNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.GreaterEqNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.LessEqNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.NotNode
-
Gets the recursive prefix string represent of the filter from this node down.
- toString() - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.OrNode
-
Gets the recursive prefix string represent of the filter from this node down.
- toString() - Method in class org.apache.directory.api.ldap.model.filter.PresenceNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.SubstringNode
- toString() - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
- toString() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
- toString() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- toString() - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
-
Return a String representing an AbandonRequest
- toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
-
Get a String representation of an Extended Request
- toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Get a String representation of an ExtendedResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
-
Get a String representation of an Response
- toString() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
- toString() - Method in class org.apache.directory.api.ldap.model.message.AddResponseImpl
-
Get a String representation of an AddResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
-
Get a String representation of a BindRequest
- toString() - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
-
Get a String representation of a BindResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
-
Get a String representation of a Compare Request
- toString() - Method in class org.apache.directory.api.ldap.model.message.CompareResponseImpl
-
Get a String representation of an CompareResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
Return a String representing a Control
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
-
Return a String representing this EntryChangeControl.
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
-
Return a String representing this PagedSearchControl.
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
-
Return a String representing this PSearchControl.
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
-
Return a String representing this PagedSearchControl.
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestImpl
-
Return a String representing a Control
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseImpl
-
Return a String representing a Control
- toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
-
Return a String representing this EntryChangeControl.
- toString() - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
-
Return a String representing a DelRequest
- toString() - Method in class org.apache.directory.api.ldap.model.message.DeleteResponseImpl
-
Get a String representation of a DelResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Get a String representation of an IntermediateResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
-
Get a String representation of a LdapResult
- toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
-
Get a String representation of a ModifyDNRequest
- toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
-
Get a String representation of a ModifyDNResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
-
Get a String representation of a ModifyRequest
- toString() - Method in class org.apache.directory.api.ldap.model.message.ModifyResponseImpl
-
Get a String representation of a ModifyResponse
- toString() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedRequest
-
Get a String representation of an Extended Request
- toString() - Method in class org.apache.directory.api.ldap.model.message.OpaqueExtendedResponse
-
Get a String representation of an Extended Request
- toString() - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
-
Get a String representation of a Referral
- toString() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
- toString() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Return a string the represent a SearchRequest
- toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
-
Get a String representation of a SearchResultDone
- toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
-
Return a string representation of a SearchResultEntry request
- toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
-
Returns the Search Result Reference string
- toString() - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
- toString() - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
-
Get a String representation of a UnBindRequest
- toString() - Method in class org.apache.directory.api.ldap.model.name.Ava
-
A String representation of an Ava, as provided by the user.
- toString() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Return the user provided Dn as a String.
- toString() - Method in class org.apache.directory.api.ldap.model.name.Rdn
- toString() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
- toString() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
- toString() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
- toString() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
- toString() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
- toString() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
- toString() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
- toString() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
- toString() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
- toString() - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
- toString() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
-
Return a String representation of this class
- toString() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
- toString() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
- toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
- toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
- toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.PosSchema
- toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
- toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
- toString() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
- toString() - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
- toString() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
- toString() - Method in class org.apache.directory.api.ldap.model.subtree.AndRefinement
- toString() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
- toString() - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
- toString() - Method in class org.apache.directory.api.ldap.model.subtree.NotRefinement
- toString() - Method in class org.apache.directory.api.ldap.model.subtree.OrRefinement
- toString() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
- toString() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Get a string representation of a LdapUrl.
- toString(String) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
-
Pretty-print a cursor and its wrapped cursor.
- toString(String) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
-
Pretty-print a cursor and its wrapped cursor.
- toString(String) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
- toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
-
A pretty-pinter for Attribute
- toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
A pretty-pinter for Attribute
- toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
A pretty-pinter for Entries
- toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
-
A pretty-pinter for Entries
- toString(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
A pretty-pinter for Entries
- toString(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
Get a String representation of a LdapMessage
- toString(StringBuilder) - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
-
Converts this item into its string representation as stored in directory.
- toString(StringBuilder) - Method in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
-
Converts this item into its string representation as stored in directory.
- toUpName() - Method in class org.apache.directory.api.ldap.model.name.Dn
-
Return the User Provided Dn as a String,
- 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.
- TRIGGER_EXECUTION_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TRIGGER_EXECUTION_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TRIGGER_EXECUTION_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TRIGGER_EXECUTION_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TRIGGER_EXECUTION_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- TriggerExecutionInnerArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The TriggerExecutionInnerArea role
- TriggerExecutionSpecificArea - org.apache.directory.api.ldap.model.subtree.AdministrativeRole
-
The TriggerExecutionSpecificArea role
- 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.
- TWO_DIMENSIONAL - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
Fax parameters possible values
- type - Variable in class org.apache.directory.api.ldap.model.message.AbstractMessage
-
The message type enumeration
- type - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
- TYPE - Static variable in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
-
Ldap abandon request type code
- TYPE - Static variable in class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
Extended response message type enumeration value
- TYPE - Static variable in class org.apache.directory.api.ldap.model.message.IntermediateResponseImpl
-
Intermediate response message type enumeration value
- typesOnly - Variable in class org.apache.directory.api.ldap.model.message.SearchParams
-
If we should return only types.
- typesOnly - Variable in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
-
Types only return flag
U
- UID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_OBJECT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_OBJECT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_OBJECT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UID_OBJECT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UN_QUOTED - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- UNAUTHENT - org.apache.directory.api.ldap.model.constants.AuthenticationLevel
-
Unauthentication, if the BIND contains a Dn but no credentials
- UNAVAILABLE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code is returned when the server is unavailable to process the client's request.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
-
The single instance with unavailable result code.
- UNAVAILABLE - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
-
The single instance with unavailable result code.
- UNAVAILABLE_CRITICAL_EXTENSION - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
The server was unable to satisfy the request because one or more critical extensions were not available [X511, Section 12.8].
- UNBIND_REQUEST - org.apache.directory.api.ldap.model.message.MessageTypeEnum
-
The UnbindRequest message
- UnbindRequest - Interface in org.apache.directory.api.ldap.model.message
-
Unbind protocol request message used to end a client session.
- UnbindRequestImpl - Class in org.apache.directory.api.ldap.model.message
-
Lockable UnbindRequest implementation.
- UnbindRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
-
Creates an UnbindRequest which takes no parameter other than those in the outer envelope to disconnect and end a client session on the server without producing any response.
- UNBOUNDED_MAX - Static variable in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
-
an unbounded maximum depth value in a subtree specification
- UNCOMPRESSED - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
- UNDEFINED - org.apache.directory.api.ldap.model.filter.AssertionType
-
Undefined operation
- UNDEFINED - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
-
CompareTo() results
- UNDEFINED_ATTRIBUTE_TYPE - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error may be returned if the specified attribute is unrecognized by the server, since it is not present in the server's defined schema.
- UNDEFINED_CHANGE_NUMBER - Static variable in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
-
No defined change number
- UNDEFINED_NODE - Static variable in class org.apache.directory.api.ldap.model.filter.UndefinedNode
-
A static instance of this node
- UndefinedNode - Class in org.apache.directory.api.ldap.model.filter
-
An empty class used for Undefined Nodes.
- UndefinedNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.UndefinedNode
-
Creates a new instance of UndefinedNode.
- UNDERSCORE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- UNDERSCORE - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- unescape(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
- unescapeValue(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
-
Unescape the given string according to RFC 2253 If in <string> form, a LDAP string representation asserted value can be obtained by replacing (left-to-right, non-recursively) each <pair> appearing in the <string> as follows: replace <ESC><ESC> with <ESC> replace <ESC><special> with <special> replace <ESC><hexpair> with the octet indicated by the <hexpair> If in <hexstring> form, a BER representation can be obtained from converting each <hexpair> of the <hexstring> to the octet indicated by the <hexpair>
- UNIQUE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UNIQUE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UNIQUE_MEMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UNIQUE_MEMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UNIQUE_MEMBER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UNIQUE_MEMBER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UniqueMemberComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator that sorts OIDs based on their numeric id value.
- UniqueMemberComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
-
The IntegerComparator constructor.
- UniqueMemberNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
-
A normalizer for UniqueMember.
- UniqueMemberNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
-
Creates a new UniqueMemberNormalizer instance
- UNKNOWN - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
A unknown result code to cover all the other cases
- UNKNOWN - Static variable in exception org.apache.directory.api.ldap.model.exception.LdapUriException
-
No specified reason code.
- UNKNOWN - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
Type of element read : UNKNOWN
- UNLIMITED_LENGTH - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
- unload(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Unload the given set of Schemas
- unload(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Unload the given set of Schemas
- unlock() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
Unlock the Schema Object and make it modifiable again.
- unregister(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Unregisters a DitStructureRule using it's rule identifier.
- unregister(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Unregisters a DitStructureRule using it's rule identifier.
- unregister(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Unregisters a DitStructureRule using it's rule identifier.
- unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
-
Removes the LdapComparator registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Removes the LdapComparator registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Removes the Normalizer registered with this registry, using its numeric OID.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Removes the ObjectClass registered with this registry.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Removes the SyntaxChecker registered with this registry, using its numeric OID.
- unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
-
Removes the Normalizer registered with this registry, using its numeric OID.
- unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Removes the ObjectClass registered with this registry.
- unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
-
Removes an oid from this registry.
- unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Removes the SchemaObject registered with this registry, using its numeric OID.
- unregister(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Removes the SyntaxChecker registered with this registry, using its numeric OID.
- unregister(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
Unregister a SchemaObject from the registries
- unregister(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Removes the SchemaObject registered with this registry.
- unregister(T) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Removes the SchemaObject registered with this registry.
- unregisterAttributeType(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered attributeType from the attributeTypeRegistry
- unregisterComparator(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered Comparator from the ComparatorRegistry
- unregisterDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
-
Remove the AttributeType from the map associating an AttributeType to its descendants.
- unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Remove the AttributeType from the map associating an AttributeType to its descendants.
- unregisterDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Remove the AttributeType from the map associating an AttributeType to its descendants.
- unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
- unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
- unregisterDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
-
Remove the ObjectClass from the map associating an ObjectClass to its descendants.
- unregisterDitControlRule(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered DitControlRule from the DitControlRuleRegistry
- unregisterDitStructureRule(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered DitStructureRule from the DitStructureRuleRegistry
- unregisterLdapSyntax(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered LdapSyntax from the LdapSyntaxRegistry
- unregisterMatchingRule(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered MatchingRule from the MatchingRuleRegistry
- unregisterMatchingRuleUse(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry
- unregisterNameForm(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered NameForm from the NameFormRegistry
- unregisterNormalizer(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered Normalizer from the NormalizerRegistry
- unregisterObjectClass(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered ObjectClass from the ObjectClassRegistry
- unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
-
Unregisters all LdapComparators defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
-
Unregisters all DITStructureRules defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Unregisters all LdapComparators defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
-
Unregisters all DITStructureRules defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Unregisters all Normalizers defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
-
Unregisters all Normalizers defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Unregisters all SchemaObjects defined for a specific schema from this registry.
- unregisterSchemaElements(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Unregisters all SyntaxCheckers defined for a specific schema from this registry.
- unregisterSyntaxChecker(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Removes the registered SyntaxChecker from the SyntaxCheckerRegistry
- UNWILLING_TO_PERFORM - org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
This error code should be returned by the server when a client request is properly formed but which the server is unable to complete due to server-defined restrictions.
- UNWILLINGTOPERFORM - org.apache.directory.api.ldap.model.message.controls.SortResultCode
- UpAndNormValue() - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser.UpAndNormValue
- updateSchemaName(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
-
Update the schemaName for the given SchemaObject, accordingly to the X-SCHEMA parameter.
- updateSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Update the associated SyntaxChecker, even if the SchemaObject is readOnly
- upId - Variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
The User provided ID
- upName - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
The user provided Ava
- upName - Variable in class org.apache.directory.api.ldap.model.name.Dn
-
The user provided name
- upName - Variable in class org.apache.directory.api.ldap.model.name.Rdn
-
The User Provided Rdn
- upType - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
The user provided Name type
- upValue - Variable in class org.apache.directory.api.ldap.model.entry.Value
-
the User Provided value if it's a String
- upValue - Variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser.UpAndNormValue
- UrlDecoderException - Exception in org.apache.directory.api.ldap.model.exception
-
Thrown when a Decoder has encountered a failure condition during a decode.
- UrlDecoderException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
-
Creates a DecoderException
- UrlDecoderException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
-
Creates a DecoderException
- urlEncode(String, boolean) - Static method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Encode a String to avoid special characters.
- urls - Variable in class org.apache.directory.api.ldap.model.message.ReferralImpl
-
Sequence of LDAPUrls composing this Referral
- urlsBytes - Variable in class org.apache.directory.api.ldap.model.message.ReferralImpl
-
The encoded LdapURL
- usage - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
-
the usage for this attributeType
- USAGE - org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- USAGE_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- UsageEnum - Enum in org.apache.directory.api.ldap.model.schema
-
Type safe enum for an AttributeType definition's usage string.
- UsageEnum(int) - Constructor for enum org.apache.directory.api.ldap.model.schema.UsageEnum
-
Private construct so no other instances can be created other than the public static constants in this class.
- usedBy - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A map storing a relation between a SchemaObject and all the referencing SchemaObjects.
- USER_APPLICATIONS - org.apache.directory.api.ldap.model.schema.UsageEnum
-
value for attributes with userApplications usage
- USER_APPLICATIONS_STR - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
- USER_CERTIFICATE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_CERTIFICATE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_ID_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_PASSWORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_PASSWORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_PKCS12_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_PKCS12_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_SECURITY_INFORMATION_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_SECURITY_INFORMATION_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_SMIME_CERTIFICATE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- USER_SMIME_CERTIFICATE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- using - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
-
A map storing a relation between a SchemaObject and all the SchemaObjects it uses.
- UTC_TIME_PATTERN - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
-
The GeneralizedDate pattern matching
- UTC_TIME_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UTC_TIME_ZONE - Static variable in class org.apache.directory.api.ldap.model.csn.Csn
- UtcTimeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a UTC time according to RFC 4517.
- UtcTimeSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
-
Creates a new instance of UtcTimeSyntaxChecker.
- UtcTimeSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- utfmb(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
-
Process a UTFMB char
- UTFMB - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
- UUID_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UUID_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UUID_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UUID_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UUID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- UuidComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for UUID.
- UuidComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
-
The UUIDComparator constructor.
- UuidSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
An UUID syntax checker.
- UuidSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
-
Creates a new instance of UUIDSyntaxChecker.
- UuidSyntaxChecker.Builder - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
-
A static Builder for this class
- uuidToBytes(UUID) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
-
Transform an UUID in a byte array
V
- val - Variable in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
- validateAttribute(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
-
Parse the following rule :
- validateDn - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
flag to turn on/off of the DN validation.
- value - Variable in enum org.apache.directory.api.ldap.model.constants.SaslQoP
-
The equivalent string value
- value - Variable in enum org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
The equivalent string value
- value - Variable in class org.apache.directory.api.ldap.model.cursor.Tuple
-
the value for this Tuple
- value - Variable in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
-
Internal value
- value - Variable in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
-
The value of the attribute to match for
- value - Variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
-
the value
- value - Variable in class org.apache.directory.api.ldap.model.ldif.LdifControl
-
Optional control value
- value - Variable in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Stores the integer value of each element of the enumeration
- value - Variable in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
- value - Variable in class org.apache.directory.api.ldap.model.message.controls.OpaqueControl
-
The opaque encoded value
- value - Variable in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
-
Stores the integer value of each element of the enumeration
- value - Variable in class org.apache.directory.api.ldap.model.name.Ava
-
The value.
- value - Variable in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
-
Stores the integer value of each element of the enumeration
- value - Variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
Stores the integer value of each element of the enumeration
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.AttributeTypeElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapSyntaxElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
- value - Variable in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
The inner value
- value - Variable in enum org.apache.directory.api.ldap.model.schema.UsageEnum
-
Stores the integer value of each element of the enumeration
- value - Variable in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
- Value - Class in org.apache.directory.api.ldap.model.entry
-
A Class for wrapping attribute values stored into an Entry Attribute, or a AVA.
- Value(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
-
Creates a Value with an initial user provided binary value.
- Value(String) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
-
Creates a Value with an initial user provided String value.
- Value(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.Value
-
Creates a schema aware binary Value with an initial 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.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.name.FastDnParser
-
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.parsers.OpenLdapSchemaParser.AttributeTypeElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitContentRuleElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.DitStructureRuleElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapComparatorElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.LdapSyntaxElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NameFormElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.NormalizerElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.ObjectClassElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
-
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.PrepareString.NormStateEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer.Style
-
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.
- values - Variable in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
The set of contained values
- 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.name.FastDnParser
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.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.parsers.OpenLdapSchemaParser.AttributeTypeElements
-
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.parsers.OpenLdapSchemaParser.DitContentRuleElements
-
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.parsers.OpenLdapSchemaParser.DitStructureRuleElements
-
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.parsers.OpenLdapSchemaParser.LdapComparatorElements
-
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.parsers.OpenLdapSchemaParser.LdapSyntaxElements
-
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.parsers.OpenLdapSchemaParser.MatchingRuleElements
-
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.parsers.OpenLdapSchemaParser.MatchingRuleUseElements
-
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.parsers.OpenLdapSchemaParser.NameFormElements
-
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.parsers.OpenLdapSchemaParser.NormalizerElements
-
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.parsers.OpenLdapSchemaParser.ObjectClassElements
-
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.parsers.OpenLdapSchemaParser.SyntaxCheckerElements
-
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.PrepareString.NormStateEnum
-
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.SchemaObjectRenderer.Style
-
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.
- VENDOR_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- VENDOR_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- VENDOR_VERSION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- VENDOR_VERSION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- verify(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Check that the Schemas are consistent regarding the current Registries.
- verify(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
-
Check that the Schemas are consistent regarding the current Registries.
- version - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
-
The ldif version
- visibility - Variable in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
- 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.
W
- wasError() - Method in class org.apache.directory.api.ldap.model.schema.LoggingSchemaErrorHandler
- wasError() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaErrorHandler
-
Returns true if the implementation handled at least one error.
- WORD_MATCH - org.apache.directory.api.ldap.model.schema.MatchingRuleTypeEnum
-
Word Match
- WORD_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- WORD_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- WordComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
-
A comparator for Words/KeyWords.
- WordComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
-
The StringComparator constructor.
- wrapped - Variable in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
-
the transient wrapped comparator
- wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- wrapperEntryPoint() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
-
This is the place where we serialize attributes, and all theirs elements.
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
-
This is the place where we serialize entries, and all theirs elements.
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
-
This is the place where we serialize entries, and all theirs elements.
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.Value
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.name.Ava
-
An Ava is composed of a type and a value.
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.name.Dn
- writeExternal(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.name.Rdn
-
A Rdn is composed of on to many Avas (AttributeType And Value).
X
- X_NOT_HUMAN_READABLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- X_NOT_HUMAN_READABLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X_NOT_HUMAN_READABLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- X_NOT_HUMAN_READABLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X_READ_ONLY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- X_READ_ONLY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X_READ_ONLY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- X_READ_ONLY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X_SCHEMA_AT - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- X_SCHEMA_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X_SCHEMA_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.MetaSchemaConstants
- X_SCHEMA_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X12_1ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X121_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X500_UNIQUE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
- X500_UNIQUE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
_
- _tokenNames - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- _tokenNames - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
- _tokenNames - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
- _tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- _tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- _tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- _tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- _tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- _tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- _tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- _tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- _tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
- _tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- _tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- _tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- _tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- _tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
- _tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
- _tokenSet_4 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
- _tokenSet_5 - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
All Classes All Packages