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

A

A_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
A_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
abandon() - Method in 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
 
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.
AbandonableRequest - Interface in org.apache.directory.api.ldap.model.message
A request which can be abandoned.
AbandonListener - Interface in org.apache.directory.api.ldap.model.message
A listener interested in abandon operations performed on requests.
AbandonRequest - Interface in org.apache.directory.api.ldap.model.message
Abandon protocol operation request to terminate an operation already in progress.
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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.
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.
AbstractLdapReferralException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
AbstractLdapReferralException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
Creates a new instance of AbstractLdapReferralException.
AbstractMessage - Class in org.apache.directory.api.ldap.model.message
Abstract message base class.
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, String) - Constructor for class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
A constructor for a SchemaObject instance.
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.
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.
AbstractValue<T> - Class in org.apache.directory.api.ldap.model.entry
A wrapper around byte[] values in entries.
AbstractValue() - Constructor for class org.apache.directory.api.ldap.model.entry.AbstractValue
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.AssertionNode
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.BranchNode
 
accept(FilterVisitor) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Element/node accept method for visitor pattern.
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.ObjectClassNode
Element/node accept method for visitor pattern.
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
 
accept(FilterVisitor) - Method in class org.apache.directory.api.ldap.model.filter.UndefinedNode
Element/node accept method for visitor pattern.
ACCESS_CONTROL_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SCHEME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SCHEME_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_CONTROL_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ACCESS_POINT_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AccessPointSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is an AccessPoint.
AccessPointSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
The AccessPoint SyntaxChecker constructor
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
 
add(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Adds some values to this attribute.
add(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Adds some values to this attribute.
add(Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Adds some values to this attribute.
add(Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Adds some values to this attribute.
add(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some Attributes to the current Entry.
add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some binary values to the current Entry.
add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some String values to the current Entry.
add(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Add some Values to the current Entry.
add(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some Attributes to the current Entry.
add(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(String, AttributeType, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some String values to the current Entry.
add(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some binary values to the current Entry.
add(String, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Add some Values to the current Entry.
add(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some binary values) into an entry.
add(String, AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some values) into an entry.
add(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add an attribute (represented by its AttributeType and some String values) into an entry.
add(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some Attributes to the current Entry.
add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some binary values to the current Entry.
add(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some String values to the current Entry.
add(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Add some Values to the current Entry.
add(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for addition in the target entry with the given values.
add(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
add(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for addition in the target entry.
add(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for addition in the target entry with the given values.
add(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
 
add(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for addition in the target entry.
add(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
add(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
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(List<Throwable>, SchemaObject, boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Applies the added SchemaObject to the given register
add(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Registers a new SchemaObject.
ADD_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Add ordinal value
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 class org.apache.directory.api.ldap.model.message.ExtendedRequestImpl
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 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(Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add an attribute to the entry
addAttribute(String, Object...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add an attribute to the entry
addAttributes(String...) - Method in 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(String) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAttributeValue(Value<?>) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAttributeValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Add a new value to the current attribute
addAuxObjectClasses(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add an Auxiliary ObjectClass
addAuxObjectClassOidOids(String) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Add an Auxiliary ObjectClass Oid
addControl(Control...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a control to the entry
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbandonRequestImpl
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.AddRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Adds a control to this Message.
addControl(Control) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedRequest
Adds a control to this Message.
addControl(Control) - Method in class org.apache.directory.api.ldap.model.message.ExtendedRequestImpl
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.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.
addDependencies(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Add a set of dependencies this schema uses.
addDependencies(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Add a set of dependencies this schema uses.
addExtension(String, String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Add an extension with its values
addExtension(String, List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Add an extension with its values
addExtension(String, String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Add an extension with its values
addExtension(String, List<String>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Add an extension with its values
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.MutableObjectClass
Add some allowed AttributeType
addMayAttributeTypeOids(String) - 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.DitContentRule
Add an allowed AttributeType
addMayAttributeTypes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Add some allowed AttributeTypes
addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add an allowed AttributeType
addModification(Modification) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification item (used by modify operations)
addModification(ModificationOperation, Attribute) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification item (used by modify operations)
addModification(ModificationOperation, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification with no value
addModification(ModificationOperation, String, Object) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Add a modification
addModification(Modification) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Attribute, ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Add a modification
addModification(Modification) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Adds a ModificationItem to the set of modifications composing this modify request.
addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Add a modification
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.MutableObjectClass
Add some required AttributeType OIDs
addMustAttributeTypeOids(String) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add a required AttributeType OID
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.MutableObjectClass
Add some required AttributeTypes
addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Add a required AttributeType
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.
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.
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
addRegexp(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Add a new valid regexp for a Telephone number
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(Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Add a new schema to the schema's list
addSchema(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Create a new schema association with its content
addSchema(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Add a new schema to the schema's list
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.SortRequestControlImpl
 
addSuperior(MutableObjectClass...) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Add some superior ObjectClasses
addSuperiorOids(String...) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Add some superior ObjectClass OIDs
addSuperRule(Integer) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
Adds a new superior RuleId
addToRegistries(MutableAttributeType, List<Throwable>, 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, List<Throwable>, 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, List<Throwable>, 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, List<Throwable>, 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(MutableMatchingRule, List<Throwable>, 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, List<Throwable>, 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, List<Throwable>, 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, List<Throwable>, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
Inject the ObjectClass into the registries, updating the references to other SchemaObject
ADMINISTRATIVE_ROLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ADMINISTRATIVE_ROLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AdministrativeRole - Enum in org.apache.directory.api.ldap.model.subtree
The Administrative roles
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
 
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.
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.
ALIAS_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIAS_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AliasDerefMode - Enum in org.apache.directory.api.ldap.model.message
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
ALIASED_ENTRY_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIASED_OBJECT_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALIASED_OBJECT_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
aliasNamesMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if the alias names of a schema description match another description.
ALL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALL_OPERATIONAL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ALL_USER_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
 
AndNode - Class in org.apache.directory.api.ldap.model.filter
Node representing an AND connector in a filter operation
AndNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode(ExprNode...) - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
Creates a AndNode using a logical operator and a list of children.
AndNode() - Constructor for class org.apache.directory.api.ldap.model.filter.AndNode
Creates an empty AndNode
AndRefinement - Class in org.apache.directory.api.ldap.model.subtree
A class holding a AND refinement, as defined in RFC 3672
AndRefinement(List<Refinement>) - Constructor for class org.apache.directory.api.ldap.model.subtree.AndRefinement
Creates a new instance of AndRefinement.
annotations - Variable in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
The map of annotations
anonymize(Map<Value<K>, Value<K>>, Set<Value<K>>, 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<byte[]>, Value<byte[]>>, Set<Value<byte[]>>, 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<String>, Value<String>>, Set<Value<String>>, 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<String>, Value<String>>, Set<Value<String>>, 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<String>, Value<String>>, Set<Value<String>>, 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.
AntlrDnLexer - Class in org.apache.directory.api.ldap.model.name
An antlr generated Dn lexer.
AntlrDnLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
AntlrDnParser - Class in org.apache.directory.api.ldap.model.name
An antlr generated Dn parser.
AntlrDnParser(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
AntlrDnParser(TokenStream, 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(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
AntlrDnTokenTypes - Interface in org.apache.directory.api.ldap.model.name
 
AntlrSchemaExtensionLexer - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema lexer.
AntlrSchemaExtensionLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
AntlrSchemaExtensionParser - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema parser.
AntlrSchemaExtensionParser(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
AntlrSchemaExtensionTokenTypes - Interface in org.apache.directory.api.ldap.model.schema.syntaxes
 
AntlrSchemaLexer - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema main lexer.
AntlrSchemaLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
AntlrSchemaParser - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema main parser.
AntlrSchemaParser(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
AntlrSchemaQdstringLexer - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema lexer.
AntlrSchemaQdstringLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
AntlrSchemaQdstringParser - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema parser.
AntlrSchemaQdstringParser(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
AntlrSchemaQdstringTokenTypes - Interface in org.apache.directory.api.ldap.model.schema.syntaxes
 
AntlrSchemaTokenTypes - Interface in org.apache.directory.api.ldap.model.schema.syntaxes
 
AntlrSchemaValueLexer - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema lexer.
AntlrSchemaValueLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
AntlrSchemaValueParser - Class in org.apache.directory.api.ldap.model.schema.syntaxes
An antlr generated schema parser.
AntlrSchemaValueParser(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenStream, int) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueParser(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
AntlrSchemaValueTokenTypes - Interface in org.apache.directory.api.ldap.model.schema.syntaxes
 
AntlrSubtreeSpecificationChecker - Class in org.apache.directory.api.ldap.model.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationChecker(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationChecker(TokenStream, 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(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
AntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.api.ldap.model.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationCheckerLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
 
AntlrSubtreeSpecificationCheckerTokenTypes - Interface in org.apache.directory.api.ldap.model.subtree
 
AntlrSubtreeSpecificationLexer - Class in org.apache.directory.api.ldap.model.subtree
The parser's primary lexer.
AntlrSubtreeSpecificationLexer(InputStream) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationLexer
 
AntlrSubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
The antlr generated subtree specification parser.
AntlrSubtreeSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParser(TokenStream, 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(ParserSharedInputState) - Constructor for class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
AntlrSubtreeSpecificationParserTokenTypes - Interface in org.apache.directory.api.ldap.model.subtree
 
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
apply(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Apply an AttributeType to the current Value, normalizing it.
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(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Value
Apply the AttributeType to this value.
apply(SchemaManager) - Method in class org.apache.directory.api.ldap.model.name.Ava
Apply a SchemaManager to the Ava.
apply(SchemaManager, boolean) - Method in class org.apache.directory.api.ldap.model.name.Dn
Normalizes the Dn using the given the schema manager.
apply(SchemaManager) - Method in class org.apache.directory.api.ldap.model.name.Dn
Normalizes the Dn using the given the schema manager, unless the Dn is already normalized
apply(SchemaManager) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Transform a Rdn by changing the value to its OID counterpart and normalizing the value accordingly to its type.
applyModification(Entry, Modification) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
A method to apply a modification to an existing entry.
ApproximateNode<T> - Class in org.apache.directory.api.ldap.model.filter
A simple assertion value node.
ApproximateNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
ApproximateNode(String, Value<T>) - Constructor for class org.apache.directory.api.ldap.model.filter.ApproximateNode
Creates a new ApproximateNode object.
assertCandidate(Entry) - Method in interface org.apache.directory.api.ldap.model.filter.Assertion
Checks to see if a candidate is valid by asserting an arbitrary predicate against the candidate.
Assertion - Interface in org.apache.directory.api.ldap.model.filter
A candidacy predicate which tests if an entry satisfies some condition before being returned by a search.
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.
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(List<Throwable>, 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.
Attribute - Interface in org.apache.directory.api.ldap.model.entry
A generic interface used to store the LDAP Attributes.
attribute - Variable in class org.apache.directory.api.ldap.model.filter.LeafNode
attribute on which this leaf is based
ATTRIBUTE_CERTIFICATE_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ATTRIBUTE_TYPE_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
 
attributeAnonymizers - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
The map of AttributeType'sOID we want to anonymize.
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.AbstractValue
reference to the attributeType zssociated with the value
attributeType - Variable in class org.apache.directory.api.ldap.model.filter.LeafNode
attributeType on which this leaf is based
attributeType() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 attributeType = descr / numericoid
AttributeType - Class in org.apache.directory.api.ldap.model.schema
An attributeType specification.
AttributeType(String) - Constructor for class org.apache.directory.api.ldap.model.schema.AttributeType
Creates a AttributeType object using a unique OID.
ATTRIBUTETYPE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
attributeTypeAndValue(Rdn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3 attributeTypeAndValue = attributeType EQUALS attributeValue RFC 2253, Section 3 attributeTypeAndValue = attributeType "=" attributeValue
attributeTypeDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching attribute type descriptions.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
Creates a new instance of AttributeTypeDescriptionSchemaParser.
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.
AttributeTypeOptions - Class in org.apache.directory.api.ldap.model.schema
An structure containing a couple of attributeType and options.
AttributeTypeOptions(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, but no options.
AttributeTypeOptions(AttributeType, Set<String>) - Constructor for class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
Creates a new instance of AttributeTypeOptions, containing an attributeType, and options.
AttributeTypeRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An AttributeType registry service interface.
attributeTypeRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The AttributeType registry
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
Creates a new instance of AttributeTypeUsageSyntaxChecker.
AttributeUtils - Class in org.apache.directory.api.ldap.model.entry
A set of utility fuctions for working with Attributes.
attributeValue(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3 attributeValue = string / hexstring RFC 2253, Section 3 attributeValue = string string = *( stringchar / pair ) / "#" hexstring / QUOTATION *( quotechar / pair ) QUOTATION ; only from v2
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
Creates a new instance of AudioSyntaxChecker
AuthenticationLevel - Enum in org.apache.directory.api.ldap.model.constants
An enumeration that represents the level of authentication.
AUTHORITY_REVOCATION_LIST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTHORITY_REVOCATION_LIST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_INFORMATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_INFORMATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_MAP_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_MAP_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTOMOUNT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTONOMOUS_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUTONOMOUS_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
AUX - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
AUX_OR_AUXILIARY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
AUXILIARY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
AUXILIARY_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the auxillary objectClasses
Ava - Class in org.apache.directory.api.ldap.model.name
A Attribute Type And Value, which is the basis of all Rdn.
Ava() - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Constructs an empty Ava
Ava(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Constructs an empty schema aware Ava.
Ava(String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct an Ava containing a binary value.
Ava(SchemaManager, String, byte[]) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct a schema aware Ava containing a binary value.
Ava(String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct an Ava with a String value.
Ava(SchemaManager, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Ava
Construct a schema aware Ava with a String value.
ava - 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.
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.

B

baseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
baseDistance() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
BaseSubtreeSpecification - Class in org.apache.directory.api.ldap.model.subtree
A simple implementation of the SubtreeSpecification interface.
BaseSubtreeSpecification() - Constructor for class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Creates a simple subtree whose administrative point is necessarily the base and all subordinates underneath (excluding those that are part of inner areas) are part of the the subtree.
BaseSubtreeSpecification(ExprNode) - Constructor for class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Creates a simple subtree refinement whose administrative point is necessarily the base and only those subordinates selected by the refinement filter are included.
BaseSubtreeSpecification(Dn) - Constructor for class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Creates a simple subtree whose administrative point above the base and all subordinates underneath the base (excluding those that are part of inner areas) are part of the the subtree.
BaseSubtreeSpecification(Dn, int, int, Set<Dn>, Set<Dn>) - Constructor for class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(Dn, int, int, Set<Dn>, Set<Dn>, ExprNode) - Constructor for class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
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.
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.
bidi(String) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all bidirectionnal chars.
bidi(char[]) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
Remove all bidirectionnal chars.
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 - Static variable in interface org.apache.directory.api.ldap.model.entry.Value
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
Creates a new instance of BinarySyntaxChecker
BinaryValue - Class in org.apache.directory.api.ldap.model.entry
A server side schema aware wrapper around a binary attribute value.
BinaryValue(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.BinaryValue
Creates a BinaryValue with an initial user provided binary value.
BinaryValue(AttributeType, byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.BinaryValue
Creates a BinaryValue with an initial user provided binary value.
BindNoDResponse - Class in org.apache.directory.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection for the Bind response.
BindRequest - Interface in org.apache.directory.api.ldap.model.message
Bind protocol operation request which authenticates and begins a client session.
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.
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.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
Creates a new instance of BitStringSyntaxChecker.
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.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
Creates a new instance of BooleanSyntaxChecker.
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
 
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
 
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, 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.
BranchNode(AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.BranchNode
Creates a BranchNode using a logical operator.
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
 
BUILDING_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
BUILDING_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
buildReference(List<Throwable>, 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.
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
 
byName - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
a map of SchemaObject looked up by name
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
BYTECODE_VALUE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 

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
 
CACHE_MAX - Static variable in class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Cache maximum size default
CachingDeepTrimNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDeepTrimNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.CachingDeepTrimNormalizer
 
CachingDeepTrimToLowerNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.CachingDeepTrimToLowerNormalizer
 
CachingDnNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A deep trimming normalizer that caches normalizations to prevent repeat normalizations from occurring needlessly.
CachingDnNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.CachingDnNormalizer
 
CachingNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Caches previously normalized values.
CachingNormalizer(Normalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a default cache size.
CachingNormalizer(Normalizer, int) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Creates a CachingNormalizer that decorates another normalizer using a specified cache size.
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
 
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_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_EXACT_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CASE_IGNORE_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
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.
CERTIFICATE_LIST_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_PAIR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_REVOCATION_LIST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_REVOCATION_LIST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CERTIFICATE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CertificateComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A Comparator for Certificates
CertificateComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CertificateComparator
Creates a new instance of CertificateComparator.
CertificateListSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 : "Due to changes made to the definition of a CertificateList through time, no LDAP-specific encoding is defined for this syntax.
CertificateListSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
Creates a new instance of CertificateListSyntaxChecker.
CertificatePairSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 : "Due to changes made to the definition of a CertificatePair through time, no LDAP-specific encoding is defined for this syntax.
CertificatePairSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
Creates a new instance of CertificatePairSyntaxChecker.
CertificateSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 : "Due to changes made to the definition of a Certificate through time, no LDAP-specific encoding is defined for this syntax.
CertificateSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
Creates a new instance of CertificateSyntaxChecker.
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
 
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
ChangeType - Enum in org.apache.directory.api.ldap.model.ldif
A type safe enumeration for an LDIF record's change type.
ChangeType - Enum in org.apache.directory.api.ldap.model.message.controls
Enumeration type for entry changes associates with the persistent search control and the entry change control.
CHAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
check() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Check the registries for invalid relations.
checkNotClosed(String) - 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.
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.
children - Variable in class org.apache.directory.api.ldap.model.filter.BranchNode
child node list for this branch node
chopAfter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
chopAfter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
chopBefore() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
chopBefore() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
clear() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Remove all the values from this attribute.
clear() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Remove all the values from this attribute.
clear() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Remove all the attributes for this entry.
clear() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Remove all the attributes for this entry.
clear() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Clear the current SchemaObject : remove all the references to other objects, and all the Maps.
clear() - Method in class org.apache.directory.api.ldap.model.schema.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.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.MutableAttributeType
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.MutableMatchingRule
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.MutableObjectClass
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.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
 
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 class org.apache.directory.api.ldap.model.entry.AbstractValue
Clone a Value
clone() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
 
clone() - Method in class org.apache.directory.api.ldap.model.entry.BinaryValue
Clone a Value
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.StringValue
Clone a Value
clone() - Method in interface 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.AssertionNode
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.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(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
close() - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
close(String) - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
close(Exception) - Method in interface org.apache.directory.api.ldap.model.cursor.ClosureMonitor
Sets monitor state to closed, and sets the cause to a specific Exception.
close(Exception) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException without an error message string.
close(String) - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a CursorClosedException with a specific error message string.
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
Sets monitor state to closed, and sets the cause to a specific Exception.
close() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
close(Exception) - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Closes this Cursor and frees any resources it my have allocated.
close() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
CLOSE_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
 
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
 
COLLECTIVE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
COLLECTIVE_ATTRIBUTE_INNER_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_INNER_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_ATTRIBUTE_SUBENTRY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_EXCLUSIONS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLLECTIVE_EXCLUSIONS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COLON - Static variable in interface org.apache.directory.api.ldap.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 - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATOR_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATOR_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
COMPARATOR_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ComparatorRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
Comparator registry component's service class.
comparatorRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The LdapSyntax registry
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
Creates a new instance of ComparatorSyntaxChecker.
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.BitStringComparator
Implementation of the Compare method
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.BooleanComparator
Implementation of the Compare method
compare(byte[], byte[]) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ByteArrayComparator
 
compare(Comparable<T>, Comparable<T>) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ComparableComparator
Compares two objects taking into account that one may be a Comparable.
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
 
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.CsnSidComparator
 
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
Implementation of the Compare method
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.IntegerComparator
Implementation of the Compare method
compare(Long, Long) - Method in class org.apache.directory.api.ldap.model.schema.comparators.LongComparator
Compare two objects.
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
If any normalization attempt fails we compare using the unnormalized object.
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.NumericStringComparator
Implementation of the Compare method
compare(T, T) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator
 
compare(Object, Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
 
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
 
compare(E, E) - Method in class org.apache.directory.api.ldap.model.schema.comparators.SerializableComparator
 
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.StringComparator
 
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
 
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
Implementation of the Compare method
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
 
compare(UUID, UUID) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UuidComparator
 
compare(String, String) - Method in class org.apache.directory.api.ldap.model.schema.comparators.WordComparator
 
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.
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(Csn) - Method in class org.apache.directory.api.ldap.model.csn.Csn
Compares this object with the specified object for order.
compareTo(Value<byte[]>) - Method in class org.apache.directory.api.ldap.model.entry.BinaryValue
 
compareTo(Value<String>) - Method in class org.apache.directory.api.ldap.model.entry.StringValue
 
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
 
computeNewValue(String) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
Compute the next String value
computeNewValue(byte[]) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
Compute the next byte[] 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.
ConsoleParserMonitor - Class in org.apache.directory.api.ldap.model.schema.parsers
A console reporting monitor.
ConsoleParserMonitor() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ConsoleParserMonitor
 
contains(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Indicates whether the specified values are some of the attribute's values.
contains(Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Indicates whether the specified values are some of the attribute's values.
contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains a list of attributes.
contains(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some given binary values.
contains(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains an attribute with some values.
contains(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some given binary values.
contains(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains a list of attributes.
contains(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains an attribute with some values.
contains(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains a list of attributes.
contains(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given binary values.
contains(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given String values.
contains(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some given binary values.
contains(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some binary values.
contains(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some String values.
contains(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains an attribute with some values.
contains(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Checks to see if an DitStructureRule exists in the registry, by its ruleId.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
contains(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Tells if the given OID is present on this registry
contains(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Tells if the given SchemaObject is present in one schema.
contains(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Checks to see if an SchemaObject exists in the registry, by its OID or name.
containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains some specific attributes.
containsAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Checks if an entry contains a specific AttributeType.
containsAttribute(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains a specific AttributeType.
containsAttribute(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Checks if an entry contains some specific attributes.
containsAttribute(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains some specific attributes.
containsAttribute(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Checks if an entry contains a specific AttributeType.
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.message.AbstractMessage
Map of message controls using OID Strings for keys and Control values
convert(Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Convert a Schema to Entry
convert(SyntaxChecker, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(LdapSyntax, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(String, Normalizer, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(String, LdapComparator<? super Object>, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(MatchingRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(MatchingRuleUse, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(DitStructureRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(DitContentRule, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(NameForm, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
convert(AttributeType, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )
convert(ObjectClass, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
Creates the attributes of an entry representing an objectClass.
convertAttributesToLdif(Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert all the Entry's attributes to LDIF.
convertAttributesToLdif(Entry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert the Entry's attributes to LDIF.
convertToLdif(Attributes) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, Dn, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Attributes, Dn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Entry to LDIF
convertToLdif(Entry, boolean) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Entry to LDIF including a version number at the top
convertToLdif(Entry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an Entry as LDIF
convertToLdif(LdifEntry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(LdifEntry, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(Attribute) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Converts an EntryAttribute to LDIF
convertToLdif(Attribute, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Converts an EntryAttribute as LDIF
copy() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Copy the current SchemaObject on place
copy(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Copies the given schema object into this schema object.
copy() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
Copy a DitContentRule
copy() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
Copy the current SchemaObject on place
copy() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
Copy an MatchingRule
copy() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
Copy an MatchingRuleUse
copy() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Copy a NameForm
copy() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
Copy an ObjectClass
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitContentRuleRegistry
Copy the DitContentRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Copy the DitStructureRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Copy the ObjectClassRegistry
copy(SchemaObjectRegistry<T>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitContentRuleRegistry
Copy the DitContentRuleRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Copy the DitStructureRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Copy the AttributeTypeRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Copy the ComparatorRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Copy the DitContentRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Copy the DitStructureRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Copy the NameFormRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Clone the ObjectClassRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.LdapSyntaxRegistry
Copy the LdapSyntaxRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.MatchingRuleRegistry
Copy the MatchingRuleRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.MatchingRuleUseRegistry
Copy the MatchingRuleUseRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.NameFormRegistry
Copy the NameFormRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
Copy the NormalizerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Copy the ObjectClassRegistry
copy() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Copy the OidRegistry, without the contained values
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Copy a DefaultSchemaObjectRegistry.
copy() - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
Copy the SyntaxCheckerRegistry
copy() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Copy the current SchemaObject on place
copy(SchemaObject) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Copies the given schema object into this schema object.
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
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
Creates a new instance of CountrySyntaxChecker.
CRAM_MD5 - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
CRAM-MD5 mechanism
CREATE_TIMESTAMP_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CREATE_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
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.
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 non-schemaaware LdifEntry
createStoragePassword(String, LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
 
createStoragePassword(byte[], LdapSecurityConstants) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
create a hashed password in a format that can be stored in the server.
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
 
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_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (DES) hash length
CRYPT_MD5_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (MD5) hash length
CRYPT_SHA256_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (SHA-256) hash length
CRYPT_SHA512_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The CRYPT (SHA-512) hash length
Csn - Class in org.apache.directory.api.ldap.model.csn
Represents 'Change Sequence Number' in LDUP specification.
Csn(long, int, int, int) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
Creates a new instance.
Csn(String) - Constructor for class org.apache.directory.api.ldap.model.csn.Csn
Creates a new instance of SimpleCSN from a String.
CSN_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SID_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SID_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CSN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
CsnComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for CSN.
CsnComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.CsnComparator
The CsnComparator constructor.
CsnFactory - Class in org.apache.directory.api.ldap.model.csn
Generates a new Csn.
CsnFactory(int) - Constructor for class org.apache.directory.api.ldap.model.csn.CsnFactory
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
Creates a new instance of CsnSyntaxChecker.
CsnSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
An CSN syntax checker.
CsnSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
Creates a new instance of CsnSyntaxChecker.
Cursor<E> - Interface in org.apache.directory.api.ldap.model.cursor
A Cursor for bidirectional traversal over elements in a dataSet.
CursorClosedException - Exception in org.apache.directory.api.ldap.model.cursor
A specific form of IOException to note that an operation is being attempted on a closed Cursor.
CursorClosedException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorClosedException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorClosedException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorClosedException
Creates a new instance of CursorClosedException.
CursorException - Exception in org.apache.directory.api.ldap.model.cursor
An class for exceptions which add Cursor specific information to Exceptions.
CursorException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of CursorException.
CursorException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of CursorException.
CursorException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of LdapException.
CursorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorException
Creates a new instance of CursorException.
CursorIterator<E> - Class in org.apache.directory.api.ldap.model.cursor
An Iterator over a Cursor so Cursors can be Iterable for using in foreach constructs.
CursorIterator(Cursor<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.CursorIterator
Creates a new instance of CursorIterator.
CursorLdapReferralException - Exception in org.apache.directory.api.ldap.model.cursor
A specific form of CursorException used when a referral is met
CursorLdapReferralException(LdapReferralException) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Creates a new instance of CursorClosedException.
CursorLdapReferralException(LdapReferralException, String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Creates a new instance of CursorClosedException.
CursorLdapReferralException(LdapReferralException, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Creates a new instance of CursorClosedException.
CursorStateEnum - Enum in org.apache.directory.api.ldap.model.cursor
An enumeration to represent the various states of a Cursor.

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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
Creates a new instance of DataQualitySyntaxSyntaxChecker.
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
 
DeepTrimCachingNormalizingComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
TODO DeepTrimCachingNormalizingComparator.
DeepTrimCachingNormalizingComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimCachingNormalizingComparator
 
DeepTrimNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.
DeepTrimNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer with OID known.
DeepTrimNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Creates a new instance of DeepTrimNormalizer when the Normalizer must be instantiated before setting the OID.
DeepTrimToLowerCachingNormalizingComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
TODO DeepTrimCachingNormalizingComparator.
DeepTrimToLowerCachingNormalizingComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DeepTrimToLowerCachingNormalizingComparator
 
DeepTrimToLowerNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.
DeepTrimToLowerNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer.
DeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Creates a new instance of DeepTrimToLowerNormalizer where the OID is set after instantiation.
DEFAULT_OWNER - Static variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
The default schema's owner
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(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without ID nor value.
DefaultAttribute(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, without value.
DefaultAttribute(byte[]) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, without value.
DefaultAttribute(String, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without value.
DefaultAttribute(String, Value<?>...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new ClientValue which uses the specified attributeType.
DefaultAttribute(AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, without ID but with some values.
DefaultAttribute(String, AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
DefaultAttribute(String, AttributeType, Value<?>...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new Value which uses the specified attributeType.
DefaultAttribute(AttributeType, Value<?>...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some values.
DefaultAttribute(String, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some String values, and a user provided ID.
DefaultAttribute(String, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of an Attribute, with some binary values, and a user provided ID.
DefaultAttribute(AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some byte[] values.
DefaultAttribute(String, AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Create a new instance of a schema aware Attribute, with some byte[] values, and a user provided ID.
DefaultAttribute(AttributeType, Attribute) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Creates a new instance of schema aware Attribute, by copying another attribute.
DefaultAttributeTypeRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An AttributeType registry service default implementation.
DefaultAttributeTypeRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Creates a new default AttributeTypeRegistry instance.
DefaultClosureMonitor - Class in org.apache.directory.api.ldap.model.cursor
A basic ClosureMonitor that simply uses a boolean for state and a cause exception.
DefaultClosureMonitor() - Constructor for class org.apache.directory.api.ldap.model.cursor.DefaultClosureMonitor
 
DefaultComparatorRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A Comparator registry service default implementation.
DefaultComparatorRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
Creates a new default ComparatorRegistry instance.
DefaultDitContentRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An DitContentRule registry's service default implementation.
DefaultDitContentRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultDitContentRuleRegistry
Creates a new default DitContentRuleRegistry instance.
DefaultDitStructureRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A DitStructureRule registry's service default implementation.
DefaultDitStructureRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Creates a new default NormalizerRegistry instance.
DefaultEntry - Class in org.apache.directory.api.ldap.model.entry
A default implementation of a ServerEntry which should suite most use cases.

This class is final, it should not be extended.
DefaultEntry() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry.
DefaultEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn.
DefaultEntry(Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn.
DefaultEntry(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(SchemaManager, Dn) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, schema aware.
DefaultEntry(String, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager, String, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager, Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, with a Dn and a list of IDs.
DefaultEntry(SchemaManager, Entry) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultEntry
Creates a new instance of DefaultEntry, copying another entry.
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.
defaultMandatory - Variable in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
A flag set when only the default regexp should be tested
DefaultMatchingRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A MatchingRule registry's service default implementation.
DefaultMatchingRuleRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleRegistry
Creates a new default MatchingRuleRegistry instance.
DefaultMatchingRuleUseRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A MatchingRuleUse registry service default implementation.
DefaultMatchingRuleUseRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
Creates a new default MatchingRuleUseRegistry instance.
DefaultModification - Class in org.apache.directory.api.ldap.model.entry
An internal implementation for a ModificationItem.
DefaultModification() - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, Attribute) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String, Value<?>...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, String) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification with no value
DefaultModification(ModificationOperation, AttributeType, String...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType, byte[]...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType, Value<?>...) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation, AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification with no value.
DefaultModification(SchemaManager, Modification) - Constructor for class org.apache.directory.api.ldap.model.entry.DefaultModification
Creates a new instance of DefaultModification.
DefaultNameFormRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An NameForm registry's service default implementation.
DefaultNameFormRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultNameFormRegistry
Creates a new default NameFormRegistry instance.
DefaultNormalizerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
A Normalizer registry's service default implementation.
DefaultNormalizerRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
Creates a new default NormalizerRegistry instance.
DefaultObjectClassRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An ObjectClass registry's service default implementation.
DefaultObjectClassRegistry() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Creates a new default ObjectClassRegistry instance.
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.
DefaultStringNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A normalizer which transforms an escape sequence into an internal canonical form: into UTF-8 characters presuming the escape sequence fits that range.
DefaultStringNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.DefaultStringNormalizer
 
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.
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(List<Throwable>, 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_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.
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
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
Creates a new instance of DeliveryMethodSyntaxChecker.
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
 
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
 
DerefAliasSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid DerefAlias.
DerefAliasSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
Creates a new instance of DerefAliasSyntaxChecker.
DESC - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
descendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descendants(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.
descr() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4512 Section 1.4 descr = keystring keystring = leadkeychar *keychar leadkeychar = ALPHA keychar = ALPHA / DIGIT / HYPHEN We additionally add UNDERSCORE because some servers allow them.
DESCR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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
 
DESCR_OR_QUIRKS_DESCR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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.
deserialize(ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.BinaryValue
Deserialize a BinaryValue.
deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.BinaryValue
Deserialize a schema aware BinaryValue.
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.StringValue
Deserialize a StringValue.
deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.api.ldap.model.entry.StringValue
Deserialize a schemaAware StringValue.
deserialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.entry.StringValue
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
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
 
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.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIRECTORY_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DirectoryStringSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
DirectoryStringSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
Creates a new instance of DirectoryStringSyntaxChecker.
disable() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Disable the schema
disable() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Disable the schema
disable(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disable(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.
disabled - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Tells if this schema is disabled
disabledRelaxed(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
disabledRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas.
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(List<Throwable>, 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.
dissociateFromSchema(SchemaObject) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Remove the given SchemaObject from 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(Dn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Parses an Dn string.
distinguishedName() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
distinguishedName() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
DISTRIBUTED_OPERATION - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DIT_CONTENT_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_CONTENT_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_REDIRECT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_REDIRECT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULE - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULE_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DIT_STRUCTURE_RULES_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DitContentRule - Class in org.apache.directory.api.ldap.model.schema
A ditContentRule specification.
DitContentRule(String) - Constructor for class org.apache.directory.api.ldap.model.schema.DitContentRule
Creates a DitContentRule object using a unique OID.
ditContentRuleDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for DIT content rule descriptions.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitContentRuleDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
DitContentRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an DitContentRule in relation with the Registries and SchemaManager.
DitContentRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An DitContentRule registry's service interface.
ditContentRuleRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The DitContentRule registry
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
ditStructureRuleDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for DIT structure rules descriptions.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DitStructureRuleDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
DitStructureRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an DitStructureRule in relation with the Registries and SchemaManager.
DitStructureRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An DitStructureRule registry service interface.
ditStructureRuleRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The DitStructureRule registry
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DlSubmitPermissionSyntaxChecker
Creates a new instance of DLSubmitPermissionSyntaxChecker.
DMD_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DMD_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DMD_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DMD_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Dn - Class in org.apache.directory.api.ldap.model.name
The Dn class contains a Dn (Distinguished Name).
Dn() - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Construct an empty Dn object
Dn(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Construct an empty Schema aware Dn object
Dn(String...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a new instance of Dn, using varargs to declare the RDNs.
Dn(SchemaManager, String...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a new instance of schema aware Dn, using varargs to declare the RDNs.
Dn(Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a Dn from a list of Rdns.
Dn(Rdn, Dn) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a Dn concatenating a Rdn and a Dn.
Dn(SchemaManager, Rdn...) - Constructor for class org.apache.directory.api.ldap.model.name.Dn
Creates a Schema aware Dn from a list of Rdns.
DN_QUALIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DN_QUALIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DnComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
Compare two DNs
DnComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.DnComparator
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DnSyntaxChecker
Creates a new instance of DNSyntaxChecker.
DnUtils - Class in org.apache.directory.api.ldap.model.name
Utility class used to manipulate Dn or Rdn elements.
DOCUMENT_AUTHOR_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_AUTHOR_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_LOCATION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_LOCATION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_PUBLISHER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_PUBLISHER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_SERIES_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_SERIES_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_TITLE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_TITLE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_VERSION_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOCUMENT_VERSION_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DOLLAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
DOLLAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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
 
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
 
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
 
doParse() - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parse a SchemaObject description and returns back an instance of SchemaObject.
DOT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
DOT - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
 
DQUOTE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
DRINK_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DRINK_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
DSA_OPERATION - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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 : ::= [ '#' ] ::= 'DEFUNCT' | 'EXPERIMENTAL' | 'BEST-EFFORT' | 'PILOT-SERVICE' | 'FULL-SERVICE' ::= encoded as a PrintableString
DsaQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DsaQualitySyntaxSyntaxChecker
Creates a new instance of DSAQualitySyntaxSyntaxChecker.
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 : ::= '(' * * ')' ::= '$' * * | e ::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' | 'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' | 'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
DseTypeSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.DseTypeSyntaxChecker
Creates a new instance of DSETypeSyntaxChecker.
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

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_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
 
enable() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Enable the schema
enable() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Enable the schema
enable(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enable(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.
enableNotification(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
enableNotification(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
enableRelaxed(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
enableRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas.
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.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
Creates a new instance of EnhancedGuideSyntaxChecker.
Entry - Interface in org.apache.directory.api.ldap.model.entry
This interface represent a LDAP entry.
ENTRY_ACI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_ACI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_CSN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_CSN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_DN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_DN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ENTRY_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.
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.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
EOF - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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
equality - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The equality MatchingRule associated with the equalityID
EQUALITY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
EqualityNode<T> - Class in org.apache.directory.api.ldap.model.filter
A assertion value node for Equality.
EqualityNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.api.ldap.model.filter.EqualityNode
Creates a new Equality object.
EqualityNode(String, Value<T>) - 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.BinaryValue
Checks to see if this BinaryValue equals the supplied object.
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.StringValue
Two StringValue are equals if their normalized values are equal
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.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.ProxiedAuthzImpl
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseControlImpl
 
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.ExtendedRequestImpl
Checks to see if an object equals this ExtendedRequest.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
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.ReferralImpl
Compares this Referral implementation to see if it is the same as another.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Checks to see if two search requests are equal.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
Checks for equality by using the underlying LdapResult objects of this SearchResponseDone stub.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Checks for equality by comparing the objectName, and attributes properties of this Message after delegating to the super.equals() method.
equals(Object) - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
Checks to see if an object is equal to this SearchResponseReference stub.
EQUALS - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Ava
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Dn
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Compares the specified Object with this Rdn for equality.
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
 
equals(Object) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
 
equals(Object) - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
equals(Object) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
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
ESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
escapeFilterValue(Value<?>) - Static method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
Handles the escaping of special characters in LDAP search filter assertion values using the <valueencoding> rule as described in RFC 4515.
escapeValue(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Transform a value in a String, accordingly to RFC 2253
escapeValue(byte[]) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Transform a value in a String, accordingly to RFC 2253
ESCESC - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
ESCSHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
EVAL_GREATER - Static variable in class org.apache.directory.api.ldap.model.filter.SimpleNode
Constants for comparisons : >
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
 
ExprNode - Interface in org.apache.directory.api.ldap.model.filter
Root expression node interface which all expression nodes in the filter expression tree implement.
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.
ExtendedRequest - Interface in org.apache.directory.api.ldap.model.message
Extended protocol request message used to add to more operations to the protocol.
ExtendedRequestImpl - Class in org.apache.directory.api.ldap.model.message
ExtendedRequest implementation.
ExtendedRequestImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ExtendedRequestImpl
Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
ExtendedResponse - Interface in org.apache.directory.api.ldap.model.message
Extended protocol response message used to confirm the results of a extended request message.
ExtendedResponseImpl - Class in org.apache.directory.api.ldap.model.message
A simple ExtendedResponse implementation.
ExtendedResponseImpl(String) - Constructor for class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
Creates an ExtendedResponse as a reply to an ExtendedRequest.
ExtendedResponseImpl(int, String) - Constructor for class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
Creates an ExtendedResponse as a reply to an ExtendedRequest.
ExtendedResponseImpl(int) - Constructor for class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
Creates an ExtendedResponse as a reply to an ExtendedRequest.
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(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new emptyExtensibleNode object.
ExtensibleNode(AttributeType, Value<?>, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new ExtensibleNode object.
ExtensibleNode(String, Value<?>, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Creates a new ExtensibleNode object.
extension() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
extensions = *( SP xstring SP qdstrings ) xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
extension(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
EXTENSION - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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.
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.

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.
FacsimileTelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
Creates a new instance of TelephoneNumberSyntaxChecker.
FAVOURITE_DRINK_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FAX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FAX_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
FaxSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Fax according to RFC 4517.
FaxSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
Private default constructor to prevent unnecessary instantiation.
FEATURE_ALL_OPERATIONAL_ATTRIBUTES - 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() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
FILTER - Static variable in interface org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
 
filter() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
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.
FilterParser - Class in org.apache.directory.api.ldap.model.filter
This class parse a Ldap filter.
FilterVisitor - Interface in org.apache.directory.api.ldap.model.filter
Filter expression tree node visitor interface.
findAlgorithm(byte[]) - Static method in class org.apache.directory.api.ldap.model.password.PasswordUtil
Get the algorithm from the stored password.
finishedParse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ConsoleParserMonitor
 
finishedParse(String) - Method in interface org.apache.directory.api.ldap.model.schema.parsers.ParserMonitor
Called when parsing is finished.
finishedParse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ParserMonitorAdapter
Called when parsing is finished.
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.
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
FORM - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_IDENTIFIER - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_LETTER - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_LETTERORDIGIT - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
FQCN_VALUE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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_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.
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
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
Creates a new instance of GeneralizedTimeSyntaxChecker.
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
 
get() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Gets the object at the current position.
get() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Gets the object at the current position.
get() - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Get the first value of this attribute.
get() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Get the first value of this attribute.
get(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns the attribute with the specified alias.
get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns the attribute associated with an AttributeType
get(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Returns the attribute with the specified alias.
get(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Returns the attribute associated with an AttributeType
get(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Returns the attribute with the specified alias.
get(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Returns the attribute associated with an AttributeType
get(Object) - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
 
get(Object) - Method in interface org.apache.directory.api.ldap.model.filter.ExprNode
Gets an annotation on the tree by key.
get(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Returns a attribute given it's id
get(Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Gets a message scope parameter.
get(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
returns the enum value representing the given code.
get(Object) - Method in interface org.apache.directory.api.ldap.model.message.Message
Gets a message scope parameter.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the SchemaObject associated with a given OID.
get(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the SchemaObject associated with a given OID.
get(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
get(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets the SchemaObject associated with a given OID.
get() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
 
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(String) - Static method in enum org.apache.directory.api.ldap.model.constants.LdapSecurityConstants
Get the associated constant from a string
getAlgorithm() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
The hash algorithm used to hash the password, null for plain text passwords.
getAliasDerefMode() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
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
 
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.SortResponseControlImpl
 
getAttributes() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Gets all the attributes
getAttributes() - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Gets all the attributes
getAttributes() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Gets all the attributes
getAttributes() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Gets a list of the attributes to be returned from each entry which matches the search filter.
getAttributes() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets a list of the attributes to be returned from each entry which matches the search filter.
getAttributes(SchemaObject, Schema, SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.AttributesFactory
 
getAttributes() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getAttributeType() - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Get the associated AttributeType
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(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Returns the attributeType from an Attribute ID.
getAttributeType() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
getAttributeType() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Get the associated AttributeType
getAttributeType() - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Gets the attributeType this leaf node is based on.
getAttributeType() - Method in class org.apache.directory.api.ldap.model.name.Ava
 
getAttributeType() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
getAttributeType(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get an AttributeType in the AttributeType registry.
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(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Get the Ava which type is given as an argument.
getAva() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the unique Ava, or the first one of we have more than one
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.
getBytecode() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
 
getBytes() - Method in class org.apache.directory.api.ldap.model.csn.Csn
Get the CSN as a byte array.
getBytes() - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Get the wrapped value as a byte[].
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.BinaryValue
Get the user provided value as a byte[].
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.StringValue
Get the user provided value as a byte[].
getBytes() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Get the wrapped value as a byte[].
getBytes(Dn) - Static method in class org.apache.directory.api.ldap.model.name.Dn
Get an UTF-8 representation of the normalized form of the Dn
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
 
getChangeCount() - Method in class org.apache.directory.api.ldap.model.csn.Csn
 
getChangeNumber() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
getChangeNumber() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
 
getChangeType() - Method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Get's the ordinal value for a ChangeType.
getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Get the ChangeType instance from an integer value
getChangeType() - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Get the change type
getChangeType(int) - Static method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
Gets the changeType enumeration type for an integer value.
getChangeType() - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
getChangeType() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
 
getChangeTypes() - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
getChangeTypes() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
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
 
getCookieValue() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
 
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.
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 AliasDerefMode.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 ancestr DN.
getDescription() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Gets a short description about this SchemaObject.
getDescription(LdapComparator<?>) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
Generates the ComparatorDescription for a LdapComparator.
getDescription(Normalizer) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
Generates the NormalizerDescription for a Normalizer.
getDescription(SyntaxChecker) - Static method in class org.apache.directory.api.ldap.model.schema.DescriptionUtils
Generates the SyntaxCheckerDescription for a SyntaxChecker.
getDescription() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets a short description about this SchemaObject.
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(Object) - Method in class org.apache.directory.api.ldap.model.schema.comparators.UniqueMemberComparator
 
getDn() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
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
 
getErrors() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
 
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.ExtendedRequestImpl
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
 
getExtensionValue(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Gets the extension value.
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
 
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.
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
 
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.AbstractValue
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
getLineNumber() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
getLoadedSchema(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Gets a schema that has been loaded into these Registries.
getLoadedSchema(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Gets a schema that has been loaded into these Registries.
getLoadedSchemas() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Gets an unmodifiable Map of schema names to loaded Schema objects.
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
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 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
 
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(Dn) - Static method in class org.apache.directory.api.ldap.model.name.Dn
Get the number of bytes necessary to store this Dn
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.
getNormalizedFilter(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizedFilter(ExprNode) - Static method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
Normalizes a filter expression to a canonical representation while retaining logical meaning of the expression.
getNormalizer() - Method in class org.apache.directory.api.ldap.model.schema.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
 
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.Ava
Get the normalized Name of a Ava
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
 
getNormReference() - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Gets a reference to the the normalized (canonical) representation for the wrapped value.
getNormReference() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Gets a reference to the the normalized (canonical) representation for the wrapped value.
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)
getNormValue() - Method in class org.apache.directory.api.ldap.model.entry.BinaryValue
Gets a direct reference to the normalized representation for the user provided value of this ServerValue wrapper.
getNormValue() - Method in class org.apache.directory.api.ldap.model.entry.StringValue
Gets the normalized (canonical) representation for the wrapped string.
getNormValue() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Gets the normalized (canonical) representation for the wrapped string.
getNormValue(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Get the normalized value of the Ava which type is given as an argument.
getNormValue() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the Normalized value, as a String
getNotAttributeTypeOids() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getNotAttributeTypes() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
getObjectBySchemaName() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
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
getObjectClassTypes() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the object class types.
getObjectIdentifierMacros() - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Gets the object identifier 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 class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Overrides default behavior by returning the OID of the wrapped Normalizer.
getOid(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Get an OID from a name.
getOid() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets usually what is the numeric object identifier assigned to this SchemaObject.
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.
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
 
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.
getPassword() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
The hashed or plain text password.
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.
getRawOidOrNameSuffix() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Gets the raw OID or name plus suffix.
getRdn(int) - Method in class org.apache.directory.api.ldap.model.name.Dn
Retrieves a component of this name.
getRdn() - Method in class org.apache.directory.api.ldap.model.name.Dn
Retrieves the last (leaf) component of this name.
getRdn() - Method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
Get the Rdn associated with a schemaObjectType
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).
getReasonCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapUriException
Get the reason code.
getReference() - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Gets a reference to the wrapped value.
getReference() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Gets a reference to the wrapped value.
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
 
getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
getReferralContext() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
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.
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
 
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.ExtendedRequestImpl
Gets the Object Identifier corresponding to the extended request type.
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.
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.extended.AddNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in interface org.apache.directory.api.ldap.model.message.ExtendedResponse
Gets the OID uniquely identifying this extended response (a.k.a.
getResponseName() - Method in class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
Gets the OID uniquely identifying this extended response (a.k.a.
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.
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.ExtendedRequestImpl
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 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
getResultCode() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Gets the LDAP result code that would be associated with this exception.
getResultCode() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
getResultCode() - Method in interface org.apache.directory.api.ldap.model.message.LdapResult
Gets the result code enumeration associated with the response.
getResultCode() - Method in class org.apache.directory.api.ldap.model.message.LdapResultImpl
Gets the result code enumeration associated with the response.
getResultCode() - Method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
 
getResultCode(int) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
 
getResultCode(Throwable) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Gets an LDAP result code from a Throwable if it can resolve it unambiguously or returns null if it cannot resolve the exception to a single ResultCode.
getResultResponse() - Method in class org.apache.directory.api.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.ExtendedRequestImpl
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.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 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
 
getRuleId() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
 
getSalt() - Method in class org.apache.directory.api.ldap.model.password.PasswordDetails
The salt used to hash the password, null if no salt was used.
getSaslMechanism() - Method in 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(Entry) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Gets the schema.
getSchema(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Gets a schema object based on it's name.
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(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Gets the name of the logical schema the objects of this Schema belong to: e.g.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Gets the name of the logical schema the objects of this Schema belong to: e.g.
getSchemaName(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Gets the name of the schema this schema object is associated with.
getSchemaName() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Gets the name of the schema this SchemaObject is associated with.
getSchemaObject(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Gets the SchemaObject associated with an OID.
getScheme() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
getScope() - Method in class org.apache.directory.api.ldap.model.filter.ScopeNode
Gets the search scope.
getScope() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
getScope() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Gets the search scope parameter enumeration.
getScope() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Gets the search scope parameter enumeration.
getScope() - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
Gets the corresponding scope constant value as defined in RFC 4511.
getScope(String) - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
Gets the SeacrhScope associated with a scope String
getScope() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
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.SortRequestControlImpl
 
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.SortResponseControlImpl
 
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 class org.apache.directory.api.ldap.model.entry.AbstractValue
Get the wrapped value as a String.
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.BinaryValue
Get the user provided value as a String.
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.StringValue
Get the user provided value as a String.
getString() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Get the user provided value as a String.
getString() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
 
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.
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.
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.
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 class org.apache.directory.api.ldap.model.entry.BinaryValue
Get the User Provided value.
getValue() - Method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
 
getValue() - Method in class org.apache.directory.api.ldap.model.entry.StringValue
Get the User Provided value.
getValue() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Get the User Provided value.
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
getValue() - Method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
 
getValue() - Method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
 
getValue() - Method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
 
getValue() - Method in class org.apache.directory.api.ldap.model.name.Ava
Get the Value of a Ava
getValue(String) - Method in class org.apache.directory.api.ldap.model.name.Rdn
Get the value of the Ava which type is given as an argument.
getValue() - Method in class org.apache.directory.api.ldap.model.name.Rdn
Return the User Provided value, as a String
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
 
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
 
getValue() - Method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
 
getValue() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Gets the value.
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.
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
 
GreaterEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
A assertion value node for GreaterOrEqual.
GreaterEqNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.api.ldap.model.filter.GreaterEqNode
Creates a new GreaterOrEqual object.
GreaterEqNode(String, Value<T>) - 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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
Creates a new instance of GuideSyntaxChecker

H

h - Variable in class org.apache.directory.api.ldap.model.entry.AbstractValue
The computed hashcode.
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(AttributeType) - 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(AttributeType) - 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(AttributeType) - 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.
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.
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.BinaryValue
 
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.StringValue
 
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.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.ProxiedAuthzImpl
 
hashCode() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseControlImpl
 
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.ExtendedRequestImpl
hashCode() - Method in class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
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.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
This method is final to forbid the inherited classes to implement it.
hashCode() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
 
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
hasNext() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
hasNext() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Tests to see if another LDIF is on the input channel.
hasObjectClass(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Tells if an entry has some specific ObjectClasses Attributes
hasObjectClass(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Tells if an entry as some specific ObjectClasses values
hasObjectClass(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Tells if an entry has some specific ObjectClasses Attributes
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.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() - 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
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 hexstring = SHARP 1*hexpair If in form, a BER representation can be obtained from converting each of the to the octet indicated by the .
HEXVALUE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
HEXVALUE_OR_SHARP - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
hierarchicalOrdered(List<AttributeType>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
Gets an hierarchical ordered Iterable of the given AttributeTypes.
HOME_DIRECTORY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_DIRECTORY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_PHONE_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_PHONE_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_POSTAL_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_POSTAL_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOME_TELEPHONE_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOST_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOST_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HostTypeEnum - Enum in org.apache.directory.api.ldap.model.url
The type of Host we may have .
HOUSE_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HOUSE_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
HYPEN - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
HYPHEN - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 

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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
Creates a new instance of Ia5StringSyntaxChecker.
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
 
ignoreReferrals() - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Tells the client to ignore referrals instead of throwing exceptions.
ignoreReferrals() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Tells the client to ignore referrals instead of throwing exceptions.
ImmutableAttributeTypeRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the AttributeType registry.
ImmutableAttributeTypeRegistry(AttributeTypeRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableComparatorRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the Comparator registry.
ImmutableComparatorRegistry(ComparatorRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Creates a new immutable ComparatorRegistry instance.
ImmutableDitContentRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the DitContentRule registry.
ImmutableDitContentRuleRegistry(DitContentRuleRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Creates a new instance of ImmutableDitContentRuleRegistry.
ImmutableDitStructureRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the DitStructureRule registry.
ImmutableDitStructureRuleRegistry(DitStructureRuleRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Creates a new instance of ImmutableDitStructureRuleRegistry.
ImmutableEntry - Class in org.apache.directory.api.ldap.model.entry
A default implementation of a ServerEntry which should suite most use cases.
ImmutableEntry(Entry) - Constructor for class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Creates a new instance of DefaultEntry.
ImmutableLdapSyntaxRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the Syntax registry.
ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Creates a new instance of ImmutableLdapSyntaxRegistry.
ImmutableMatchingRuleRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the MatchingRule registry.
ImmutableMatchingRuleRegistry(MatchingRuleRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Creates a new instance of ImmutableMatchingRuleRegistry.
ImmutableMatchingRuleUseRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the MatchingRuleUse registry.
ImmutableMatchingRuleUseRegistry(MatchingRuleUseRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Creates a new instance of ImmutableMatchingRuleUseRegistry.
ImmutableNameFormRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the NameForm registry.
ImmutableNameFormRegistry(NameFormRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Creates a new instance of ImmutableNameFormRegistry.
ImmutableNormalizerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the Normalizer registry.
ImmutableNormalizerRegistry(NormalizerRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Creates a new immutable NormalizerRegistry instance.
ImmutableObjectClassRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the ObjectClass registry.
ImmutableObjectClassRegistry(ObjectClassRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Creates a new instance of ImmutableAttributeTypeRegistry.
ImmutableSyntaxCheckerRegistry - Class in org.apache.directory.api.ldap.model.schema.registries
An immutable wrapper of the SyntaxChecker registry.
ImmutableSyntaxCheckerRegistry(SyntaxCheckerRegistry) - Constructor for class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Creates a new instance of ImmutableSyntaxCheckerRegistry.
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.
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(SchemaManager) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
Initiaize the checker
init(SchemaManager) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
Does nothing.
initialize() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Initializes the SchemaService
INITIALS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
INITIALS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
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
 
INSTANCE - Static variable in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
A static instance of this normalizer
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.
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.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
Creates a new instance of IntegerSyntaxChecker.
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
 
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
 
InvalidCSNException - Exception in org.apache.directory.api.ldap.model.csn
A RuntimeException which is thrown when a wrong string representation is specified to create a new Csn.
InvalidCSNException() - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance.
InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified message and cause.
InvalidCSNException(String) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified message.
InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.csn.InvalidCSNException
Creates a new instance with the specified cause.
InvalidCursorPositionException - Exception in org.apache.directory.api.ldap.model.cursor
Thrown to indicate an illegal position state for a Cursor when a call to get is made.
InvalidCursorPositionException() - Constructor for exception org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException
Creates a new instance of InvalidCursorPositionException.
InvalidCursorPositionException(String) - Constructor for exception org.apache.directory.api.ldap.model.cursor.InvalidCursorPositionException
Creates a new instance of InvalidCursorPositionException.
IP_HOST_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_HOST_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_HOST_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_HOST_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETMASK_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETMASK_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_NETWORK_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_PROTOCOL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PORT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PORT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PROTOCOL_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
IP_SERVICE_PROTOCOL_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
isAbandoned() - Method in 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
 
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.
isAncestorOf(String) - Method in class org.apache.directory.api.ldap.model.name.Dn
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor of dc=example, dc=com
isAncestorOf(Dn) - Method in class org.apache.directory.api.ldap.model.name.Dn
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor of dc=example, dc=com
isAncestorOf(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Checks to see if this AttributeType is the ancestor of another attributeType.
isAttributeNameValid(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Tells if an AttributeType name is valid or not.
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
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() - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
Tells if the control is critical or not.
isCritical() - Method in interface org.apache.directory.api.ldap.model.message.Control
Tells if the control is critical or not.
isCritical() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
Get the criticality
isCritical() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Checks if is critical.
isDefaultSuccess() - Method in 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.
isDisabled() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is disabled.
isDisabled() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
Checks whether or not this schema is enabled or disabled.
isDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.registries.Schema
Checks whether or not this schema is enabled or disabled.
isDisabled(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is disabled
isDisabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Tells if this SchemaObject is disabled.
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
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(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled(Schema) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Tells if the given Schema is enabled
isEnabled() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Tells if this SchemaObject is enabled.
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
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
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.BinaryValue
Tells if the current value 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.StringValue
Tells if the current value is Human Readable
isHumanReadable() - Method in interface org.apache.directory.api.ldap.model.entry.Value
Tells if the current value is Human Readable
isHumanReadable - Variable in class org.apache.directory.api.ldap.model.schema.LdapSyntax
the human readable flag
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 class org.apache.directory.api.ldap.model.entry.AbstractValue
Check if the value is stored into an instance of the given AttributeType, or one of its ascendant.
isInstanceOf(AttributeType) - Method in interface org.apache.directory.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 interface 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() - 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
 
isNotificationEnabled(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
isNull() - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Check if the contained value is null or not
isNull() - Method in interface 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
isPrefix() - Method in class org.apache.directory.api.ldap.model.filter.BranchNormalizedVisitor
 
isPrefix() - Method in interface org.apache.directory.api.ldap.model.filter.FilterVisitor
Determines whether the visitation order is prefix or postfix.
isPwdExpired(String, int) - 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.syntaxes.AntlrSchemaParser
 
isReadOnly - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Whether or not this SchemaObject can be modified
isReadOnly() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Tells if this SchemaObject is ReadOnly.
isReadOnly() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Tells if this SchemaObject is ReadOnly.
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() - 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() - 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.AbstractValue
Tells if the value is schema aware or not.
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 interface org.apache.directory.api.ldap.model.entry.Value
Tells if the value is schema aware or not.
isSchemaAware - Variable in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
A flag set to true if the Node is Schema aware
isSchemaAware() - Method in class org.apache.directory.api.ldap.model.filter.AbstractExprNode
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.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() - 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(String) - Static method in class org.apache.directory.api.ldap.model.csn.Csn
Check if the given String is a valid CSN.
isValid(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.entry.AbstractValue
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
isValid(AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Checks to see if this attribute is valid along with the values it contains.
isValid(AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Checks to see if this attribute is valid along with the values it contains.
isValid(SyntaxChecker) - Method in interface org.apache.directory.api.ldap.model.entry.Value
Uses the syntaxChecker associated with the attributeType to check if the value is valid.
isValid(String) - Static method in class org.apache.directory.api.ldap.model.name.Dn
Check if a DistinguishedName is syntactically valid.
isValid(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Validate a NameComponent :
isValid() - Method in class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
Test that the FQCN is equal to the instance's name.
isValid(String) - Static method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
A shared and static method used to check that the string is a BitString.
isValidateDn() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
 
isValidInet4Address(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Validates an IPv4 address.
isValidInet6Address(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
This code source was taken from commons.validator 1.5.0 Validates an IPv6 address.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.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.AccessPointSyntaxChecker
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.AudioSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
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.CertificateListSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
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.DataQualitySyntaxSyntaxChecker
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.DlSubmitPermissionSyntaxChecker
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.EnhancedGuideSyntaxChecker
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.FaxSyntaxChecker
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.GuideSyntaxChecker
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.MasterAndShadowAccessPointSyntaxChecker
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.MhsOrAddressSyntaxChecker
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.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.OctetStringSyntaxChecker
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.PresentationAddressSyntaxChecker
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.ProtocolInformationSyntaxChecker
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.SubstringAssertionSyntaxChecker
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.SupplierAndConsumerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
Determines if the attribute's value conforms to the attribute syntax.
isValidSyntax(Object) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
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() - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Checks to see if the Ldap v3 protocol is used.
isVersion3() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Checks to see if the Ldap v3 protocol is used.
isVisible() - Method in interface org.apache.directory.api.ldap.model.message.controls.Subentries
Check if the subEntry is visible
isVisible() - Method in class org.apache.directory.api.ldap.model.message.controls.SubentriesImpl
returns Tells if the Subentry values are visible or not
item() - Method in class org.apache.directory.api.ldap.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.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
Creates a new instance of JavaByteSyntaxChecker.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
Creates a new instance of JavaIntegerSyntaxChecker.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
Creates a new instance of JavaLongSyntaxChecker.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
Creates a new instance of JavaShortSyntaxChecker.
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.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
Creates a new instance of JpegSyntaxChecker.

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
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.
latestBytesMap - Variable in class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
The latest anonymized byte[] value map
LBRACKET - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
LCURLY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
LDAP_ROOT_DSE_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_ROOT_DSE_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SCHEMA_DEFINITION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SCHEMA_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SCHEME - Static variable in class org.apache.directory.api.ldap.model.url.LdapUrl
The constant for "ldap://" scheme.
LDAP_SYNTAX_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SYNTAXES_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LDAP_SYNTAXES_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LdapAdminLimitExceededException - Exception in org.apache.directory.api.ldap.model.exception
A LdapTimeLimitExceededException which associates a resultCode namely the ResultCodeEnum.ADMIN_LIMIT_EXCEEDED resultCode with the exception.
LdapAdminLimitExceededException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException
Creates a new instance of LdapAdminLimitExceededException.
LdapAdminLimitExceededException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAdminLimitExceededException
Creates a new instance of LdapAdminLimitExceededException.
LdapAffectMultipleDsaException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.AFFECTS_MULTIPLE_DSAS value with the type.
LdapAffectMultipleDsaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
Creates a new instance of LdapAffectMultipleDsaException.
LdapAffectMultipleDsaException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAffectMultipleDsaException
Creates a new instance of LdapAffectMultipleDsaException.
LdapAliasDereferencingException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM value with the type.
LdapAliasDereferencingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
Creates a new instance of LdapAliasDereferencingException.
LdapAliasDereferencingException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasDereferencingException
Creates a new instance of LdapAliasDereferencingException.
LdapAliasException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.ALIAS_PROBLEM value with the type.
LdapAliasException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
Creates a new instance of LdapAliasException.
LdapAliasException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAliasException
Creates a new instance of LdapAliasException.
LdapAttributeInUseException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
Creates a new instance of LdapAttributeInUseException.
LdapAttributeInUseException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAttributeInUseException
Creates a new instance of LdapAttributeInUseException.
LdapAuthenticationException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.INVALID_CREDENTIALS value with the type.
LdapAuthenticationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
Creates a new instance of LdapAuthenticationException.
LdapAuthenticationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationException
Creates a new instance of LdapAuthenticationException.
LdapAuthenticationNotSupportedException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of the LdapOperationException carrying along an unequivocal ResultCodeEnum value.
LdapAuthenticationNotSupportedException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
Creates a new instance of LdapAuthenticationNotSupportedException.
LdapAuthenticationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapAuthenticationNotSupportedException
Creates a new instance of LdapAuthenticationNotSupportedException.
LdapCannotCancelException - Exception in org.apache.directory.api.ldap.model.exception
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<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
ldapComparator - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
The associated Comparator
ldapComparator() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for comparator descriptions.
LdapComparatorDescription - Class in org.apache.directory.api.ldap.model.schema.parsers
An ApacheDS specific schema description for a Comparator.
LdapComparatorDescription(String) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
A constructor for a LdapComparatorDescription.
LdapComparatorDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for ApacheDS comparator descriptions.
LdapComparatorDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Creates a schema parser instance.
LdapConfigurationException - Exception in org.apache.directory.api.ldap.model.exception
A LdapException which associates a resultCode namely the ResultCodeEnum.OTHER resultCode with the exception.
LdapConfigurationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConfigurationException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapConfigurationException
Creates a new instance of LdapConfigurationException.
LdapConstants - Class in org.apache.directory.api.ldap.model.constants
A list of LDAP constants
LdapContextNotEmptyException - Exception in org.apache.directory.api.ldap.model.exception
A LdapContextNotEmptyException which contains an LDAP result code.
LdapContextNotEmptyException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
Creates a new instance of LdapContextNotEmptyException.
LdapContextNotEmptyException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapContextNotEmptyException
Creates a new instance of LdapContextNotEmptyException.
LdapEntryAlreadyExistsException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which contains LDAP specific information such as a result code.
LdapEntryAlreadyExistsException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
Creates a new instance of LdapEntryAlreadyExistsException.
LdapEntryAlreadyExistsException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException
Creates a new instance of LdapEntryAlreadyExistsException.
LdapException - Exception in org.apache.directory.api.ldap.model.exception
An class for exceptions which add LDAP specific information to Exceptions.
LdapException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapException
Creates a new instance of LdapException.
LdapInvalidAttributeTypeException - Exception in org.apache.directory.api.ldap.model.exception
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, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException
Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidDnException - Exception in org.apache.directory.api.ldap.model.exception
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, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
Creates a new instance of LdapInvalidDnException.
LdapInvalidSearchFilterException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.INAPPROPRIATE_MATCHING value with the type.
LdapInvalidSearchFilterException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
Creates a new instance of LdapInvalidSearchFilterException.
LdapInvalidSearchFilterException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapInvalidSearchFilterException
Creates a new instance of LdapInvalidSearchFilterException.
LdapLdifException - Exception in org.apache.directory.api.ldap.model.ldif
An exception throws when we get an error while parsing a LDIF file.
LdapLdifException(String) - Constructor for exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
LdapLdifException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
LdapLoopDetectedException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.LOOP_DETECT value with the type.
LdapLoopDetectedException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
Creates a new instance of LdapLoopDetectedException.
LdapLoopDetectedException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapLoopDetectedException
Creates a new instance of LdapLoopDetectedException.
LdapNoPermissionException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS resultCode with the exception.
LdapNoPermissionException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
Creates a new instance of LdapNoPermissionException.
LdapNoPermissionException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
Creates a new instance of LdapNoPermissionException.
LdapNoSuchAttributeException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which holds the LDAP resultCode associated with the exception.
LdapNoSuchAttributeException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchAttributeException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchAttributeException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException
Creates a new instance of LdapNoSuchAttributeException.
LdapNoSuchObjectException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException holding LDAP specific information such as the LDAP ResultCode.
LdapNoSuchObjectException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
Creates a new instance of LdapNoSuchObjectException.
LdapNoSuchObjectException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException
Creates a new instance of LdapNoSuchObjectException.
LdapNoSuchOperationException - Exception in org.apache.directory.api.ldap.model.exception
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 the ResultCodeEnum.OPERATIONS_ERROR value with the type.
LdapOperationErrorException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationErrorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationErrorException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
Creates a new instance of LdapOperationErrorException.
LdapOperationException - Exception in org.apache.directory.api.ldap.model.exception
An class for LDAP operation exceptions which add LDAP specific information to Exceptions.
LdapOperationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOperationException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOperationException
Creates a new instance of LdapOperationException.
LdapOtherException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.OTHER value with the type.
LdapOtherException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapOtherException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapOtherException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapOtherException
Creates a new instance of LdapOtherException.
LdapPartialResultException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapPartialResultException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapPartialResultException
Creates a new instance of LdapPartialResultException.
LdapProtocolErrorException - Exception in org.apache.directory.api.ldap.model.exception
A subclass of LdapOperationException which associates the ResultCodeEnum.PROTOCOL_ERROR value with the type.
LdapProtocolErrorException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapProtocolErrorException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapProtocolErrorException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
Creates a new instance of LdapProtocolErrorException.
LdapReferralException - Exception in org.apache.directory.api.ldap.model.exception
A LdapOperationException which associates a resultCode namely the ResultCodeEnum.REFERRAL resultCode with the exception.
LdapReferralException(Collection<String>) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Creates a new instance of LdapReferralException.
LdapReferralException(Collection<String>, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Creates a new instance of LdapReferralException.
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(LdapSchemaExceptionCodes) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaException(LdapSchemaExceptionCodes, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
 
LdapSchemaException(LdapSchemaExceptionCodes, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaException
Creates a new instance of LdapSchemaException.
LdapSchemaExceptionCodes - Enum in org.apache.directory.api.ldap.model.exception
This enum contains all the various codes that can be used to report issues during the integrity check of the schema by the SchemaManager.
LdapSchemaViolationException - Exception in org.apache.directory.api.ldap.model.exception
Makes a LdapOperationException unambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.
LdapSchemaViolationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
Creates a new instance of LdapSchemaViolationException.
LdapSchemaViolationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
 
LdapSchemaViolationException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapSchemaViolationException
Creates a new instance of LdapSchemaViolationException.
LdapSecurityConstants - Enum in org.apache.directory.api.ldap.model.constants
An enum to store all the security constants used in the server
LdapServiceUnavailableException - Exception in org.apache.directory.api.ldap.model.exception
LDAP specific LdapOperationException that preserves resultCode resolution.
LdapServiceUnavailableException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
Creates a new instance of LdapServiceUnavailableException.
LdapServiceUnavailableException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapServiceUnavailableException
Creates a new instance of LdapServiceUnavailableException.
LdapSizeLimitExceededException - Exception in org.apache.directory.api.ldap.model.exception
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 the ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.
LdapStrongAuthenticationRequiredException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapStrongAuthenticationRequiredException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapSyntax - Class in org.apache.directory.api.ldap.model.schema
A syntax definition.
LdapSyntax(String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
LdapSyntax(String, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.schema.LdapSyntax
Creates a Syntax object using a unique OID.
ldapSyntax - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
The associated LdapSyntax
ldapSyntaxDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching ldap syntax descriptions.
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 descripton syntax according to RFC 4512, par 4.2.2:
LdapSyntaxDescriptionSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
Creates a new instance of LdapSyntaxDescriptionSyntaxChecker.
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.
ldapSyntaxOid - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
The associated LdapSyntax OID
LdapSyntaxRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An LdapSyntax registry service interface.
ldapSyntaxRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The LdapSyntax registry
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.
LdapTooLateException - Exception in org.apache.directory.api.ldap.model.exception
A LdapTooLateException which associates a resultCode namely the ResultCodeEnum.TOO_LATE resultCode with the exception.
LdapTooLateException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTooLateException
Creates a new instance of LdapTooLateException.
LdapTooLateException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapTooLateException
Creates a new instance of LdapTooLateException.
LdapUnknownException - Exception in org.apache.directory.api.ldap.model.exception
A LdapUnknownException which associates a resultCode, namely the ResultCodeEnum.UNKNOWN resultCode with the exception.
LdapUnknownException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
Creates a new instance of LdapUnknownException.
LdapUnknownException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnknownException
Creates a new instance of LdapUnknownException.
LdapUnwillingToPerformException - Exception in org.apache.directory.api.ldap.model.exception
An LDAPException that extends the LdapOperationException carrying with it the corresponding result codes for this condition.
LdapUnwillingToPerformException() - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException, with a default ResultCode to UNWILING_TO_PERFORM.
LdapUnwillingToPerformException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
 
LdapUnwillingToPerformException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
Creates a new instance of LdapUnwillingToPerformException.
LdapUriException - Exception in org.apache.directory.api.ldap.model.exception
The URI parsing and escape encoding exception.
LdapUriException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapUriException
The constructor with a reason string argument.
LdapUrl - Class in org.apache.directory.api.ldap.model.url
Decodes a LdapUrl, and checks that it complies with the RFC 4516.
LdapUrl() - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl
Construct an empty LdapUrl
LdapUrl(String) - Constructor for class org.apache.directory.api.ldap.model.url.LdapUrl
Create a new LdapUrl from a String after having parsed it.
LdapUrl.Extension - Class in org.apache.directory.api.ldap.model.url
An inner bean to hold extension information.
LdapURLEncodingException - Exception in org.apache.directory.api.ldap.model.exception
Thrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.
LdapURLEncodingException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
Creates a LdapStringEncodingException
LdapURLEncodingException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
Creates a LdapStringEncodingException
LDIF_ENTRY - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
Type of element read : ENTRY
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> ::= '.' <number> <oid> | e <attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e <value-spec-e> ::= <value-spec> | e <value-spec> ::= ':' <fill> <safe-string-e> | "::" <fill> <base64-chars> | ":<" <fill> <url> <attributeType> ::= <number> <oid> | <alpha> <chars-e> <options-e> ::= ';' <char> <chars-e> <options-e> |e <chars-e> ::= <char> <chars-e> | e <changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> | "delete" <sep> | "modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | "moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> | "modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> <newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars> <newsuperior-e> ::= "newsuperior" <newrdn> | e <mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e <mod-type> ::= "add:" | "delete:" | "replace:" <url> ::= <a Uniform Resource Locator, as defined in [6]> LEXICAL ------- <fill> ::= ' ' <fill> | e <char> ::= <alpha> | <digit> | '-' <number> ::= <digit> <digits> <0-1> ::= '0' | '1' <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' <seps> ::= <sep> <seps-e> <seps-e> ::= <sep> <seps-e> | e <sep> ::= 0x0D 0x0A | 0x0A <spaces> ::= ' ' <spaces-e> <spaces-e> ::= ' ' <spaces-e> | e <safe-string-e> ::= <safe-string> | e <safe-string> ::= <safe-init-char> <safe-chars> <safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] <safe-chars> ::= <safe-char> <safe-chars> | e <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F] <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | e <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A] <alpha> ::= [0x41-0x5A] | [0x61-0x7A] COMMENTS -------- - The ldap-oid VN is not correct in the RFC-2849.
LdifAttributesReader() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
Constructors
LdifControl - Class in org.apache.directory.api.ldap.model.ldif
The LdifControl class stores a control defined for an entry found in a LDIF file.
LdifControl() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifControl
Create a new Control
LdifControl(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifControl
Create a new Control
LdifEntry - Class in org.apache.directory.api.ldap.model.ldif
A entry to be populated by an ldif parser.
LdifEntry() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a new LdifEntry object.
LdifEntry(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a new schema aware LdifEntry object.
LdifEntry(Entry) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a new LdifEntry object, storing an Entry
LdifEntry(Dn, Object...) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a LdifEntry using a list of strings representing the Ldif element
LdifEntry(String, Object...) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifEntry
Creates a LdifEntry using a list of strings representing the Ldif element
LdifReader - Class in org.apache.directory.api.ldap.model.ldif
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> <ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e> <ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e <ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e <dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string> <controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e <criticality> ::= "true" | "false" | e <oid> ::= '.' <number> <oid> | e <attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e <value-spec-e> ::= <value-spec> | e <value-spec> ::= ':' <fill> <safe-string-e> | "::" <fill> <base64-chars> | ":<" <fill> <url> <attributeType> ::= <number> <oid> | <alpha> <chars-e> <options-e> ::= ';' <char> <chars-e> <options-e> |e <chars-e> ::= <char> <chars-e> | e <changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> | "delete" <sep> | "modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | "moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> | "modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> <newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars> <newsuperior-e> ::= "newsuperior" <newrdn> | e <mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e <mod-type> ::= "add:" | "delete:" | "replace:" <url> ::= <a Uniform Resource Locator, as defined in [6]> LEXICAL ------- <fill> ::= ' ' <fill> | e <char> ::= <alpha> | <digit> | '-' <number> ::= <digit> <digits> <0-1> ::= '0' | '1' <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' <seps> ::= <sep> <seps-e> <seps-e> ::= <sep> <seps-e> | e <sep> ::= 0x0D 0x0A | 0x0A <spaces> ::= ' ' <spaces-e> <spaces-e> ::= ' ' <spaces-e> | e <safe-string-e> ::= <safe-string> | e <safe-string> ::= <safe-init-char> <safe-chars> <safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] <safe-chars> ::= <safe-char> <safe-chars> | e <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F] <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | e <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A] <alpha> ::= [0x41-0x5A] | [0x61-0x7A] COMMENTS -------- - The ldap-oid VN is not correct in the RFC-2849.
LdifReader() - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
Constructors
LdifReader(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
Constructors
LdifReader(String) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a file name.
LdifReader(Reader) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a Reader.
LdifReader(InputStream) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes an InputStream.
LdifReader(File) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a File.
LdifReader(File, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.ldif.LdifReader
A constructor which takes a File and a SchemaManager.
LdifRevertor - Class in org.apache.directory.api.ldap.model.ldif
A helper class which provides methods to reverse a LDIF modification operation.
LdifUtils - Class in org.apache.directory.api.ldap.model.ldif
Some LDIF helper methods.
LDIGIT - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
LDIGIT - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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(AttributeType, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.LeafNode
Creates a leaf node.
LeafNode(String, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.LeafNode
Creates a leaf node.
LEN - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
LEN - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
length() - Method in class org.apache.directory.api.ldap.model.entry.BinaryValue
 
length() - Method in class org.apache.directory.api.ldap.model.entry.StringValue
 
length() - Method in interface org.apache.directory.api.ldap.model.entry.Value
 
LessEqNode<T> - Class in org.apache.directory.api.ldap.model.filter
A assertion value node for LessOrEqual.
LessEqNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
LessEqNode(String, Value<T>) - Constructor for class org.apache.directory.api.ldap.model.filter.LessEqNode
Creates a new LessEqNode object.
lexer - Variable in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
the antlr generated lexer being wrapped
lineNumber - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
the numer of the current line being parsed by the reader
lines - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
A list of read lines
ListCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
A simple implementation of a Cursor on a List.
ListCursor(Comparator<E>, int, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
ListCursor(int, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
ListCursor(List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
ListCursor(Comparator<E>, List<E>, int) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a specific upper (exclusive) bound: the lower (inclusive) bound defaults to 0.
ListCursor(int, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
ListCursor(Comparator<E>, int, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor with a lower (inclusive) bound: the upper (exclusive) bound is the size of the list.
ListCursor(List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
ListCursor(Comparator<E>, List<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
ListCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without any elements.
ListCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.ListCursor
Creates a new ListCursor without any elements.
listDependentSchemaNames(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Get the list of Schema names which has the given schema name as a dependence
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(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries.
load(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries.
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, String) - Constructor for class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
Constructor to use when the OID is known in advance.
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.
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(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specified schema
loadAttributeTypes(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their name
loadComparators(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
loadComparators(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema.
loadComparators(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Comparators read from the underlying storage for a list of specific schema, using their name
loadDisabled(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDisabled(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the Registries, even if they are disabled.
loadDitContentRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitContentRules(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specific schema.
loadDitContentRules(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of DitContentRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
loadDitStructureRules(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specific schema.
loadDitStructureRules(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of DitStructureRules read from the underlying storage for a list of specified schema names
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(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema
loadMatchingRules(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their name
loadMatchingRuleUses(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadMatchingRuleUses(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.
loadMatchingRuleUses(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema names
loadNameForms(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNameForms(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specific schema.
loadNameForms(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of NameForms read from the underlying storage for a list of specified schema names
loadNormalizers(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadNormalizers(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema
loadNormalizers(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Normalizers read from the underlying storage for a list of specified schema names
loadObjectClasses(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadObjectClasses(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specific schema.
loadObjectClasses(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of ObjectClasses read from the underlying storage for a list of specified schema names
loadRelaxed(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load Schemas into the registries, even if there are some errors in the schemas.
loadSyntaxCheckers(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxCheckers(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema
loadSyntaxCheckers(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema names
loadSyntaxes(String...) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadSyntaxes(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema
loadSyntaxes(String...) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Build a list of Syntaxes read from the underlying storage for a list of specified schema names
loadWithDeps(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDeps(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
loadWithDepsRelaxed(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Load some Schemas into the registries, and loads all of the schemas they depend on.
LOCALITY_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOCALITY_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOCALITY_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
LOCALITY_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
lock() - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Transform the SchemaObject to an immutable object TODO locked.
lock() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Transform the SchemaObject to an immutable object TODO locked.
locked - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
A locked to avoid modifications when set to true
LOG - Static variable in class org.apache.directory.api.ldap.model.entry.AbstractValue
logger for reporting errors that might not be handled properly upstream
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.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.parsers.AbstractSchemaParser
The LoggerFactory used by this class
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
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(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Looks up an dITStructureRule by its unique Object IDentifier or by its name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
lookup(String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Looks up a SchemaObject by its unique Object Identifier or by name.
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
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
 
LPAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
LPAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
LPAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
lutf1() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3: LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F The rule LUTF1_REST doesn't contain the following charcters, so we must check them additionally EQUALS (0x3D) HYPHEN (0x2D) UNDERSCORE (0x5F) DIGIT (0x30-0x39) ALPHA (0x41-0x5A and 0x61-0x7A)
LUTF1_REST - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 

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
 
mABSTRACT(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Creates a new instance of MailPreferenceSyntaxChecker.
MailPreferenceSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
Creates a new instance of MailPreferenceSyntaxChecker.
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.
mAPPLIES(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
Create a new instance of MasterAndShadowAccessPointSyntaxChecker
matchedProduction(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ConsoleParserMonitor
 
matchedProduction(String) - Method in interface org.apache.directory.api.ldap.model.schema.parsers.ParserMonitor
Called when a production matched.
matchedProduction(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ParserMonitorAdapter
Called when a production matched.
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 - 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.
matchingRuleDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching rule descriptions.
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 descripton syntax according to RFC 4512, par 4.2.3:
MatchingRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
Creates a new instance of MatchingRuleDescriptionSchemaParser.
MatchingRuleEnum - Enum in org.apache.directory.api.ldap.model.schema
Type safe enum for a matching rule's comparator and normalizer component usage string.
MatchingRuleHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an MatchingRule in relation with the Registries and SchemaManager.
MatchingRuleRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An AttributeType registry service interface.
matchingRuleRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The MatchingRule registry
matchingRulesMatch(MatchingRule, MatchingRule) - Static method in class org.apache.directory.api.ldap.model.schema.parsers.ParserDescriptionUtils
Checks to see if two matchingRule match exactly.
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
matchingRuleUseDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching rule use descriptions.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
Creates a new instance of MatchingRuleUseDescriptionSchemaParser.
MatchingRuleUseHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with a MatchingRuleUse in relation with the Registries and SchemaManager.
MatchingRuleUseRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
A MatchingRuleUse registry service interface.
matchingRuleUseRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The MatchingRuleUse registry
mATTRIBUTETYPE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mAUX(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mAUX_OR_AUXILIARY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mAUXILIARY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MAY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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.ObjectClass
The list of allowed AttributeTypes
mBYTECODE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mBYTECODE_VALUE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mCHAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mCOLLECTIVE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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
 
MD5_LENGTH - Static variable in class org.apache.directory.api.ldap.model.password.PasswordUtil
The MD5 hash length
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
 
mDESC(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDESCR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mDESCR_OR_QUIRKS_DESCR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mDIRECTORY_OPERATION(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDISTRIBUTED_OPERATION(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mDOLLAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mDSA_OPERATION(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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
 
mEQUALITY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mEQUALS(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
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 - 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.
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.
mEXTENSION(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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
 
mFORM(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_IDENTIFIER(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_LETTER(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_LETTERORDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mFQCN_VALUE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.MhsOrAddressSyntaxChecker
Creates a new instance of MHSORAddressSyntaxChecker.
mHYPEN(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mHYPHEN(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
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
 
mLANGLE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mLBRACKET(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mLCURLY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mLDIGIT(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mLEN(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mLEN(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLPAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mLPAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mLPAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mLUTF1_REST(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
RFC 4514, Section 3: LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F To avoid nondeterminism the following rules are excluded.
mMAY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mMUST(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNAME(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNO_USER_MODIFICATION(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNOT(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mNUMBER(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mNUMBER2(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mOBJECTCLASS(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOBJECTIDENTIFIER(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOBSOLETE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOC(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MOD_SPEC - Static variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
State values for the modify operation : MOD_SPEC
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.
ModificationOperation - Enum in org.apache.directory.api.ldap.model.entry
An enum storing the different modification operation which can be used in a Modification.
MODIFIERS_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MODIFIERS_NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
MODIFY_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Modify ordinal value
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
 
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.
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.
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_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
ModRDN ordinal value
monitor - Variable in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
the monitor to use for this parser
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
 
mORDERING(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mOTHER(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mPLUS(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mQDSTRING(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mQUIRKS_DESCR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mQUOTE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mQUOTED_STRING(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mQUOTED_STRING(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mRANGLE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mRBRACKET(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mRCURLY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
mRPAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mRPAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mRPAR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mSINGLE_VALUE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
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
 
mSTARTNUMERICOID(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSTRUCTURAL(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSUBSTR(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSUP(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mSYNTAX(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mUNDERSCORE(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mUNQUOTED_STRING(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mUSAGE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mUSER_APPLICATIONS(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
MUST - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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.ObjectClass
The list of required AttributeTypes
MutableAttributeType - Class in org.apache.directory.api.ldap.model.schema
An attributeType specification.
MutableAttributeType(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Creates a AttributeType object using a unique OID.
MutableMatchingRule - Class in org.apache.directory.api.ldap.model.schema
A matchingRule definition.
MutableMatchingRule(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
Creates a new instance of MatchingRule.
MutableObjectClass - Class in org.apache.directory.api.ldap.model.schema
An objectClass definition.
MutableObjectClass(String) - Constructor for class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Creates a new instance of MatchingRuleUseDescription
mUTFMB(boolean) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
mVALUE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mVALUE(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mVALUES(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mVALUES(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mWHSP(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mWHSP(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
mWHSP(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
mWHSP(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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
 
mXKEY(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mXSTRING(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
mXVALUES(boolean) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 

N

name - Variable in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
The schema name
NAME - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
NAME_AND_OPTIONAL_UID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORM - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORM_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORMS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORMS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_FORMS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NAME_OR_NUMERIC_ID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NameAndOptionalUIDSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Name and Optional UID.
NameAndOptionalUIDSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
Creates a new instance of NameAndOptionalUIDSyntaxChecker.
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.
nameFormDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for name form descriptions.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
NameFormHelper - Class in org.apache.directory.api.ldap.model.schema.registries.helper
An helper class used to store all the methods associated with an NameForm in relation with the Registries and SchemaManager.
NameFormRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
An NameForm registry service interface.
nameFormRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The NameForm registry
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
 
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.
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.
nextToken() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
nextToken() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
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_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
 
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_USER_MODIFICATION - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
noidlen(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
noidlen() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
noidlen = numericoid [ LCURLY len RCURLY ] len = number
NONE_ORDINAL - Static variable in enum org.apache.directory.api.ldap.model.ldif.ChangeType
None ordinal value
NoOpNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
No op (pass through or do nothing) normalizer returning what its given.
NoOpNormalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Creates a new instance of NoOpNormalizer.
NoOpNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer
Default constructor for NoOpNormalizer used when we must set the OID after instantiating the Normalizer.
normalize(SchemaManager) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
Normalize the ReturningAttributes.
normalize() - Method in class org.apache.directory.api.ldap.model.name.Ava
A Normalized String representation of a Ava : type is trimed and lowercased value is trimed and lowercased, and special characters are escaped if needed.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.BooleanNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DefaultStringNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DefaultStringNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Gets the normalized value.
normalize(Dn) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.DnNormalizer
Normalize a Dn
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
Gets the normalized value.
normalize(Value<?>) - 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.NoOpNormalizer
Returns the value argument as-is without alterations all the time.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value.
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Gets the normalized value.
normalize(Value<?>) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
 
normalize(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
 
normalize(String, PrepareString.StringType) - Static method in class org.apache.directory.api.ldap.model.schema.PrepareString
We have to go through 6 steps : 1) Transcode 2) Map 3) Normalize 4) Prohibit 5) Bidi 6) Insignifiant Character Handling The first step is already done, the step (3) is not done.
normalizeByName(String, String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByName(String, byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByName(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByName(String, byte[]) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.
normalizeByOid(String, String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, byte[]) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizeByOid(String, byte[]) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes an attribute's value given the OID of the attribute.
normalizedValue - Variable in class org.apache.directory.api.ldap.model.entry.AbstractValue
the canonical representation of the user provided value
normalizeName(String) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
 
normalizeName(String) - Method in interface org.apache.directory.api.ldap.model.schema.normalizers.NameComponentNormalizer
Normalizes the attribute name/alias to use the OID for it instead.
NORMALIZER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
normalizer - Variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
The associated Normalizer
Normalizer - Class in org.apache.directory.api.ldap.model.schema
Converts attribute values to a canonical form.
Normalizer(String) - Constructor for class org.apache.directory.api.ldap.model.schema.Normalizer
The Normalizer base constructor.
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 - Variable in class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
The underlying decorated Normalizer
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
normalizerDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for normalizer descriptions.
NormalizerDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for ApacheDS normalizer descriptions.
NormalizerDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Creates a schema parser instance.
NormalizerMappingResolver<E extends Normalizer> - Interface in org.apache.directory.api.ldap.model.schema
A class is used to resolve the normalizer mapping hash used for normalization.
NormalizerRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
Normalizer registry service class.
normalizerRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The Normalizer registry
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NormalizerSyntaxChecker
Creates a new instance of NormalizerSyntaxChecker.
normalizeString(String) - Static method in class org.apache.directory.api.ldap.model.schema.normalizers.DefaultStringNormalizer
Normalize the given String
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, Normalizer, LdapComparator<String>) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
A comparator which normalizes a value first before comparing them.
NOT - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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_EQUAL - Static variable in class org.apache.directory.api.ldap.model.name.Dn
Value returned by the compareTo method if values are not equals
NoticeOfDisconnect - Class in org.apache.directory.api.ldap.model.message.extended
An extended operation intended for notifying clients of upcoming disconnection.
NotNode - Class in org.apache.directory.api.ldap.model.filter
Node representing an Not connector in a filter operation
NotNode(List<ExprNode>) - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
Creates a NotNode using a logical NOT operator and a list of children.
NotNode(ExprNode) - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
Creates a NotNode using a logical NOT operator and the given child.
NotNode() - Constructor for class org.apache.directory.api.ldap.model.filter.NotNode
Creates an empty NotNode
NotRefinement - Class in org.apache.directory.api.ldap.model.subtree
A class holding a NOT refinement, as defined in RFC 3672
NotRefinement(Refinement) - Constructor for class org.apache.directory.api.ldap.model.subtree.NotRefinement
 
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.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
NUMBER2 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
Creates a new instance of NumberSyntaxChecker.
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_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_ORDERING_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NUMERIC_STRING_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
NumericNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalize Numeric Strings
NumericNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.NumericNormalizer
Creates a new instance of NumericNormalizer.
numericoid() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4512 Section 1.4 numericoid = number 1*( DOT number ) number = DIGIT / ( LDIGIT 1*DIGIT ) DIGIT = %x30 / LDIGIT ; "0"-"9" LDIGIT = %x31-39 ; "1"-"9"
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
numericoid(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
numericoid() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
numericoid = number 1*( DOT number )
NUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
Creates a new instance of NumericOidSyntaxChecker.
NumericStringComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A class for the numericStringOrderingMatch matchingRule (RFC 4517, par.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
Creates a new instance of NumericStringSyntaxChecker.

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_CLASS - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OBJECT_CLASS_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_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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
objectClassDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for matching object class descriptions.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
Creates a new instance of ObjectClassDescriptionSyntaxChecker.
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.
ObjectClassNode - Class in org.apache.directory.api.ldap.model.filter
An empty class used for the (ObjectClass=*) node.
ObjectClassRegistry - Interface in org.apache.directory.api.ldap.model.schema.registries
ObjectClass registry service interface.
objectClassRegistry - Variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
The ObjectClass registry
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
 
ObjectClassTypeEnum - Enum in org.apache.directory.api.ldap.model.schema
Type safe enumerations for an objectClass' type.
ObjectClassTypeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A syntax checker which checks to see if an objectClass' type is either: AUXILIARY, STRUCTURAL, or ABSTRACT.
ObjectClassTypeSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
Creates a new instance of ObjectClassTypeSyntaxChecker.
OBJECTIDENTIFIER - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
ObjectIdentifierComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for the objectIdentifierMatch matchingRule.
ObjectIdentifierComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierComparator
The ObjectIdentifierComparator constructor.
ObjectIdentifierFirstComponentComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for Comparators.
ObjectIdentifierFirstComponentComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
The ObjectIdentifierFirstComponentComparator constructor.
ObjectIdentifierNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A normalizer for the objectIdentifierMatch matching rule.
ObjectIdentifierNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.ObjectIdentifierNormalizer
Creates a new instance of ObjectIdentifierNormalizer.
ObjectNameSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a name is valid for an ObjectClass or an AttributeType

<m-name> = <keystring>
<keystring> = <leadkeychar> *<keychar>
<leadkeychar> = <ALPHA>
<keychar> = <ALPHA> / <DIGIT> / <HYPHEN> / <SEMI>
<ALPHA> = %x41-5A / %x61-7A ; "A"-"Z" / "a"-"z"
<DIGIT> = %x30 / <LDIGIT ; "0"-"9"
<LDIGIT> = %x31-39 ; "1"-"9"
<HYPHEN> = %x2D ; hyphen ("-")
<SEMI> = %x3B ; semicolon (";")
ObjectNameSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
Creates a new instance of ObjectNameSyntaxChecker.
objectType - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
The SchemaObjectType
OBSOLETE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
OC - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
Creates a new instance of OctetStringSyntaxChecker.
OctetStringSyntaxChecker(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
Creates a new instance of OctetStringSyntaxChecker, with a specific OID
offset - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
the current offset of the reader
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 - Variable in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
The SchemaObject numeric OID
oid(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
oid() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
oid = descr / numericoid numericoid = number 1*( DOT number ) descr = keystring keystring = leadkeychar *keychar leadkeychar = ALPHA keychar = ALPHA / DIGIT / HYPHEN number = DIGIT / ( LDIGIT 1*DIGIT )
oid() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
oid() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
OID_LEN_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OID_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
OidLenSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a numeric oid and a length constraint according to RFC 4512.
OidLenSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
Creates a new instance of OidLenSyntaxChecker.
OidNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
The OidNomalizer class contains a tuple: an OID with its Normalizer.
OidNormalizer(String, Normalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
A constructor which accept two parameters
OidNormalizer(OidNormalizer) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
A copy constructor.
oidRegistry - 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
 
oids(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
oids() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
oids = oid / ( LPAREN WSP oidlist WSP RPAREN ) oidlist = oid *( WSP DOLLAR WSP oid )
oidsIterator() - Method in class org.apache.directory.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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
Creates a new instance of OidSyntaxChecker.
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
 
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.
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.
openLdapAttributeType() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
openLdapObjectClass() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
openLdapObjectIdentifier() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
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.
openLdapSchema() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
OpenLdapSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A reusable wrapper for antlr generated OpenLDAP schema parsers.
OpenLdapSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Creates a reusable instance of an OpenLdapSchemaParser.
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
 
or() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
or() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
ordering - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The ordering MatchingRule associated with the orderingID
ORDERING - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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.schema.syntaxes - package org.apache.directory.api.ldap.model.schema.syntaxes
 
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(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.
OrNode() - Constructor for class org.apache.directory.api.ldap.model.filter.OrNode
Creates an empty OrNode
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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 : OtherMailbox = mailbox-type DOLLAR mailbox mailbox-type = PrintableString mailbox = IA5String
OtherMailboxSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
Creates a new instance of OtherMailboxSyntaxChecker.
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

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 pair = ESC ( ESC / special / hexpair ) special = escaped / SPACE / SHARP / EQUALS escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE hexpair = HEX HEX If in form, a LDAP string representation asserted value can be obtained by replacing (left to right, non-recursively) each appearing in the as follows: replace with ; replace with ; replace with the octet indicated by the .
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(byte[]) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
 
parse(SchemaManager, String) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
 
parse(SchemaManager, byte[]) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
 
parse(SchemaManager, String, Position) - Static method in class org.apache.directory.api.ldap.model.filter.FilterParser
 
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(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.OpenLdapSchemaParser
Parses an OpenLDAP schemaObject element/object.
parse(InputStream) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses a stream of OpenLDAP schemaObject elements/objects.
parse(File) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Parses a file of OpenLDAP schemaObject elements/objects.
parse(String) - Method in class org.apache.directory.api.ldap.model.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.
parseAttribute(byte[], Position, boolean, boolean) - Static method in class org.apache.directory.api.ldap.model.entry.AttributeUtils
Parse an attribute.
parseAttributes(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns a list of Attributes.
parseAttributeTypeDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
Parses a attribute type description according to RFC 4512:
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
parseChangeType(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse the changeType
parseComparatorDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
Parses an comparator description:
parseDITContentRuleDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitContentRuleDescriptionSchemaParser
Parses a DIT content rule description according to RFC 4512:
parseDITStructureRuleDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.DitStructureRuleDescriptionSchemaParser
Parses a DIT structure rule description according to RFC 4512:
parseDn(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse the Dn of an entry
parseEntry(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns an Entry.
parseEntry(SchemaManager, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifAttributesReader
A method which parses a ldif string and returns an Entry.
parseEntry() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse a ldif file.
parseLdapSyntaxDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
Parses a LDAP syntax description according to RFC 4512:
parseLdif(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
A method which parses a ldif string and returns a list of entries.
parseLdif(BufferedReader) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
The main entry point of the LdifParser.
parseLdifFile(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse a ldif file (using the default encoding).
parseLdifFile(String, String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse a ldif file, decoding it using the given charset encoding
parseMatchingRuleDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
Parses a matching rule description according to RFC 4512:
parseMatchingRuleUseDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
Parses a matching rule use description according to RFC 4512:
parseNameFormDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
Parses a name form description according to RFC 4512:
parseNormalizerDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
Parses a normalizer description:
parseObjectClassDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
Parses a object class definition according to RFC 4512:
parser - Variable in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
the antlr generated parser being wrapped
ParserDescriptionUtils - Class in org.apache.directory.api.ldap.model.schema.parsers
Utilities for dealing with various schema descriptions.
ParserMonitor - Interface in org.apache.directory.api.ldap.model.schema.parsers
A monitor for the OpenLdap parser.
ParserMonitorAdapter - Class in org.apache.directory.api.ldap.model.schema.parsers
Default implementation of ParserMonitor with empty method implementations.
ParserMonitorAdapter() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ParserMonitorAdapter
 
parseSimpleValue(String, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Parse the value part.
parseSyntaxCheckerDescription(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Parses a syntax checker description:
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.
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
 
PasswordPolicySchemaConstants - Class in org.apache.directory.api.ldap.model.constants
The PasswordPolicy schema ObjectClasses and AttributeTypes.
PasswordUtil - Class in org.apache.directory.api.ldap.model.password
A utility class containing methods related to processing passwords.
PersistentSearch - Interface in org.apache.directory.api.ldap.model.message.controls
A persistence search object
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
 
PKI_CA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_CA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_USER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PKI_USER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PLAIN - Static variable in class org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
PLAIN mechanism
PLUS - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
position - 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
 
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 : = = "$" | e
PostalAddressSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
Creates a new instance of PostalAddressSyntaxChecker.
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
prepareNextInput(Reader) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ReusableAntlrSchemaLexer
Resets the state of an antlr lexer and initializes it with new input.
prepareNextInput(Reader) - Method in class org.apache.directory.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.StringType - Enum in org.apache.directory.api.ldap.model.schema
The type of String we have to normalize
PRESCRIPTIVE_ACI_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PRESCRIPTIVE_ACI_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
PresenceNode - Class in org.apache.directory.api.ldap.model.filter
Filter expression tree node representing a filter attribute value assertion for presence.
PresenceNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
PresenceNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.PresenceNode
Creates a PresenceNode object based on an attribute.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
Creates an instance of PresentationAddressSyntaxChecker
presentIn(int) - Method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
Checks via bitwise AND to see if this ChangeType value is within the supplied changeTypes.
previous() - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.EmptyCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.ListCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
Advances this Cursor to the previous position.
previous() - Method in class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Advances this Cursor to the previous position.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
Creates a new instance of PrintableStringSyntaxChecker.
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
 
printToBuffer(StringBuilder) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
Pretty prints this expression node along with annotation information.
processResponse(ResultResponse) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Process the response, throwing the associated exception if needed.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
Creates a new instance of ProtocolInformationSyntaxChecker.
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.
put(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Put an attribute (represented by its ID and some values) into an entry.
put(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Put an attribute (represented by its ID and some values) into an entry.
put(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some binary values) into an entry.
put(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some String values) into an entry.
put(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Put an attribute (represented by its ID and some values) into an entry.
put(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places attributes in the attribute collection.
put(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
put(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and String values into the attribute collection.
put(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
put(String, AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
put(String, AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Places a new attribute with the supplied AttributeType and some values into the attribute collection.
put(Object, Object) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Sets a message scope parameter.
put(Object, Object) - Method in interface org.apache.directory.api.ldap.model.message.Message
Sets a message scope parameter.
put(String, Schema) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
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

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

R

RANGLE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
RBRACKET - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
RCURLY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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.
Rdn() - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A empty constructor.
Rdn(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Creates a new schema aware instance of Rdn.
Rdn(SchemaManager, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that parse a String representing a schema aware Rdn.
Rdn(String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that parse a String representing a Rdn.
Rdn(SchemaManager, String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that constructs a schema aware Rdn from a type and a value.
Rdn(String, String) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
A constructor that constructs a Rdn from a type and a value.
Rdn(SchemaManager, Ava...) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
 
Rdn(Ava...) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
 
Rdn(Rdn) - Constructor for class org.apache.directory.api.ldap.model.name.Rdn
Constructs an Rdn from the given rdn.
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!
Rdn[0] is rdns.get(n) and Rdn[n] is rdns.get(0)
For instance,if the Dn is "dc=c, dc=b, dc=a", then the RDNs are stored as : [0] : dc=c [1] : dc=b [2] : dc=a
reader - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
The ldif Reader
readExternal(ObjectInput) - Method in class org.apache.directory.api.ldap.model.entry.BinaryValue
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.StringValue
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 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.
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 - Interface in org.apache.directory.api.ldap.model.message
Represents a referral which is a set of alternative locations where an entry can be found.
REFERRAL_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REFERRAL_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ReferralImpl - Class in org.apache.directory.api.ldap.model.message
A Referral implementation.
ReferralImpl() - Constructor for class org.apache.directory.api.ldap.model.message.ReferralImpl
 
ReferralsPolicyEnum - Enum in org.apache.directory.api.ldap.model.message
An enum describing the three possible actions for referrals : Ignore : The referrals will be retruned as is (ie, the 'ref' attribute type will be present in the entry Follow : The referral will be chased by the client Throws : An LdapReferralException will be thrown
refinement() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
refinement() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
Refinement - Interface in org.apache.directory.api.ldap.model.subtree
An empty interface used for Refinements.
refinements() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationChecker
 
refinements() - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
RegexNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
A Normalizer that uses Perl5 based regular expressions to normalize values.
RegexNormalizer(String, Pattern[]) - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
Creates a Perl5 regular expression based normalizer.
RegexSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker implemented using Perl5 regular expressions to constrain values.
RegexSyntaxChecker(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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
Creates a new instance of RegexSyntaxChecker.
register(LdapComparator<?>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ComparatorRegistry
Registers a new LdapComparator with this registry.
register(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Registers a new SchemaObject with this registry.
register(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(DitStructureRule) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Registers a new DitStructureRule with this registry.
register(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Registers a new SchemaObject with this registry.
register(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Registers a new LdapComparator with this registry.
register(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Registers a new SchemaObject with this registry.
register(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Registers a new DitStructureRule with this registry.
register(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Registers a new SchemaObject with this registry.
register(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Registers a new SchemaObject with this registry.
register(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Registers a new SchemaObject with this registry.
register(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Registers a new SchemaObject with this registry.
register(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Registers a new ObjectClass with this registry.
register(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
register(Normalizer) - Method in interface org.apache.directory.api.ldap.model.schema.registries.NormalizerRegistry
Registers a new Normalizer with this registry.
register(ObjectClass) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Registers a new ObjectClass with this registry.
register(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Adds an OID name pair to the registry.
register(T) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Registers a new SchemaObject with this registry.
register(SyntaxChecker) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SyntaxCheckerRegistry
Registers a new SyntaxChecker with this registry.
registerDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Store the AttributeType into a map associating an AttributeType to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
registerDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.api.ldap.model.schema.registries.ObjectClassRegistry
Store the ObjectClass into a map associating an ObjectClass to its descendants.
REGISTERED_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
REGISTERED_ADDRESS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
Registries - Class in org.apache.directory.api.ldap.model.schema.registries
Document this class.
Registries() - Constructor for class org.apache.directory.api.ldap.model.schema.registries.Registries
Creates a new instance of Registries.
relativeDistinguishedName(Rdn) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Parses an Rdn string.
relativeDistinguishedNames(List<Rdn>) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
Parses an Dn string.
RELAXED - Static variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
RELAXED - Static variable in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Two flags for RELAXED and STRICT, this is RELAXED
remove() - Method in class org.apache.directory.api.ldap.model.cursor.CursorIterator
remove(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Removes all the values that are equal to the given values.
remove(Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Removes all the values that are equal to the given values.
remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified attributes.
remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified String values from an attribute.
remove(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified values from an attribute.
remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the specified values from an attribute.
remove(AttributeType, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified String values from an attribute.
remove(AttributeType, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified values from an attribute.
remove(Attribute...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified attributes.
remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the specified values from an attribute.
remove(Attribute...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified attributes.
remove(AttributeType, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified binary values from an attribute.
remove(AttributeType, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified String values from an attribute.
remove(AttributeType, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified values from an attribute.
remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified binary values from an attribute.
remove(String, String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified String values from an attribute.
remove(String, Value<?>...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the specified values from an attribute.
remove() - Method in class org.apache.directory.api.ldap.model.ldif.LdifReader
Always throws UnsupportedOperationException!
remove(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for removal with the given values from the target entry.
remove(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
remove(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for removal from the target entry.
remove(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute name for removal from the target entry.
remove(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for removal with the given values from the target entry.
remove(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
remove(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for removal from the target entry.
remove(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute name for removal from the target entry.
remove(Object) - Method in class org.apache.directory.api.ldap.model.schema.registries.LowerCaseKeyMap
removeAttribute(String...) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Remove a list of Attributes from the LdifEntry
removeAttribute(String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Removes an attribute to the set of entry attributes to return.
removeAttribute(String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Removes an attribute to the set of entry attributes to return.
removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the attribute with the specified AttributeTypes.
removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Removes the attribute with the specified alias.
removeAttributes(AttributeType...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the attribute with the specified AttributeTypes.
removeAttributes(String...) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Removes the attribute with the specified alias.
removeAttributes(AttributeType...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the attribute with the specified AttributeTypes.
removeAttributes(String...) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Removes the attribute with the specified alias.
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 class org.apache.directory.api.ldap.model.message.ExtendedRequestImpl
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 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, List<Throwable>, 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, List<Throwable>, 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, List<Throwable>, 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, List<Throwable>, Registries) - Static method in class org.apache.directory.api.ldap.model.schema.registries.helper.ObjectClassHelper
Remove the ObjectClass from the registries, updating the references to other SchemaObject.
removeLdapUrl(String) - Method in interface org.apache.directory.api.ldap.model.message.Referral
Removes an LDAPv3 URL to this Referral.
removeLdapUrl(String) - Method in class org.apache.directory.api.ldap.model.message.ReferralImpl
Removes an LDAPv3 URL to this Referral.
removeMappingFor(AttributeType) - Method in interface org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry
Remove the AttributeType normalizer from the OidNormalizer map
removeMappingFor(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Remove a new Oid/Normalizer couple in the OidNormalizer map
removeModification(Modification) - Method in 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(List<Throwable>, 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
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Modify all the DitStructureRule using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Modify all the DitStructureRule using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Modify all the SchemaObject using a schemaName when this name changes.
renameSchema(String, String) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Modify all the SchemaObject using a schemaName when this name changes.
render(ObjectClass) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders an objectClass according to the Object Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37.
render(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders an attributeType according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
render(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders an matchingRule according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
render(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Renders a Syntax according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
render(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
NOT FULLY IMPLEMENTED!
render(StringBuffer, List<String>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders qdescrs into an existing buffer.
render(ObjectClass[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format.
render(StringBuffer, ObjectClass[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format into an existing buffer.
render(AttributeType[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format.
render(StringBuffer, AttributeType[]) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format into an existing buffer.
render(Map<String, List<String>>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Renders the schema extensions into a new StringBuffer.
render(LoadableSchemaObject) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Returns a String description of a schema.
render(UsageEnum) - Static method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
render() - Method in enum org.apache.directory.api.ldap.model.schema.UsageEnum
Get the string representation for UsageEnum, which will be used by the AttributeType rendering
replace(String) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
replace(String, String...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for replacement with the given values in the target entry.
replace(String, byte[]...) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
 
replace(Attribute) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
marks a given attribute for replacement in the target entry.
replace(String) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
 
replace(String, String...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for replacement with the given values in the target entry.
replace(String, byte[]...) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
 
replace(Attribute) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
marks a given attribute for replacement in the target entry.
Request - Interface in org.apache.directory.api.ldap.model.message
Ldap protocol request messages derive from this super interface.
requestAbandoned(AbandonableRequest) - Method in interface org.apache.directory.api.ldap.model.message.AbandonListener
Notifies that a request has been abandoned.
reset(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it.
resetState() - Method in class org.apache.directory.api.ldap.model.schema.parsers.ReusableAntlrSchemaParser
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
 
resolvedDn - Variable in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
The resolved Dn
response - Variable in class org.apache.directory.api.ldap.model.message.ExtendedRequestImpl
The associated 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(Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception without a message.
ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
ResponseCarryingMessageException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Constructs an Exception with a detailed message.
responseName - Variable in class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
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
resultCode - Variable in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
The operation resultCode
ResultCodeEnum - Enum in org.apache.directory.api.ldap.model.message
Type safe LDAP message envelope result code enumeration.
ResultResponse - Interface in org.apache.directory.api.ldap.model.message
An LDAP Response that contains an LDAPResult structure within it.
ResultResponseRequest - Interface in org.apache.directory.api.ldap.model.message
A request who's one or more responses contains an LdapResult.
retryReferral() - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
retryReferral() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
ReusableAntlrSchemaLexer - Class in org.apache.directory.api.ldap.model.schema.parsers
A reusable lexer class extended from antlr generated lexer for an LDAP schema as defined in RFC 4512.
ReusableAntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ReusableAntlrSchemaLexer
Creates a ReusableAntlrSchemaLexer instance.
ReusableAntlrSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A reusable parser class extended from antlr generated parser for an LDAP schema as defined in RFC 4512.
ReusableAntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.ReusableAntlrSchemaParser
Creates a ReusableAntlrSchemaParser 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.
reverseAdd(Dn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF of an AddRequest.
reverseDel(Dn, Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF of a DeleteRequest.
reverseModify(Dn, List<Modification>, Entry) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute the reversed LDIF for a modify request.
reverseMove(Dn, Dn) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Compute a reverse LDIF for a forward change which if in LDIF format would represent a Move operation.
reverseMoveAndRename(Entry, Dn, Rdn, boolean) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.
reverseRename(Entry, Rdn, boolean) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifRevertor
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.
RFC822_LOCAL_PART_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
RFC822_LOCAL_PART_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
RFC822_MAILBOX_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROLE_OCCUPANT_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROLE_OCCUPANT_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOM_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
ROOT_DSE - Static variable in class org.apache.directory.api.ldap.model.name.Dn
The rootDSE
RPAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
RPAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
RPAR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
ruleid() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
ruleid = number number = DIGIT / ( LDIGIT 1*DIGIT )
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.
ruleids(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
ruleids() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
ruleids = ruleid / ( LPAREN WSP ruleidlist WSP RPAREN ) ruleidlist = ruleid *( SP ruleid )

S

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
 
SaslQoP - Enum in org.apache.directory.api.ldap.model.constants
This enums contains values for SASL QoP (Quality of Protection).
SaslSecurityStrength - Enum in org.apache.directory.api.ldap.model.constants
This enums contains values for SASL Security Strength.
Schema - Interface in org.apache.directory.api.ldap.model.schema.registries
Base schema interface.
SCHEMA_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
 
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.
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.ldif.anonymizer.AbstractAnonymizer
The SchemaManager instance
schemaManager - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
The SchemaManager instance, if any
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 - Interface in org.apache.directory.api.ldap.model.schema
Most schema objects have some common attributes.
SchemaObjectRegistry<T extends SchemaObject> - Interface in org.apache.directory.api.ldap.model.schema.registries
Common schema object registry interface.
SchemaObjectRenderer - Class in org.apache.directory.api.ldap.model.schema
Renderer for schema objects.
SchemaObjectSorter - Class in org.apache.directory.api.ldap.model.schema
Various utility methods for sorting schema objects.
schemaObjectType - 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
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.
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.
ScopeNode - Class in org.apache.directory.api.ldap.model.filter
Node used not to represent a published assertion but an assertion on the scope of the search.
ScopeNode(AliasDerefMode, Dn, String, SearchScope) - Constructor for class org.apache.directory.api.ldap.model.filter.ScopeNode
Creates a new ScopeNode object.
SEARCH_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.
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.
SearchScopeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a valid Search Scope.
SearchScopeSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
Creates a new instance of SearchScopeSyntaxChecker.
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
 
SEMI - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
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(ObjectOutput) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Serialize an Entry.
serialize(byte[], int) - Method in class org.apache.directory.api.ldap.model.entry.StringValue
Serialize the StringValue 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[]
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.entry.BinaryValue
Used for serialization
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.DitContentRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.DitStructureRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.LdapSyntax
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MatchingRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.NameForm
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.Normalizer
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.ObjectClass
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription
The mandatory serialVersionUID
serialVersionUID - Static variable in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
The mandatory serialVersionUID
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
TODO setAdministrativeRoles.
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
setAnonymizers(Map<String, Anonymizer>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
Set the list of existing anonymizers
setAnonymizers(Map<String, Anonymizer>) - 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(String) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the attribute value to use in the comparison.
setAssertionValue(String) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAssertionValue(byte[]) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the attribute value to use in the comparison.
setAttribute(Attribute) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Set the attribute's modification
setAttribute(Attribute) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Set the attribute's modification
setAttribute(String) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Sets the attribute this leaf node is based on.
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.SortResponseControlImpl
 
setAttributes(List<String>) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the attributes, null removes all existing attributes.
setAttributeType(AttributeType) - Method in class org.apache.directory.api.ldap.model.filter.LeafNode
Sets the attributeType this leaf node is based on.
setAttributeTypeDesc(String) - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
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.
setChangeNumber(long) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
setChangeNumber(long) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
 
setChangesOnly(boolean) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
setChangesOnly(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
setChangeType(ChangeType) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the modification type
setChangeType(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the change type
setChangeType(ChangeType) - Method in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
Set the ChangeType
setChangeType(ChangeType) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
 
setChangeTypes(int) - Method in interface org.apache.directory.api.ldap.model.message.controls.PersistentSearch
 
setChangeTypes(int) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
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.MutableAttributeType
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
 
setCredentials(String) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(String) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt.
setCredentials(byte[]) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the simple credentials associated with a simple authentication attempt.
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(Comparator<E>, Set<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor.
SetCursor(Set<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor As with all Cursors, this SetCursor requires a successful return from advance operations (next() or previous()) to properly return values using the get() operation.
SetCursor() - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor without any elements.
SetCursor(Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SetCursor
Creates a new SetCursor without any elements.
setDefaultRegexp(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Set the defaut 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(Dn) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Set this entry's Dn.
setDn(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
Set this entry's Dn.
setDn(Dn) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Set this entry's Dn.
setDn(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
Set this entry's Dn.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Set this entry's Dn.
setDn(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
Set this entry's Dn.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the Distinguished Name
setDn(String) - Method in class org.apache.directory.api.ldap.model.ldif.LdifEntry
Set the Distinguished Name
setDn(Dn) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the DN of the subject in this authentication request.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the DN of the subject in this authentication request.
setDn(Dn) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the dn.
setDnAttributes(boolean) - Method in class org.apache.directory.api.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.MutableAttributeType
Sets the Equality MR for this AttributeType
setEqualityOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the Equality OID for this AttributeType
setExpressions(String[]) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
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(ExprNode) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(String) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(String) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search filter associated with this search request.
setFilter(ExprNode) - Method in class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
Sets a filter
setFilter(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the filter.
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.
setLatestBytesgMap(Map<Integer, byte[]>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.BinaryAnonymizer
setLatestBytesMap(Map<Integer, byte[]>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.AbstractAnonymizer
 
setLatestBytesMap(Map<Integer, byte[]>) - Method in interface org.apache.directory.api.ldap.model.ldif.anonymizer.Anonymizer
 
setLatestIntegerMap(Map<Integer, String>) - Method in class org.apache.directory.api.ldap.model.ldif.anonymizer.IntegerAnonymizer
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.MutableMatchingRule
Sets the LdapComparator
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.MutableObjectClass
 
setMayAttributeTypeOids(List<String>) - 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.DitContentRule
Sets the list of allowed AttributeTypes
setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
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
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 class org.apache.directory.api.ldap.model.message.ExtendedRequestImpl
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 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.MutableObjectClass
 
setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.NameForm
Sets the list of required AttributeTypes OIDs
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.MutableObjectClass
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
setName(String) - Method in interface org.apache.directory.api.ldap.model.message.BindRequest
Sets the name of the subject in this authentication request.
setName(String) - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Sets the name of the subject in this authentication request.
setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.CompareRequest
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Sets the distinguished name of the entry to be compared using the attribute value assertion.
setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.DeleteRequest
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.DeleteRequestImpl
Sets the distinguished name of the leaf entry to be deleted by this request.
setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.ModifyDnRequest
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.ModifyDnRequestImpl
Sets the entry's distinguished name representing the entry PDU field.
setName(Dn) - Method in interface org.apache.directory.api.ldap.model.message.ModifyRequest
Sets the distinguished name of the entry to be modified by this request.
setName(Dn) - Method in class org.apache.directory.api.ldap.model.message.ModifyRequestImpl
Sets the distinguished name of the entry to be modified by this request.
setName(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the name.
setNames(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(String...) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the list of names for this SchemaObject.
setNames(List<String>) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the list of names for this SchemaObject.
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.MutableMatchingRule
Sets the Normalizer
setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.api.ldap.model.subtree.AntlrSubtreeSpecificationParser
 
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.
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 class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Overrides default behavior by setting the OID of the wrapped Normalizer.
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
setOnServer() - Method in class org.apache.directory.api.ldap.model.schema.comparators.NormalizingComparator
tells that the normalizingComparator should not normalize values which are already normalized on the server
setOperation(int) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Store the modification operation
setOperation(ModificationOperation) - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
Store the modification operation
setOperation(int) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Store the modification operation
setOperation(ModificationOperation) - Method in interface org.apache.directory.api.ldap.model.entry.Modification
Store the modification operation
setOrdering(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the Ordering MR for this AttributeType
setOrderingOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
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.
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
Sets the parser monitor.
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
setParserMonitor(ParserMonitor) - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
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
 
setPreviousDn(Dn) - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
 
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.syntaxes.AntlrSchemaParser
 
setRawOidOrNameSuffix(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the raw OID or name plus suffix.
setReadOnly(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the SchemaObject readOnly flag
setReadOnly(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the SchemaObject readOnly flag
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(boolean) - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
Set this AttributeType mode to relaxed
setRelaxed(boolean) - Method in class org.apache.directory.api.ldap.model.schema.registries.AbstractSchemaLoader
Set the SchemzLoader in STRICT or RELAXED mode.
setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Change the Registry to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
Change the Registry to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
Change the Registries to a relaxed mode, where invalid SchemaObjects can be registered.
setRelaxed(boolean) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaLoader
Set the SchemzLoader in STRICT or RELAXED mode.
setRelaxed() - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Set the SchemaManager to a RELAXED mode
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
 
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.ExtendedRequestImpl
Sets the Object Identifier corresponding to the extended request type.
setResolvedDn(Dn) - Method in exception org.apache.directory.api.ldap.model.exception.LdapOperationException
 
setResolvedObject(Object) - Method in exception org.apache.directory.api.ldap.model.exception.AbstractLdapReferralException
 
setResolvedObject(Object) - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
 
setResolvedOid(String) - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
Sets the resolved OID.
setResolveObjectIdentifierMacros(boolean) - Method in class org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser
Sets if object identifier macros should be resolved.
setResponse(Message) - Method in exception org.apache.directory.api.ldap.model.exception.ResponseCarryingMessageException
Set a response if we get an exception while parsing the message
setResponse(ExtendedResponse) - Method in class org.apache.directory.api.ldap.model.message.AbstractExtendedRequest
 
setResponse(byte[]) - Method in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
Sets the response OID specific encoded response values.
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.
setResponseName(String) - Method in interface org.apache.directory.api.ldap.model.message.ExtendedResponse
Sets the OID uniquely identifying this extended response (a.k.a.
setResponseName(String) - Method in class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
Sets the OID uniquely identifying this extended response (a.k.a.
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.
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
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
 
setReturnECs(boolean) - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
 
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
 
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.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.CachingDnNormalizer
Sets the SchemaManager
setSchemaManager(SchemaManager) - Method in class org.apache.directory.api.ldap.model.schema.normalizers.CachingNormalizer
Sets the SchemaManager
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.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
Store the SchemaManager in this instance.
setSchemaName(String) - Method in class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
Sets the name of the schema this SchemaObject is associated with.
setSchemaName(String) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaObject
Sets the name of the schema this SchemaObject is associated with.
setScheme(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the scheme.
setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.message.SearchParams
 
setScope(SearchScope) - Method in interface org.apache.directory.api.ldap.model.message.SearchRequest
Sets the search scope parameter enumeration.
setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Sets the search scope parameter enumeration.
setScope(int) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the scope.
setScope(SearchScope) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Sets the scope.
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.MutableAttributeType
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
 
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.SortRequestControlImpl
 
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.SortResponseControlImpl
 
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.MutableAttributeType
Sets the Substr MR for this AttributeType
setSubstringOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the Substr OID for this AttributeType
setSubtreeSpecification(SubtreeSpecification) - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
Stores the subtree
setSuperior(MutableAttributeType) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the superior for this AttributeType
setSuperior(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the superior oid for this AttributeType
setSuperiorOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the superior AttributeType OID of this AttributeType
setSuperiorOids(List<String>) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Sets the superior object class OIDs
setSuperiors(List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
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.MutableAttributeType
Sets the Syntax for this AttributeType
setSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
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.MutableAttributeType
Sets the length limit of this AttributeType based on its associated syntax.
setSyntaxOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Sets the Syntax OID for this AttributeType
setSyntaxOid(String) - Method in class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
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(ObjectClassTypeEnum) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
setType(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Sets the type.
setTypesOnly(boolean) - Method in class org.apache.directory.api.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(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Set the user provided ID.
setUpId(String, AttributeType) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
Set the user provided ID.
setUpId(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Set the user provided ID.
setUpId(byte[]) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
setUpId(String, AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
Set the user provided ID.
setUpId(byte[], AttributeType) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
setUsage(UsageEnum) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
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.MutableAttributeType
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(V) - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
Sets the value for this Tuple.
setValue(Value<?>) - Method in class org.apache.directory.api.ldap.model.filter.ExtensibleNode
Sets the value.
setValue(Value<T>) - Method in class org.apache.directory.api.ldap.model.filter.SimpleNode
Sets the value of this node.
setValue(byte[]) - Method in class org.apache.directory.api.ldap.model.ldif.LdifControl
setValue(String) - Method in class org.apache.directory.api.ldap.model.url.LdapUrl.Extension
Sets the value.
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
 
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, Value<T>, AssertionType) - Constructor for class org.apache.directory.api.ldap.model.filter.SimpleNode
Creates a new SimpleNode object.
SimpleNode(AttributeType, Value<T>, 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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SingleReplyRequest - Interface in org.apache.directory.api.ldap.model.message
Super interface for all request messages returning only one type of response.
SingletonCursor<E> - Class in org.apache.directory.api.ldap.model.cursor
A Cursor over a single element.
SingletonCursor(E) - Constructor for class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Creates a new instance of SingletonCursor.
SingletonCursor(E, Comparator<E>) - Constructor for class org.apache.directory.api.ldap.model.cursor.SingletonCursor
Creates a new instance of SingletonCursor, with its associated comparator
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
sizeLimit - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
Size limit for file contained values
skipReferral() - Method in exception org.apache.directory.api.ldap.model.cursor.CursorLdapReferralException
Move to the next referral
skipReferral() - Method in exception org.apache.directory.api.ldap.model.exception.LdapReferralException
Move to the next referral
SN_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SN_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SOA_RECORD_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SOA_RECORD_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SortKey - Class in org.apache.directory.api.ldap.model.message.controls
Datastructure to store the Attribute name, matching rule ID of the attribute
and the sort order.
SortKey(String) - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortKey
Create a new instance of a SortKey for a give AttributeType
SortKey(String, String) - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortKey
Create a new instance of a SortKey for a give AttributeType
SortKey(String, String, boolean) - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortKey
Create a new instance of a SortKey for a give AttributeType
sortObjectClasses(List<ObjectClass>) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaObjectSorter
Gets an hierarchical ordered Iterable of the given ObjectClasses.
SortRequest - Interface in org.apache.directory.api.ldap.model.message.controls
Implementation of Server Side Sort request control based on the RFC 2891

SortKeyList ::= SEQUENCE OF SEQUENCE {
attributeType AttributeDescription,
orderingRule [0] MatchingRuleId OPTIONAL,
reverseOrder [1] BOOLEAN DEFAULT FALSE }
SortRequestControlImpl - Class in org.apache.directory.api.ldap.model.message.controls
Implementation of SortRequestControl.
SortRequestControlImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortRequestControlImpl
 
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 }
SortResponseControlImpl - Class in org.apache.directory.api.ldap.model.message.controls
Implementation of SortResponseControl.
SortResponseControlImpl() - Constructor for class org.apache.directory.api.ldap.model.message.controls.SortResponseControlImpl
 
SortResultCode - Enum in org.apache.directory.api.ldap.model.message.controls
Enumeration of the result codes of a SortResult defined in RFC 2891 for server side sort control.
SP - Static variable in interface org.apache.directory.api.ldap.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
 
special() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 special = escaped / SPACE / SHARP / EQUALS escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE
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
 
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.
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
 
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
 
startedParse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ConsoleParserMonitor
 
startedParse(String) - Method in interface org.apache.directory.api.ldap.model.schema.parsers.ParserMonitor
Called when parsing is started.
startedParse(String) - Method in class org.apache.directory.api.ldap.model.schema.parsers.ParserMonitorAdapter
Called when parsing is started.
STARTNUMERICOID - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
STATEORPROVINCE_NAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STREET_ADDRESS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STREET_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STREET_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRICT - Static variable in class org.apache.directory.api.ldap.model.schema.registries.Registries
Two flags for RELAXED and STRUCT
STRICT - Static variable in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Two flags for RELAXED and STRICT, this is STRICT
STRING - Static variable in interface org.apache.directory.api.ldap.model.entry.Value
Two flags used to tell if the value is HR or not in serialization
string(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514 Section 3 ; The following characters are to be escaped when they appear ; in the value to be encoded: ESC, one of , leading ; SHARP or SPACE, trailing SPACE, and NULL.
StringAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
A default anonymizer for attributes that are HR.
StringAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
Creates a new instance of StringAnonymizer.
StringAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.StringAnonymizer
Creates a new instance of StringAnonymizer.
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.
StringValue - Class in org.apache.directory.api.ldap.model.entry
A server side schema aware wrapper around a String attribute value.
StringValue(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.entry.StringValue
Creates a StringValue without an initial user provided value.
StringValue(String) - Constructor for class org.apache.directory.api.ldap.model.entry.StringValue
Creates a StringValue with an initial user provided String value.
StringValue(String, String) - Constructor for class org.apache.directory.api.ldap.model.entry.StringValue
Creates a StringValue with an initial user provided String value and a normalized value.
StringValue(AttributeType, String) - Constructor for class org.apache.directory.api.ldap.model.entry.StringValue
Creates a schema aware StringValue with an initial user provided String value.
StringValue(AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.entry.StringValue
Creates a schema aware StringValue with an initial user provided String value.
stripLineToNChars(String, int) - Static method in class org.apache.directory.api.ldap.model.ldif.LdifUtils
Strips the String every n specified characters
stripOptions(String) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Remove the options from the attributeType, and returns the ID.
STRONG_AUTHENTICATION_USER_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRONG_AUTHENTICATION_USER_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.AddNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.CompareNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.DeleteNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyDnNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.ModifyNoDResponse
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.NoticeOfDisconnect
The single instance with strongAuthRequired result code.
STRONGAUTHREQUIRED - Static variable in class org.apache.directory.api.ldap.model.message.extended.SearchNoDResponse
The single instance with strongAuthRequired result code.
STRUCTURAL - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
STRUCTURAL_OBJECT_CLASS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRUCTURAL_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
STRUCTURAL_VAL - Static variable in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
The int constant value for the structural objectClasses
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
 
SUBSCHEMA_OC - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_OC_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUBSCHEMA_SUBENTRY_RENDERER - Static variable in class org.apache.directory.api.ldap.model.schema.SchemaObjectRenderer
Preconfigured SchemaObjectRenderer that renders the schema object without line break and with X-SCHEMA extension.
SUBSTR - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
substring - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The substring MatchingRule associated with the substringID
SUBSTRING_ASSERTION_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SubstringAssertionSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a SubstringAssertion according to RFC 4517.
SubstringAssertionSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
Creates an instance of SubstringAssertionSyntaxChecker
SubstringNode - Class in org.apache.directory.api.ldap.model.filter
Filter expression tree node used to represent a substring assertion.
SubstringNode(AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(String, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(AttributeType) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object without any value
SubstringNode(List<String>, AttributeType, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.api.ldap.model.filter.SubstringNode
Creates a new SubstringNode object more than one wildcard and an any list.
substringOid - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The substring OID associated with this AttributeType
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 - 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
 
SubtreeSpecificationModifier - Class in org.apache.directory.api.ldap.model.subtree
SubtreeSpecification contains no setters so they must be built by a modifiable object containing all the necessary parameters to build the base object.
SubtreeSpecificationModifier() - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationModifier
 
SubtreeSpecificationParser - Class in org.apache.directory.api.ldap.model.subtree
A reusable wrapper around the antlr generated parser for an LDAP subtree specification as defined by RFC 3672.
SubtreeSpecificationParser(SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
Creates a subtree specification parser.
SubtreeSpecificationParser(NormalizerMappingResolver, SchemaManager) - Constructor for class org.apache.directory.api.ldap.model.subtree.SubtreeSpecificationParser
Creates a normalizing subtree specification parser.
SubtreeSpecificationSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a subtree specification.
SubtreeSpecificationSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
Creates an instance of SubtreeSpecificationSyntaxChecker
SUP - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SUP_DIT_STRUCTURE_RULE_MATCH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUP_DIT_STRUCTURE_RULE_MATCH_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SUPERIOR - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
Constant used in comparisons
superior - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The superior AttributeType
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
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 consummer according to RFC 2252.
SupplierAndConsumerSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
Creates an instance of SupplierAndConsumerSyntaxChecker
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
Creates an instance of SupplierInformationSyntaxChecker
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
Creates a new instance of SupplierOrConsumerSyntaxChecker.
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
Creates a new instance of SupportedAlgorithmSyntaxChecker.
SupportedSaslMechanisms - Class in org.apache.directory.api.ldap.model.constants
Contains constants used for populating the supportedSASLMechanisms in the RootDSE.
SURNAME_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
sutf1() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
RFC 4514, Section 3: SUTF1 = %x01-21 / %x23-2A / %x2D-3A / %x3D / %x3F-5B / %x5D-7F The rule LUTF1_REST doesn't contain the following charcters, so we must check them additionally EQUALS (0x3D) HYPHEN (0x2D) UNDERSCORE (0x5F) DIGIT (0x30-0x39) ALPHA (0x41-0x5A and 0x61-0x7A) SHARP SPACE
SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
syntax - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
The syntax associated with the syntaxID
SYNTAX - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
SYNTAX_CHECKER - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
SYNTAX_CHECKERS_PATH - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
syntaxChecker - 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(String) - Constructor for class org.apache.directory.api.ldap.model.schema.SyntaxChecker
The SyntaxChecker base constructor
SyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.SyntaxChecker
The SyntaxChecker default constructor where the oid is set after instantiation.
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
syntaxCheckerDescription() - Method in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
Production for syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser - Class in org.apache.directory.api.ldap.model.schema.parsers
A parser for ApacheDS syntax checker descriptions.
SyntaxCheckerDescriptionSchemaParser() - Constructor for class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
Creates a schema parser instance.
syntaxCheckerRegistry - 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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
Creates a new instance of SyntaxCheckerSyntaxChecker.
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_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TelephoneNumberAnonymizer - Class in org.apache.directory.api.ldap.model.ldif.anonymizer
An anonymizer for the TelephoneNumber attribute.
TelephoneNumberAnonymizer() - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.TelephoneNumberAnonymizer
Creates a new instance of TelephoneNumberAnonymizer.
TelephoneNumberAnonymizer(Map<Integer, String>) - Constructor for class org.apache.directory.api.ldap.model.ldif.anonymizer.TelephoneNumberAnonymizer
Creates a new instance of TelephoneNumberAnonymizer.
TelephoneNumberComparator - Class in org.apache.directory.api.ldap.model.schema.comparators
A comparator for TelephoneNumber.
TelephoneNumberComparator(String) - Constructor for class org.apache.directory.api.ldap.model.schema.comparators.TelephoneNumberComparator
The TelephoneNumberComparator constructor.
TelephoneNumberNormalizer - Class in org.apache.directory.api.ldap.model.schema.normalizers
Normalize Telephone Number Strings
TelephoneNumberNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.TelephoneNumberNormalizer
Creates a new instance of TelephoneNumberNormalizer.
TelephoneNumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TelephoneNumber according to ITU recommendation E.123 (which is quite vague ...).
TelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
Creates a new instance of TelephoneNumberSyntaxChecker.
TELETEX_TERMINAL_IDENTIFIER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELETEX_TERMINAL_IDENTIFIER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELETEX_TERMINAL_IDENTIFIER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TeletexTerminalIdentifierSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a TeletexTerminalIdentifier according to RFC 4517 : teletex-id = ttx-term *(DOLLAR ttx-param) ttx-term = PrintableString ; terminal identifier ttx-param = ttx-key COLON ttx-value ; parameter ttx-key = "graphic" | "control" | "misc" | "page" | "private" ttx-value = *ttx-value-octet ttx-value-octet = %x00-23 | (%x5C "24") | %x25-5B | (%x5C "5C") | %x5D-FF
TeletexTerminalIdentifierSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
Creates a new instance of TeletexTerminalIdentifier.
TELEX_NUMBER_AT - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEX_NUMBER_AT_OID - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TELEX_NUMBER_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
TelexNumberSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 : telex-number = actual-number DOLLAR country-code DOLLAR answerback actual-number = PrintableString country-code = PrintableString answerback = PrintableString
TelexNumberSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
Creates a new instance of TelexNumberSyntaxChecker.
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
 
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 an Attributes.
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.
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(String) - Method in class org.apache.directory.api.ldap.model.cursor.AbstractCursor
Pretty-print a cursor and its wrapped cursor.
toString(String) - Method in interface org.apache.directory.api.ldap.model.cursor.Cursor
Pretty-print a cursor and its wrapped cursor.
toString(String) - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
 
toString() - Method in class org.apache.directory.api.ldap.model.cursor.SetCursor
 
toString() - Method in class org.apache.directory.api.ldap.model.cursor.Tuple
toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Attribute
A pretty-pinter for Attribute
toString() - Method in class org.apache.directory.api.ldap.model.entry.BinaryValue
Dumps binary in hex with label.
toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
 
toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultAttribute
A pretty-pinter for Attribute
toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
 
toString(String) - Method in class org.apache.directory.api.ldap.model.entry.DefaultEntry
A pretty-pinter for Entries
toString() - Method in class org.apache.directory.api.ldap.model.entry.DefaultModification
 
toString(String) - Method in interface org.apache.directory.api.ldap.model.entry.Entry
A pretty-pinter for Entries
toString() - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
 
toString(String) - Method in class org.apache.directory.api.ldap.model.entry.ImmutableEntry
A pretty-pinter for Entries
toString() - Method in enum org.apache.directory.api.ldap.model.entry.ModificationOperation
 
toString() - Method in class org.apache.directory.api.ldap.model.entry.StringValue
 
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(String) - Method in class org.apache.directory.api.ldap.model.message.AbstractMessage
Get a String representation of a LdapMessage
toString() - Method in class org.apache.directory.api.ldap.model.message.AbstractResultResponse
Get a String representation of an Response
toString() - Method in class org.apache.directory.api.ldap.model.message.AddRequestImpl
 
toString() - Method in class org.apache.directory.api.ldap.model.message.AddResponseImpl
Get a String representation of an AddResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.BindRequestImpl
Get a String representation of a BindRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.BindResponseImpl
Get a String representation of a BindResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.CompareRequestImpl
Get a String representation of a Compare Request
toString() - Method in class org.apache.directory.api.ldap.model.message.CompareResponseImpl
Get a String representation of an CompareResponse
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.AbstractControl
Return a String representing a Control
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.EntryChangeImpl
Return a String representing this EntryChangeControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.PagedResultsImpl
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.PersistentSearchImpl
Return a String representing this PSearchControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
Return a String representing this PagedSearchControl.
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortKey
 
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortRequestControlImpl
 
toString() - Method in class org.apache.directory.api.ldap.model.message.controls.SortResponseControlImpl
 
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.ExtendedRequestImpl
Get a String representation of an Extended Request
toString() - Method in class org.apache.directory.api.ldap.model.message.ExtendedResponseImpl
Get a String representation of an ExtendedResponse
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.ReferralImpl
Get a String representation of a Referral
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchParams
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchRequestImpl
Return a string the represent a SearchRequest
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultDoneImpl
Get a String representation of a SearchResultDone
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultEntryImpl
Return a string representation of a SearchResultEntry request
toString() - Method in class org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
Returns the Search Result Reference string
toString() - Method in enum org.apache.directory.api.ldap.model.message.SearchScope
toString() - Method in class org.apache.directory.api.ldap.model.message.UnbindRequestImpl
Get a String representation of a UnBindRequest
toString() - Method in class org.apache.directory.api.ldap.model.name.Ava
A String representation of an Ava, as provided by the user.
toString() - Method in class org.apache.directory.api.ldap.model.name.Dn
Return the user provided Dn as a String.
toString() - Method in class org.apache.directory.api.ldap.model.name.Rdn
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.AttributeType
toString() - Method in class org.apache.directory.api.ldap.model.schema.AttributeTypeOptions
toString() - Method in class org.apache.directory.api.ldap.model.schema.DitContentRule
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.DitStructureRule
toString() - Method in class org.apache.directory.api.ldap.model.schema.LdapComparator
toString() - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
toString() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRule
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.MatchingRuleUse
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.NameForm
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.Normalizer
toString() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.OidNormalizer
Return a String representation of this class
toString() - Method in class org.apache.directory.api.ldap.model.schema.normalizers.RegexNormalizer
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.ObjectClass
toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.LdapComparatorDescription
toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.NormalizerDescription
toString() - Method in class org.apache.directory.api.ldap.model.schema.parsers.SyntaxCheckerDescription
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultComparatorRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultNormalizerRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchema
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.OidRegistry
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.registries.Registries
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.SchemaObjectWrapper
 
toString() - Method in class org.apache.directory.api.ldap.model.schema.SyntaxChecker
toString() - Method in class org.apache.directory.api.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.AndRefinement
 
toString(StringBuilder) - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
Converts this item into its string representation as stored in directory.
toString() - Method in class org.apache.directory.api.ldap.model.subtree.BaseSubtreeSpecification
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.ItemRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.NotRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.OrRefinement
 
toString() - Method in class org.apache.directory.api.ldap.model.subtree.Subentry
 
toString(StringBuilder) - Method in interface org.apache.directory.api.ldap.model.subtree.SubtreeSpecification
Converts this item into its string representation as stored in directory.
toString() - Method in class org.apache.directory.api.ldap.model.url.LdapUrl
Get a string representation of a LdapUrl.
TRACE_KEY - Static variable in class org.apache.directory.api.ldap.model.schema.parsers.ConsoleParserMonitor
 
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
 
Tuple<K,V> - Class in org.apache.directory.api.ldap.model.cursor
A key/value tuple for simple two column persistent Tables with sorted keys.
Tuple() - Constructor for class org.apache.directory.api.ldap.model.cursor.Tuple
Do nothing default that has a null key and null value.
Tuple(K, V) - Constructor for class org.apache.directory.api.ldap.model.cursor.Tuple
Creates a Tuple using a key and a value.
TupleRenderer - Interface in org.apache.directory.api.ldap.model.cursor
A table key/value String renderer for the display or logging of human readable potentially binary data.
TYPE - Static variable in interface org.apache.directory.api.ldap.model.message.AbandonRequest
Ldap abandon request type code
TYPE - Static variable in interface org.apache.directory.api.ldap.model.message.ExtendedResponse
Extended response message type enumeration value
TYPE - Static variable in interface org.apache.directory.api.ldap.model.message.IntermediateResponse
Intermediate response message type enumeration value

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
 
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.
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
UNDEFINED - Static variable in class org.apache.directory.api.ldap.model.name.Rdn
CompareTo() results
UNDEFINED_CHANGE_NUMBER - Static variable in interface org.apache.directory.api.ldap.model.message.controls.EntryChange
 
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.
UNDERSCORE - Static variable in interface org.apache.directory.api.ldap.model.name.AntlrDnTokenTypes
 
unescapeValue(String) - Static method in class org.apache.directory.api.ldap.model.name.Rdn
Unescape the given string according to RFC 2253 If in form, a LDAP string representation asserted value can be obtained by replacing (left-to-right, non-recursively) each appearing in the as follows: replace <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 noirmalizer for UniqueMember
UniqueMemberNormalizer() - Constructor for class org.apache.directory.api.ldap.model.schema.normalizers.UniqueMemberNormalizer
 
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
unload(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Unload the given set of Schemas
unload(String...) - 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
 
UNQUOTED_STRING - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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(int) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultDitStructureRuleRegistry
Unregisters a DitStructureRule using it's rule identifier.
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(T) - Method in class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
Removes the SchemaObject registered with this registry.
unregister(int) - Method in interface org.apache.directory.api.ldap.model.schema.registries.DitStructureRuleRegistry
Unregisters a DitStructureRule using it's rule identifier.
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(AttributeType) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
Removes the SchemaObject registered with this registry.
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(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableComparatorRegistry
Removes the SchemaObject registered with this registry.
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(DitContentRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitContentRuleRegistry
Removes the SchemaObject registered with this registry.
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 class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Removes the SchemaObject registered with this registry, using its numeric OID.
unregister(DitStructureRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableDitStructureRuleRegistry
Removes the SchemaObject registered with this registry.
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(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
Removes the SchemaObject registered with this registry.
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(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
Removes the SchemaObject registered with this registry.
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(MatchingRuleUse) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
Removes the SchemaObject registered with this registry.
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(NameForm) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNameFormRegistry
Removes the SchemaObject registered with this registry.
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(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableNormalizerRegistry
Removes the SchemaObject registered with this registry.
unregister(String) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableObjectClassRegistry
Removes the ObjectClass 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(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(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
Removes the SchemaObject registered with this registry.
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(T) - Method in interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
Removes the SchemaObject registered with this registry.
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.
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(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(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.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
updateCollective(boolean) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Updates the collective flag
updateEquality(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Update the associated Equality MatchingRule, even if the SchemaObject is readOnly
updateLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
Update the associated Comparator, even if the SchemaObject is readOnly
updateMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Update the associated MAY AttributeType, even if the SchemaObject is readOnly
updateMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Update the associated MUST AttributeType, even if the SchemaObject is readOnly
updateNormalizer(Normalizer) - Method in class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
Update the associated Normalizer, even if the SchemaObject is readOnly
updateOrdering(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Update the associated Ordering MatchingRule, even if the SchemaObject is readOnly
updateSubstring(MatchingRule) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Update the associated Substring MatchingRule, even if the SchemaObject is readOnly
updateSuperior(MutableAttributeType) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Update the associated Superior AttributeType, even if the SchemaObject is readOnly
updateSuperiors(List<ObjectClass>) - Method in class org.apache.directory.api.ldap.model.schema.MutableObjectClass
Update the associated SUPERIORS ObjectClasses, even if the SchemaObject is readOnly
updateSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Update the associated Syntax, even if the SchemaObject is readOnly
updateSyntax(LdapSyntax) - Method in class org.apache.directory.api.ldap.model.schema.MutableMatchingRule
Update the associated Syntax, even if the SchemaObject is readOnly
updateSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.api.ldap.model.schema.LdapSyntax
Update the associated SyntaxChecker, even if the SchemaObject is readOnly
updateUsage(UsageEnum) - Method in class org.apache.directory.api.ldap.model.schema.MutableAttributeType
Updates the AttributeType usage, one of : USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION
upValue - Variable in class org.apache.directory.api.ldap.model.entry.AbstractValue
the User Provided value
UrlDecoderException - Exception in org.apache.directory.api.ldap.model.exception
Thrown when a Decoder has encountered a failure condition during a decode.
UrlDecoderException(String) - Constructor for exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
Creates a DecoderException
UrlDecoderException(String, Throwable) - Constructor for exception org.apache.directory.api.ldap.model.exception.UrlDecoderException
Creates a DecoderException
urlEncode(String, boolean) - Static method in class org.apache.directory.api.ldap.model.url.LdapUrl
Encode a String to avoid special characters.
usage - Variable in class org.apache.directory.api.ldap.model.schema.AttributeType
the usage for this attributeType
USAGE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
UsageEnum - Enum in org.apache.directory.api.ldap.model.schema
Type safe enum for an AttributeType definition's usage string.
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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_SYNTAX - Static variable in class org.apache.directory.api.ldap.model.constants.SchemaConstants
 
UtcTimeSyntaxChecker - Class in org.apache.directory.api.ldap.model.schema.syntaxCheckers
A SyntaxChecker which verifies that a value is a UTC time according to RFC 4517.
UtcTimeSyntaxChecker() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
Creates a new instance of UtcTimeSyntaxChecker.
utfmb() - Method in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
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() - Constructor for class org.apache.directory.api.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
Creates a new instance of UUIDSyntaxChecker.
uuidToBytes(UUID) - Static method in class org.apache.directory.api.ldap.model.schema.SchemaUtils
Transform an UUID in a byte array

V

validateDn - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
flag to turn on/off of the DN validation.
Value<T> - Interface in org.apache.directory.api.ldap.model.entry
A interface for wrapping attribute values stored into an EntryAttribute.
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 - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
VALUE - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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.filter.AssertionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.BindStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.MessageTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.message.SearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.api.ldap.model.schema.PrepareString.StringType
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() - 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.filter.AssertionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.ldif.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.AliasDerefMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.BindStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.controls.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.controls.SortResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.MessageTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.ReferralsPolicyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.ResultCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.message.SearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.schema.MatchingRuleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.schema.PrepareString.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.api.ldap.model.schema.SchemaObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
VALUES - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
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(Schema...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
verify(String...) - Method in interface org.apache.directory.api.ldap.model.schema.SchemaManager
Check that the Schemas are consistent regarding the current Registries.
version - Variable in class org.apache.directory.api.ldap.model.ldif.LdifReader
The ldif version
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

WHSP - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
WHSP - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
 
WHSP - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
 
WHSP - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
 
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.
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.BinaryValue
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.StringValue
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

X121_ADDRESS_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
 
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
 
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
 
XKEY - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
XSTRING - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 
XVALUES - Static variable in interface org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
 

_

_tokenNames - Static variable in class org.apache.directory.api.ldap.model.name.AntlrDnParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
 
_tokenNames - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_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.schema.syntaxes.AntlrSchemaExtensionLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_0 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_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.schema.syntaxes.AntlrSchemaExtensionLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_1 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_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.schema.syntaxes.AntlrSchemaExtensionLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_2 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_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.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
 
_tokenSet_3 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_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.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_4 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_5 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_5 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_6 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaLexer
 
_tokenSet_6 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_7 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
_tokenSet_8 - Static variable in class org.apache.directory.api.ldap.model.schema.syntaxes.AntlrSchemaValueParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.