- abandon(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Abandons a request submitted to the server for performing a particular operation
The abandonRequest is always non-blocking, because no response is expected
- abandon(AbandonRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
An abandon request essentially with the request message ID of the operation to be canceled
and/or potentially some controls and timeout (the controls and timeout are not mandatory).
- abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Abandons a request submitted to the server for performing a particular operation
The abandonRequest is always non-blocking, because no response is expected
- abandon(AbandonRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
An abandon request essentially with the request message ID of the operation to be canceled
and/or potentially some controls and timeout (the controls and timeout are not mandatory).
- abandon() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
Abandons this request.
- abandon() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
-
Abandons this request.
- abandon() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- abandon() - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
-
- abandon() - Method in interface org.apache.directory.shared.ldap.model.message.AbandonableRequest
-
Abandons this request.
- abandon() - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations
cannot be abandoned.
- abandon() - Method in class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
-
- abandon() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
RFC 2251/4511 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations
cannot be abandoned.
- abandon() - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
-
RFC 2251 [Section 4.11]: Abandon, Bind, Unbind, and StartTLS operations
cannot be abandoned.
- ABANDON_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- AbandonableRequest - Interface in org.apache.directory.shared.ldap.model.message
-
A request which can be abandoned.
- AbandonableRequestDecorator<M extends AbandonableResultResponseRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the LdapResultResponse message
- AbandonableRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
-
Makes Request a MessageDecorator.
- AbandonableResultResponseRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.codec.decorators
-
- AbandonableResultResponseRequestDecorator<M extends AbandonableResultResponseRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the LdapResultResponse message
- AbandonableResultResponseRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AbandonableResultResponseRequestDecorator
-
Makes Request a MessageDecorator.
- AbandonListener - Interface in org.apache.directory.shared.ldap.model.message
-
A listener interested in abandon operations performed on requests.
- AbandonRequest - Interface in org.apache.directory.shared.ldap.model.message
-
Abandon protocol operation request to terminate an operation already in
progress.
- AbandonRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the AddRequest message
- AbandonRequestDecorator(LdapApiService, AbandonRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Makes a AddRequest a MessageDecorator.
- AbandonRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
-
DSML Decorator for AbandonRequest
- AbandonRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Creates a new instance of AbandonRequestDsml.
- AbandonRequestDsml(LdapApiService, AbandonRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Creates a new instance of AbandonRequestDsml.
- AbandonRequestImpl - Class in org.apache.directory.shared.ldap.model.message
-
Implementation of an AbandonRequest message.
- AbandonRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Creates an AbandonRequest implementation for an outstanding request.
- AbandonRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Creates an AbandonRequest implementation for an outstanding request.
- ABSTRACT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- ABSTRACT_VAL - Static variable in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
-
The int constant value for the abstract objectClasses
- AbstractAbandonableRequest - Class in org.apache.directory.shared.ldap.model.message
-
The base abandonable request message class.
- AbstractAbandonableRequest(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
-
Subclasses must provide these parameters via a super constructor call.
- AbstractAsn1Object - Class in org.apache.directory.shared.asn1
-
An abstract class which implements basic TLV operations.
- AbstractAsn1Object(int) - Constructor for class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Constructor associated with a TLV identifier.
- AbstractAsn1Object() - Constructor for class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Default constructor.
- AbstractAttributeTypeProtectedItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
A base class for all items which protects attribute types (or its values)
- AbstractAttributeTypeProtectedItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
-
Creates a new instance.
- AbstractContainer - Class in org.apache.directory.shared.asn1.ber
-
This class is the abstract container used to store the current state of a PDU
being decoded.
- AbstractContainer() - Constructor for class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Creates a new instance of AbstractContainer with a starting state.
- AbstractContainer(ByteBuffer) - Constructor for class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Creates a new instance of AbstractContainer with a starting state.
- AbstractControl - Class in org.apache.directory.shared.ldap.model.message.controls
-
A simple implementation of the
Control
interface with storage for
the OID and the criticality properties.
- AbstractControl(String) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
Creates a Control with a specific OID.
- AbstractControl(String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
Creates a Control with a specific OID, and criticality set.
- AbstractCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
-
Simple class that contains often used Cursor code.
- AbstractCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
- AbstractDsmlMessageDecorator<E extends Message> - Class in org.apache.directory.shared.dsmlv2
-
An abstract DSML Message decorator base class.
- AbstractDsmlMessageDecorator(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
- AbstractExprNode - Class in org.apache.directory.shared.ldap.model.filter
-
Abstract implementation of a expression node.
- AbstractExprNode(AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
Creates a node by setting abstract node type.
- AbstractExtendedRequest<R extends ExtendedResponse> - Class in org.apache.directory.shared.ldap.model.message
-
ExtendedRequest implementation.
- AbstractExtendedRequest() - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform
extended protocol operation on the server.
- AbstractExtendedRequest(int) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Creates an ExtendedRequest implementing object used to perform
extended protocol operation on the server.
- AbstractGrammar<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.ber.grammar
-
The abstract Grammar which is the Mother of all the grammars.
- AbstractGrammar() - Constructor for class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
-
Default constructor
- AbstractGrammar - Class in org.apache.directory.shared.dsmlv2
-
The abstract IGrammar which is the Mother of all the grammars.
- AbstractGrammar() - Constructor for class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
- AbstractLdapReferralException - Exception in org.apache.directory.shared.ldap.model.exception
-
- AbstractLdapReferralException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
Creates a new instance of AbstractLdapReferralException.
- AbstractMessage - Class in org.apache.directory.shared.ldap.model.message
-
Abstract message base class.
- AbstractMessage(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Completes the instantiation of a Message.
- AbstractReadBitString<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
-
The action used read a BITSTRING from a TLV
- AbstractReadBitString(String) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadBitString
-
Instantiates a new AbstractReadByteArray action.
- AbstractReadInteger<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
-
The action used to read an integer value
- AbstractReadInteger(String) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadInteger
-
Instantiates a new AbstractReadInteger action.
- AbstractReadInteger(String, int, int) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadInteger
-
Creates a new instance of AbstractReadInteger.
- AbstractReadOctetString<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
-
The action used to read an OCTET STRING value
- AbstractReadOctetString(String) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
-
Instantiates a new AbstractReadInteger action.
- AbstractReadOctetString(String, boolean) - Constructor for class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
-
Instantiates a new AbstractReadInteger action.
- AbstractRequest - Class in org.apache.directory.shared.ldap.model.message
-
The base request message class.
- AbstractRequest(int, MessageTypeEnum, boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractRequest
-
Subclasses must provide these parameters via a super constructor call.
- AbstractRequestDsml<E extends Request> - Class in org.apache.directory.shared.dsmlv2.request
-
Abstract class for DSML requests.
- AbstractRequestDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
-
Creates a new instance of AbstractRequestDsml.
- AbstractResponse - Class in org.apache.directory.shared.ldap.model.message
-
Abstract base for a Response message.
- AbstractResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractResponse
-
Allows subclasses based on the abstract type to create a response to a
request.
- AbstractResponseDsml<E extends Response> - Class in org.apache.directory.shared.dsmlv2.reponse
-
Base class for all DSML responses.
- AbstractResponseDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AbstractResponseDsml
-
Instantiates a new abstract DSML response.
- AbstractResultResponse - Class in org.apache.directory.shared.ldap.model.message
-
Abstract base for a ResultResponse message.
- AbstractResultResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
-
Allows subclasses based on the abstract type to create a response to a
request.
- AbstractResultResponseDsml<E extends ResultResponse> - Class in org.apache.directory.shared.dsmlv2.reponse
-
Base class for all DSML responses.
- AbstractResultResponseDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AbstractResultResponseDsml
-
Instantiates a new abstract DSML response.
- AbstractResultResponseRequestDsml<E extends ResultResponseRequest<F>,F extends ResultResponse> - Class in org.apache.directory.shared.dsmlv2.request
-
Abstract class for DSML requests.
- AbstractResultResponseRequestDsml(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
Creates a new instance of AbstractRequestDsml.
- AbstractSchemaLoader - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An abstract class with a utility method and setListener() implemented.
- AbstractSchemaLoader() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
- AbstractSchemaObject - Class in org.apache.directory.shared.ldap.model.schema
-
Most schema objects have some common attributes.
- AbstractSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
A constructor for a SchemaObject instance.
- AbstractSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Constructor used when a generic reusable SchemaObject is assigned an
OID after being instantiated.
- AbstractSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
TODO AbstractSchemaParser.
- AbstractSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
-
Instantiates a new abstract schema parser.
- AbstractSimpleComponentsMonitor - Class in org.apache.directory.shared.util
-
Abstract implementation of a components monitor.
- AbstractSimpleComponentsMonitor(String[]) - Constructor for class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
-
Instantiates a new abstract simple components monitor.
- AbstractTupleCursor<K,V> - Class in org.apache.directory.shared.ldap.model.cursor
-
An abstract TupleCursor.
- AbstractTupleCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
- AbstractValue<T> - Class in org.apache.directory.shared.ldap.model.entry
-
A wrapper around byte[] values in entries.
- AbstractValue() - Constructor for class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
- accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
- accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
- accept(FilterVisitor) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Element/node accept method for visitor pattern.
- accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
- accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
- accept(FilterVisitor) - Method in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
-
Element/node accept method for visitor pattern.
- ACCESS_CONTROL_INNER_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_INNER_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SCHEME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SCHEME_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SUBENTRIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_CONTROL_SUBENTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ACCESS_POINT_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- AccessPointSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an AccessPoint.
- AccessPointSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
-
The AccessPoint SyntaxChecker constructor
- aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- aci_authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- aci_identificationTag() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ACI_ITEM_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- aci_itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- aci_precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- aci_precedence() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ACIItem - Class in org.apache.directory.shared.ldap.aci
-
- ACIItem(String, int, AuthenticationLevel) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItem
-
Creates a new instance
- ACIItemChecker - Class in org.apache.directory.shared.ldap.aci
-
A reusable wrapper around the antlr generated parser for an ACIItem as
defined by X.501.
- ACIItemChecker(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemChecker
-
Creates a ACIItem parser.
- ACIItemParser - Class in org.apache.directory.shared.ldap.aci
-
A reusable wrapper around the antlr generated parser for an ACIItem as
defined by X.501.
- ACIItemParser(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
-
Creates a ACIItem parser.
- ACIItemParser(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemParser
-
Creates a normalizing ACIItem parser.
- ACIItemSyntaxChecker - Class in org.apache.directory.shared.ldap.aci
-
A SyntaxChecker which verifies that a value is a valid ACIItem.
- ACIItemSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.aci.ACIItemSyntaxChecker
-
Creates a new instance of ACIItemSyntaxChecker
- ACITuple - Class in org.apache.directory.shared.ldap.aci
-
A flatten entity which is converted from an
ACIItem
.
- ACITuple(Collection<UserClass>, AuthenticationLevel, Collection<ProtectedItem>, Collection<MicroOperation>, boolean, Integer) - Constructor for class org.apache.directory.shared.ldap.aci.ACITuple
-
Creates a new instance.
- action(E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadBitString
-
The action to be executed.
- action(E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadInteger
-
The action to be executed.
- action(E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
-
The action to be executed.
- action(E) - Method in class org.apache.directory.shared.asn1.actions.CheckNotNullLength
-
The action to be executed.
- Action<E extends Asn1Container> - Interface in org.apache.directory.shared.asn1.ber.grammar
-
Action interface just contains the method 'action' which must be implemented
in all the implementing classes.
- action(E) - Method in interface org.apache.directory.shared.asn1.ber.grammar.Action
-
The action to be executed.
- Action - Interface in org.apache.directory.shared.dsmlv2
-
IAction interface just contains the method 'action' which must be implemented
in all the implementation classes.
- action(Dsmlv2Container) - Method in interface org.apache.directory.shared.dsmlv2.Action
-
The action to be executed.
- action(LdapMessageContainer<AbandonRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.abandonRequest.InitAbandonRequest
-
The action to be executed.
- action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAddRequestAttributeType
-
The action to be executed.
- action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAttributeValue
-
The action to be executed.
- action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.InitAddRequest
-
The action to be executed.
- action(LdapMessageContainer<AddRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addRequest.StoreAddRequestEntryName
-
The action to be executed.
- action(LdapMessageContainer<AddResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.addResponse.InitAddResponse
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.AllowGrammarEnd
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitBindRequest
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitSaslBind
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreName
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslCredentials
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslMechanism
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSimpleAuth
-
The action to be executed.
- action(LdapMessageContainer<BindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreVersion
-
The action to be executed.
- action(LdapMessageContainer<BindResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindResponse.InitBindResponse
-
The action to be executed.
- action(LdapMessageContainer<BindResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.bindResponse.StoreServerSASLCreds
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.CheckLengthNotNull
-
The action to be executed.
- action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.InitCompareRequest
-
The action to be executed.
- action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAssertionValue
-
The action to be executed.
- action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAttributeDesc
-
The action to be executed.
- action(LdapMessageContainer<CompareRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestEntryName
-
The action to be executed.
- action(LdapMessageContainer<CompareResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.compareResponse.InitCompareResponse
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.AddControl
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.InitControls
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlCriticality
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlValue
-
The action to be executed.
- action(LdapMessageContainer<DeleteRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.delRequest.InitDelRequest
-
The action to be executed.
- action(LdapMessageContainer<DeleteResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.delResponse.InitDelResponse
-
The action to be executed.
- action(LdapMessageContainer<ExtendedRequestDecorator<?, ?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedRequest.InitExtendedRequest
-
The action to be executed.
- action(LdapMessageContainer<ExtendedRequestDecorator<?, ?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestName
-
The action to be executed.
- action(LdapMessageContainer<ExtendedRequestDecorator<?, ?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestValue
-
The action to be executed.
- action(LdapMessageContainer<ExtendedResponseDecorator<?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedResponse.InitExtendedResponse
-
The action to be executed.
- action(LdapMessageContainer<ExtendedResponseDecorator<?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreExtendedResponseValue
-
The action to be executed.
- action(LdapMessageContainer<ExtendedResponseDecorator<?>>) - Method in class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreResponseName
-
The action to be executed.
- action(LdapMessageContainer<IntermediateResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.InitIntermediateResponse
-
The action to be executed.
- action(LdapMessageContainer<IntermediateResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseName
-
The action to be executed.
- action(LdapMessageContainer<IntermediateResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseValue
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapMessage.InitLdapMessage
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapMessage.StoreMessageId
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.AddReferral
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.InitReferrals
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreErrorMessage
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreMatchedDN
-
The action to be executed.
- action(LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreResultCode
-
The action to be executed.
- action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.InitModifyDnRequest
-
The action to be executed.
- action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestDeleteOldRdn
-
The action to be executed.
- action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestEntryName
-
The action to be executed.
- action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewRdn
-
The action to be executed.
- action(LdapMessageContainer<ModifyDnRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewSuperior
-
The action to be executed.
- action(LdapMessageContainer<ModifyDnResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyDnResponse.InitModifyDnResponse
-
The action to be executed.
- action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.AddModifyRequestAttribute
-
The action to be executed.
- action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitAttributeVals
-
The action to be executed.
- action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitModifyRequest
-
The action to be executed.
- action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestAttributeValue
-
The action to be executed.
- action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestObjectName
-
The action to be executed.
- action(LdapMessageContainer<ModifyRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreOperationType
-
The action to be executed.
- action(LdapMessageContainer<ModifyResponseDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.modifyResponse.InitModifyResponse
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAndFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitApproxMatchFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAssertionValueFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAttributeDescFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitEqualityMatchFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitExtensibleMatchFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitGreaterOrEqualFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitLessOrEqualFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitNotFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitOrFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitPresentFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitSubstringsFilter
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreAny
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreFinal
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreInitial
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchingRuleDnAttributes
-
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchValue
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreSubstringFilterType
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequest
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequestAttributeDescList
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestAttributeDesc
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestBaseObject
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestDerefAlias
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestScope
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestSizeLimit
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTimeLimit
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTypesOnly
-
The action to be executed.
- action(LdapMessageContainer<SearchRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreTypeMatchingRule
-
The action to be executed.
- action(LdapMessageContainer<SearchResultDoneDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultDone.InitSearchResultDone
-
The action to be executed.
- action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.AddAttributeType
-
The action to be executed.
- action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.InitSearchResultEntry
-
The action to be executed.
- action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultAttributeValue
-
The action to be executed.
- action(LdapMessageContainer<SearchResultEntryDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultEntryObjectName
-
The action to be executed.
- action(LdapMessageContainer<SearchResultReferenceDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultReference.InitSearchResultReference
-
The action to be executed.
- action(LdapMessageContainer<SearchResultReferenceDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.searchResultReference.StoreReference
-
The action to be executed.
- action(LdapMessageContainer<UnbindRequestDecorator>) - Method in class org.apache.directory.shared.ldap.codec.actions.unbindRequest.InitUnbindRequest
-
The action to be executed.
- action(Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PPolicyInit
-
The action to be executed.
- ActionTime - Class in org.apache.directory.shared.ldap.trigger
-
An enumeration that represents action times
for an LDAP trigger specification.
- actionTime() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- activateObject(Object) - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
- add(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Add an entry to the server.
- add(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Add an entry present in the AddRequest to the server.
- add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry to the server.
- add(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry present in the AddRequest to the server.
- add(String, String...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for addition in the target entry with the
given values.
- add(String, byte[]...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
- add(Attribute) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for addition in the target entry.
- add(String, String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
marks a given attribute for addition in the target entry with the
given values.
- add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
- add(Attribute) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
marks a given attribute for addition in the target entry.
- add(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- add(byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- add(Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Adds some values to this attribute.
- add(Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Adds some values to this attribute.
- add(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Adds some values to this attribute.
- add(byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Adds some values to this attribute.
- add(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an
entry.
- add(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some String values) into an
entry.
- add(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some values) into an
entry.
- add(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an
entry.
- add(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some values) into an
entry.
- add(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add an attribute (represented by its AttributeType and some String values) into an
entry.
- add(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add some Attributes to the current Entry.
- add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add some binary values to the current Entry.
- add(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add some String values to the current Entry.
- add(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add some Values to the current Entry.
- add(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add some Attributes to the current Entry.
- add(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some binary values) into an
entry.
- add(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some String values) into an
entry.
- add(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some values) into an
entry.
- add(String, AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some binary values) into an
entry.
- add(String, AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some String values) into an
entry.
- add(String, AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add an attribute (represented by its AttributeType and some values) into an
entry.
- add(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add some String values to the current Entry.
- add(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add some binary values to the current Entry.
- add(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Add some Values to the current Entry.
- add(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an
entry.
- add(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some String values) into an
entry.
- add(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some values) into an
entry.
- add(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some binary values) into an
entry.
- add(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some values) into an
entry.
- add(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add an attribute (represented by its AttributeType and some String values) into an
entry.
- add(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add some Attributes to the current Entry.
- add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add some binary values to the current Entry.
- add(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add some String values to the current Entry.
- add(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Add some Values to the current Entry.
- add(String, String...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
marks a given attribute for addition in the target entry with the
given values.
- add(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
- add(Attribute) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
marks a given attribute for addition in the target entry.
- add(String, String...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for addition in the target entry with the
given values.
- add(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
- add(Attribute) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for addition in the target entry.
- add(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
- add(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
- add(Rdn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Adds a single Rdn to the (leaf) end of this name.
- add(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Applies the added SchemaObject to the given register
- add(SchemaObject) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Registers a new SchemaObject.
- add(SchemaObject) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Registers a new SchemaObject.
- add(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Add a new node in the tree.
- add(Dn, N) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Add a new node in the tree.
- ADD_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
-
Add ordinal value
- ADD_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- ADD_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
Adds listener to be notified if this request gets abandoned.
- addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
-
Adds listener to be notified if this request gets abandoned.
- addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
-
- addAbandonListener(AbandonListener) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonableRequest
-
Adds listener to be notified if this request gets abandoned.
- addAbandonListener(AbandonListener) - Method in class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
-
Adds listener to be notified if this request gets abandoned.
- AddAddRequestAttributeType - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
-
The action used to store the AddRequest AttributeDescription
- AddAddRequestAttributeType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAddRequestAttributeType
-
Instantiates a new action.
- addAllControls(Control[]) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Adds the given controls.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
-
Adds an array of controls to this Message.
- addAllControls(Control[]) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
-
Adds an array of controls to this Message.
- addAny(String) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Add an any pattern
- addAnySubstrings(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Add a internal substring
- addAnySubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Add a internal substring
- addApplicableAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Add a matchingRule's AttributeType the MRU applies to.
- addApplicableAttributeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Add a matchingRule's AttributeType OIDs the MRU applies to.
- addAsync(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Add an entry to the server asynchronously.
- addAsync(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Add an entry present in the AddRequest to the server.
- addAsync(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry to the server asynchronously.
- addAsync(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry present in the AddRequest to the server.
- addAttribute(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Create a new attribute
- addAttribute(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Create a new attribute
- addAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Add an attribute to the entry
- addAttribute(String, Object...) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Add an attribute to the entry
- addAttributes(String...) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Adds some attributes to the set of entry attributes to return.
- addAttributes(String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Adds some attributes to the set of entry attributes to return.
- addAttributes(String...) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Adds some attributes to the set of entry attributes to return.
- addAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Adds some attributes to the set of entry attributes to return.
- addAttributeType(String) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Create a new attributeValue
- AddAttributeType - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
-
The action used to store the SearchResultEntry attributes
- AddAttributeType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.AddAttributeType
-
Instantiates a new action.
- addAttributeType(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Create a new attributeValue
- addAttributeType(String) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Create a new attributeValue
- addAttributeTypeAndValues(String) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Add a new attributeTypeAndValue
- addAttributeTypeAndValues(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Add a new attributeTypeAndValue
- addAttributeValue(Object) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Add a new value to the current attribute
- addAttributeValue(String) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Add a new value to the current attribute
- addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Add a new value to the current attribute
- addAttributeValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Add a new value to the current attribute
- addAttributeValue(Object) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Add a new value to the current attribute
- addAttributeValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Add a new value to the current attribute
- addAttributeValue(String) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Add a new value to the current attribute
- AddAttributeValue - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
-
The action used to store a Value to an AddRequest
- AddAttributeValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.AddAttributeValue
-
Instantiates a new value action.
- addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Add a new value to the current attribute
- addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Add a new value to the current attribute
- addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Add a new value to the current attribute
- addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Add a new value to the current attribute
- addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Add a new value to the current attribute
- addAttributeValue(Object) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Add a new value to the current attribute
- addAttributeValue(String) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Add a new value to the current attribute
- addAttributeValue(Value<?>) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Add a new value to the current attribute
- addAttributeValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Add a new value to the current attribute
- addAuxObjectClasses(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add an Auxiliary ObjectClass
- addAuxObjectClassOidOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add an Auxiliary ObjectClass Oid
- addConnectionClosedEventListener(ConnectionClosedEventListener) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Adds the connection closed event listener.
- addControl(Control) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Adds the given control.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Adds a control to this Message.
- AddControl - Class in org.apache.directory.shared.ldap.codec.actions.controls
-
The action used add a new control.
- AddControl() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.AddControl
-
Instantiates a new AddControl action.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
-
Adds a control to this Message.
- addControl(Control...) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Add a control to the entry
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Adds a control to this Message.
- addControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
-
Adds a control to this Message.
- addControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
-
Adds a control to this Message.
- addControls(LdapApiService, Element, Collection<Control>) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
-
Adds Controls to the given Element.
- addCurrentFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Add a current filter.
- addCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Add a current filter.
- addData(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Append some bytes to the data buffer.
- addData(byte[]) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Append some bytes to the data buffer.
- addDependencies(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Add a set of dependencies this schema uses.
- addDependencies(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Add a set of dependencies this schema uses.
- addExtension(String, List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Add an extension with its values
- addExtension(String, List<String>) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Add an extension with its values
- addFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
-
Add a new Filter to the list.
- addFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
-
Subclass the addFilterMethod, as this is specific for a NotFilter (we
cannot have more than one elements).
- addFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
Add a new Filter to the list.
- addFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
-
Subclass the addFilterMethod, as this is specific for a NotFilter (we
cannot have more than one elements).
- AddFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage AddRequests.
- AddFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.AddFuture
-
Creates a new instance of AddFuture.
- addLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
Adds an LDAPv3 URL to this Referral.
- addLdapUrl(String) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Adds an LDAPv3 URL to this Referral.
- addLdapUrlBytes(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
Adds an encoded LDAPv3 URL to this Referral.
- addLdapUrlBytes(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Adds an encoded LDAPv3 URL to this Referral.
- addLength(int) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Add a length to the object
- addLength(int) - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Add a length to the object
- addMappingFor(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Add a new Oid/Normalizer couple in the OidNormalizer map
- addMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Add a new Oid/Normalizer couple in the OidNormalizer map
- addMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Add a new Oid/Normalizer couple in the OidNormalizer map
- addMayAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add an allowed AttributeType
- addMayAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Add an allowed AttributeType
- addMayAttributeTypeOids(String...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Add some allowed AttributeType
- addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add an allowed AttributeType
- addMayAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Add an allowed AttributeType
- addMayAttributeTypes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Add some allowed AttributeTypes
- addModification(Modification) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Adds a ModificationItem to the set of modifications composing this modify
request.
- addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Add a modification
- addModification(Modification) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Adds a ModificationItem to the set of modifications composing this modify
request.
- addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Add a modification
- addModification(Modification) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Add a modification item (used by modify operations)
- addModification(ModificationOperation, Attribute) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Add a modification item (used by modify operations)
- addModification(ModificationOperation, String, Object) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Add a modification
- addModification(Modification) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Adds a ModificationItem to the set of modifications composing this modify
request.
- addModification(Attribute, ModificationOperation) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Add a modification
- addModification(Modification) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Adds a ModificationItem to the set of modifications composing this modify
request.
- addModification(Attribute, ModificationOperation) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Add a modification
- AddModifyRequestAttribute - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
-
The action used to store the ModificationRequest's attribute type
- AddModifyRequestAttribute() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.AddModifyRequestAttribute
-
Instantiates a new action.
- addMustAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add a required AttributeType OID
- addMustAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Add a required AttributeType OID
- addMustAttributeTypeOids(String...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Add some required AttributeType OIDs
- addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add a required AttributeType
- addMustAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Add a required AttributeType
- addMustAttributeTypes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Add some required AttributeTypes
- addName(String...) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Add a new name to the list of names for this SchemaObject.
- addName(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Add a new name to the list of names for this SchemaObject.
- addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
Adds a child node to this branch node node
- addNode(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Adds a child node to this NOT node node
- addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
Adds a child node to this branch node at the head rather than the tail.
- addNodeToHead(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Adds a child node to this NOT node at the head rather than the tail.
- AddNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming
disconnection for the Add response.
- addNotAttributeTypeOids(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add a precluded AttributeType
- addNotAttributeTypes(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Add a precluded AttributeType
- addOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- addOption(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
-
Add a new option to the option set for this attributeType.
- addOptions(Set<String>) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
-
Add a set of optionS to the option set for this attributeType.
- addParameter(Object, Object) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Adds the parameter.
- addParameter(StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
- addParameter(Object, Object) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Adds the parameter.
- addParameter(StoredProcedureParameter) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
- addParameter(StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
- addParameter(Object, Object) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Adds the parameter.
- addReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Add an association between a SchemaObject an the SchemaObject it refers
- addReferral(LdapUrl) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Add a referral
- AddReferral - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
-
The action used to add a referral to a LdapTresult
- AddReferral() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.AddReferral
-
Instantiates a new referral action.
- addRegexp(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
Add a new valid regexp for a Telephone number
- addReplicatedContexts(LdapUrl) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Add a new URL of a replicated server
- addRequest(DsmlDecorator<? extends Request>) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Adds a request to the Batch Request DSML.
- AddRequest - Interface in org.apache.directory.shared.ldap.model.message
-
Add protocol operation request used to add a new entry to the DIT.
- AddRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the AddRequest message
- AddRequestDecorator(LdapApiService, AddRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Makes a AddRequest a MessageDecorator.
- AddRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
-
DSML Decorator for AddRequest
- AddRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Creates a new getDecoratedMessage() of AddRequestDsml.
- AddRequestDsml(LdapApiService, AddRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Creates a new getDecoratedMessage() of AddRequestDsml.
- AddRequestImpl - Class in org.apache.directory.shared.ldap.model.message
-
Lockable add request implementation.
- AddRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Creates an AddRequest implementation to create a new entry.
- addResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Adds a request to the Batch Response DSML.
- addResponse(DsmlDecorator<? extends Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
-
Adds a response.
- AddResponse - Interface in org.apache.directory.shared.ldap.model.message
-
Add protocol response message used to confirm the results of a add request
message.
- AddResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the AddResponse message
- AddResponseDecorator(LdapApiService, AddResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
-
Makes a AddResponse a MessageDecorator.
- AddResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for AddResponse
- AddResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
-
Creates a new getDecoratedMessage() of AddResponseDsml.
- AddResponseDsml(LdapApiService, AddResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
-
Creates a new getDecoratedMessage() of AddResponseDsml.
- AddResponseImpl - Class in org.apache.directory.shared.ldap.model.message
-
AddResponse implementation.
- AddResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.AddResponseImpl
-
Creates an AddResponse as a reply to an AddRequest.
- AddResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.AddResponseImpl
-
Creates an AddResponse as a reply to an AddRequest.
- addReturningAttributes(String) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- addSchema(File) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
parses the given schema file present in OpenLDAP schema format
and adds all the SchemaObjects present in it to the SchemaManager
- addSchema(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- addSchema(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Add a new schema to the schema's list
- addSchema(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Create a new schema association with its content
- addSchema(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Add a new schema to the schema's list
- addSearchResultEntry(SearchResultEntryDsml) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Adds a Search Result Entry
- addSearchResultReference(SearchResultReferenceDsml) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Adds a Search Result Reference
- addSearchResultReference(LdapUrl) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Add a new reference to the list.
- addStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- addStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- addSuperior(ObjectClass...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Add some superior ObjectClasses
- addSuperiorOids(String...) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Add some superior ObjectClass OIDs
- addSuperRule(Integer) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Adds a new superior RuleId
- addSyncUUID(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- addSyncUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- addSyncUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- addThrowable(Throwable) - Method in exception org.apache.directory.shared.util.exception.MultiException
-
Add an exeception to this multiexception.
- addThrowable(Throwable) - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Add an exeception to this multiexception.
- addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Inject this SchemaObject into the given registries, updating the references to
other SchemaObject
- addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Inject this SchemaObject into the given registries, updating the references to
other SchemaObject
- addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Inject the DITContentRule into the registries, updating the references to
other SchemaObject
- addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Inject this SchemaObject into the given registries, updating the references to
other SchemaObject
- addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Inject the MatchingRule into the registries, updating the references to
other SchemaObject
- addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Inject the MatchingRuleUse into the registries, updating the references to
other SchemaObject
- addToRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Inject the NameForm into the registries, updating the references to
other SchemaObject
- addToRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Inject the ObjectClass into the registries, updating the references to
other SchemaObject
- addToRegistries(List<Throwable>, Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Inject this SchemaObject into the given registries, updating the references to
other SchemaObject
- ADMINISTRATIVE_ROLE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADMINISTRATIVE_ROLE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- AdministrativeRole - Enum in org.apache.directory.shared.ldap.model.subtree
-
The Administrative roles
- ADS_DS_REPLICA_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_DS_REPLICA_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_ALIAS_DEREF_MODE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_ALIAS_DEREF_MODE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_ATTRIBUTES_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_CONSUMER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_CONSUMER_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_CONSUMER_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_CONSUMER_IMPL - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_CONSUMER_IMPL_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_CONSUMER_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_COOKIE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_COOKIE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_EVENT_LOG - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_EVENT_LOG_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_LAST_SENT_CSN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_LAST_SENT_CSN_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PEER_CERTIFICATE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PEER_CERTIFICATE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PROV_HOST_NAME - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PROV_HOST_NAME_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PROV_PORT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PROV_PORT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PROVIDER_ID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_PROVIDER_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_REFRESH_INTERVAL - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_REFRESH_INTERVAL_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_REFRESH_N_PERSIST - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_REFRESH_N_PERSIST_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_REQ_HANDLER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_REQ_HANDLER_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_FILTER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_FILTER_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_SCOPE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_SCOPE_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_SIZE_LIMIT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_SIZE_LIMIT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_TIMEOUT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_SEARCH_TIMEOUT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_STRICT_CERT_VALIDATION - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_STRICT_CERT_VALIDATION_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_USE_TLS - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_USE_TLS_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_USER_DN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_USER_DN_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_USER_PASSWORD - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_REPL_USER_PASSWORD_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_SEARCH_BASE_DN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ADS_SEARCH_BASE_DN_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- after(Entry) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
This operation is not supported in SearchCursor.
- after(Response) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
This operation is not supported in SearchCursor.
- after(E) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a
true return value, will have positioned the Cursor on a dataSet element
equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a
true return value, will have positioned the Cursor on a dataSet element
equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a
true return value, will have positioned the Cursor on a dataSet element
equal to or less than the element argument but not greater.
- after(E) - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Prepares this Cursor, so a subsequent call to Cursor#previous() with a
true return value, will have positioned the Cursor on a dataSet element
equal to or less than the element argument but not greater.
- AFTER - Static variable in class org.apache.directory.shared.ldap.trigger.ActionTime
-
The AFTER instance.
- afterKey(K) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleCursor
-
An alternative to calling after(Tuple) which often may require
wrapping a key in a newly created Tuple object that may be unnecessary.
- afterLast() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
This operation is not supported in SearchCursor.
- afterLast() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
This operation is not supported in SearchCursor.
- afterLast() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Positions this Cursor after the last element.
- afterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Positions this Cursor after the last element.
- afterValue(K, V) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleCursor
-
An alternative to calling after(Tuple) which often may require
wrapping a key and a value in a newly created Tuple object that may be
unnecessary.
- ALIAS_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALIAS_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- AliasDerefMode - Enum in org.apache.directory.shared.ldap.model.message
-
Type-safe derefAliases search parameter enumeration which determines the mode
of alias handling.
- ALIASED_OBJECT_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALIASED_OBJECT_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- aliasNamesMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks to see if the alias names of a schema description match another
description.
- ALL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALL_OPERATIONAL_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALL_USER_ATTRIBUTE_TYPES - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
-
All user attribute type information associated with the entry, but not
values associated with those attributes.
- ALL_USER_ATTRIBUTE_TYPES_AND_VALUES - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
-
All user attribute information associated with the entry, including all
values of all user attributes.
- ALL_USER_ATTRIBUTES - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALL_USER_ATTRIBUTES_ARRAY - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ALL_USERS - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
-
Every directory user (with possible requirements for
authenticationLevel).
- allAttributeValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- allAttributeValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AllAttributeValuesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
All attribute value information pertaining to specific attributes.
- AllAttributeValuesItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AllAttributeValuesItem
-
Creates a new instance.
- allComponentsUsed() - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
-
Check if all components are used.
- allComponentsUsed() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
-
Check if all components are used.
- allComponentsUsed() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
-
Check if all components are used.
- AllowGrammarEnd - Class in org.apache.directory.shared.ldap.codec.actions
-
The action used to indicate that the grammar can terminate after this action
- AllowGrammarEnd() - Constructor for class org.apache.directory.shared.ldap.codec.actions.AllowGrammarEnd
-
Instantiates a new value action.
- allowIndefiniteLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Allow indefinite length.
- allowIndefiniteLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Allow indefinite length.
- allUserAttributeTypes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- allUserAttributeTypes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- allUserAttributeTypesAndValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AllUserAttributeTypesAndValuesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
All user attribute information associated with the entry, including all
values of all user attributes.
- AllUserAttributeTypesAndValuesItem() - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesAndValuesItem
-
Creates a new instance of AllUserAttributeTypesAndValuesItem.
- AllUserAttributeTypesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
All user attribute type information associated with the entry, but not
values associated with those attributes.
- AllUserAttributeTypesItem() - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesItem
-
Creates a new instance of AllUserAttributeTypesItem.
- allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- allUsers() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ALPHA - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ALPHA - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- ALPHA - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ALPHA - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ALPHA - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ALPHA - Static variable in class org.apache.directory.shared.util.Chars
-
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
- ALPHA_DIGIT - Static variable in class org.apache.directory.shared.util.Chars
-
<alpha-digit> | <digit>
- ALPHA_LOWER_CASE - Static variable in class org.apache.directory.shared.util.Chars
-
<alpha-lower-case> ::= [0x61-0x7A]
- ALPHA_UPPER_CASE - Static variable in class org.apache.directory.shared.util.Chars
-
<alpha-upper-case> ::= [0x41-0x5A]
- aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- aMaxValueCount() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- and() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- and() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- and() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- AND_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- AndFilter - Class in org.apache.directory.shared.dsmlv2.request
-
And Filter Object to store the And filter.
- AndFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.AndFilter
-
- AndFilter - Class in org.apache.directory.shared.ldap.codec.search
-
And Filter Object to store the And filter.
- AndFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AndFilter
-
The constructor.
- AndFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.AndFilter
-
The constructor.
- AndNode - Class in org.apache.directory.shared.ldap.model.filter
-
Node representing an AND connector in a filter operation
- AndNode(List<ExprNode>) - Constructor for class org.apache.directory.shared.ldap.model.filter.AndNode
-
Creates a AndNode using a logical operator and a list of children.
- AndNode(ExprNode...) - Constructor for class org.apache.directory.shared.ldap.model.filter.AndNode
-
Creates a AndNode using a logical operator and a list of children.
- AndNode() - Constructor for class org.apache.directory.shared.ldap.model.filter.AndNode
-
Creates an empty AndNode
- AndRefinement - Class in org.apache.directory.shared.ldap.model.subtree
-
A class holding a AND refinement, as defined in RFC 3672
- AndRefinement(List<Refinement>) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AndRefinement
-
Creates a new instance of AndRefinement.
- annotations - Variable in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
The map of annotations
- anonymousBind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Anonymous Bind on a server.
- anonymousBind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Anonymous Bind on a server.
- anonymousBindAsync() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Anonymous asynchronous Bind on a server.
- anonymousBindAsync() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Anonymous asynchronous Bind on a server.
- AntlrACIItemChecker - Class in org.apache.directory.shared.ldap.aci
-
The antlr generated ACIItem checker.
- AntlrACIItemChecker(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemChecker(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemChecker(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemChecker(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemChecker(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- AntlrACIItemCheckerLexer - Class in org.apache.directory.shared.ldap.aci
-
The parser's primary lexer.
- AntlrACIItemCheckerLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerLexer
-
- AntlrACIItemCheckerTokenTypes - Interface in org.apache.directory.shared.ldap.aci
-
- AntlrACIItemLexer - Class in org.apache.directory.shared.ldap.aci
-
The parser's primary lexer.
- AntlrACIItemLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemLexer
-
- AntlrACIItemParser - Class in org.apache.directory.shared.ldap.aci
-
The antlr generated ACIItem parser.
- AntlrACIItemParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AntlrACIItemParserTokenTypes - Interface in org.apache.directory.shared.ldap.aci
-
- AntlrDnLexer - Class in org.apache.directory.shared.ldap.model.name
-
An antlr generated Dn lexer.
- AntlrDnLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
-
- AntlrDnLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
-
- AntlrDnLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
-
- AntlrDnLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnLexer
-
- AntlrDnParser - Class in org.apache.directory.shared.ldap.model.name
-
An antlr generated Dn parser.
- AntlrDnParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
- AntlrDnParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
- AntlrDnParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
- AntlrDnParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
- AntlrDnParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
- AntlrDnTokenTypes - Interface in org.apache.directory.shared.ldap.model.name
-
- antlrSchemaConverterLexer - Class in org.apache.directory.shared.converter.schema
-
- antlrSchemaConverterLexer(InputStream) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
-
- antlrSchemaConverterLexer(Reader) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
-
- antlrSchemaConverterLexer(InputBuffer) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
-
- antlrSchemaConverterLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterLexer
-
- antlrSchemaConverterParser - Class in org.apache.directory.shared.converter.schema
-
- antlrSchemaConverterParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- antlrSchemaConverterParser(TokenBuffer) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- antlrSchemaConverterParser(TokenStream, int) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- antlrSchemaConverterParser(TokenStream) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- antlrSchemaConverterParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- AntlrSchemaExtensionLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema lexer.
- AntlrSchemaExtensionLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
-
- AntlrSchemaExtensionLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
-
- AntlrSchemaExtensionLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
-
- AntlrSchemaExtensionLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionLexer
-
- AntlrSchemaExtensionParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema parser.
- AntlrSchemaExtensionParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
-
- AntlrSchemaExtensionParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
-
- AntlrSchemaExtensionParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
-
- AntlrSchemaExtensionParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
-
- AntlrSchemaExtensionParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
-
- AntlrSchemaExtensionTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
-
- AntlrSchemaLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema main lexer.
- AntlrSchemaLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
-
- AntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
-
- AntlrSchemaLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
-
- AntlrSchemaLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaLexer
-
- AntlrSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema main parser.
- AntlrSchemaParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- AntlrSchemaParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- AntlrSchemaParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- AntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- AntlrSchemaParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- AntlrSchemaQdstringLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema lexer.
- AntlrSchemaQdstringLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
-
- AntlrSchemaQdstringLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
-
- AntlrSchemaQdstringLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
-
- AntlrSchemaQdstringLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringLexer
-
- AntlrSchemaQdstringParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema parser.
- AntlrSchemaQdstringParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
-
- AntlrSchemaQdstringParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
-
- AntlrSchemaQdstringParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
-
- AntlrSchemaQdstringParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
-
- AntlrSchemaQdstringParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
-
- AntlrSchemaQdstringTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
-
- antlrSchemaTokenTypes - Interface in org.apache.directory.shared.converter.schema
-
- AntlrSchemaTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
-
- AntlrSchemaValueLexer - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema lexer.
- AntlrSchemaValueLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
-
- AntlrSchemaValueLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
-
- AntlrSchemaValueLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
-
- AntlrSchemaValueLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueLexer
-
- AntlrSchemaValueParser - Class in org.apache.directory.shared.ldap.model.schema.syntaxes
-
An antlr generated schema parser.
- AntlrSchemaValueParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
- AntlrSchemaValueParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
- AntlrSchemaValueParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
- AntlrSchemaValueParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
- AntlrSchemaValueParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
- AntlrSchemaValueTokenTypes - Interface in org.apache.directory.shared.ldap.model.schema.syntaxes
-
- AntlrSubtreeSpecificationChecker - Class in org.apache.directory.shared.ldap.model.subtree
-
The antlr generated subtree specification parser.
- AntlrSubtreeSpecificationChecker(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- AntlrSubtreeSpecificationChecker(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- AntlrSubtreeSpecificationChecker(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- AntlrSubtreeSpecificationChecker(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- AntlrSubtreeSpecificationChecker(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- AntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.shared.ldap.model.subtree
-
The parser's primary lexer.
- AntlrSubtreeSpecificationCheckerLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
-
- AntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
-
- AntlrSubtreeSpecificationCheckerLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
-
- AntlrSubtreeSpecificationCheckerLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerLexer
-
- AntlrSubtreeSpecificationCheckerTokenTypes - Interface in org.apache.directory.shared.ldap.model.subtree
-
- AntlrSubtreeSpecificationLexer - Class in org.apache.directory.shared.ldap.model.subtree
-
The parser's primary lexer.
- AntlrSubtreeSpecificationLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
-
- AntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
-
- AntlrSubtreeSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
-
- AntlrSubtreeSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationLexer
-
- AntlrSubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.model.subtree
-
The antlr generated subtree specification parser.
- AntlrSubtreeSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- AntlrSubtreeSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- AntlrSubtreeSpecificationParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- AntlrSubtreeSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- AntlrSubtreeSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- AntlrSubtreeSpecificationParserTokenTypes - Interface in org.apache.directory.shared.ldap.model.subtree
-
- AntlrTriggerSpecificationLexer - Class in org.apache.directory.shared.ldap.trigger
-
The parser's primary lexer.
- AntlrTriggerSpecificationLexer(InputStream) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationLexer(InputBuffer) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationLexer(LexerSharedInputState) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationLexer
-
- AntlrTriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
-
The ANTLR generated TriggerSpecification parser.
- AntlrTriggerSpecificationParser(TokenBuffer, int) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParser(TokenBuffer) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParser(TokenStream, int) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParser(ParserSharedInputState) - Constructor for class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- AntlrTriggerSpecificationParserTokenTypes - Interface in org.apache.directory.shared.ldap.trigger
-
- anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- anyItemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- anyUserPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- append(byte[]) - Method in class org.apache.directory.shared.util.ByteBuffer
-
Appends the bytes to this buffer.
- append(byte) - Method in class org.apache.directory.shared.util.ByteBuffer
-
Appends a byte to this buffer.
- append(int) - Method in class org.apache.directory.shared.util.ByteBuffer
-
Appends an int to this buffer.
- APPLIES - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- apply(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Apply an AttributeType to the current Value, normalizing it.
- apply(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Set the attribute type associated with this EntryAttribute.
- apply(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Set the attribute type associated with this EntryAttribute.
- apply(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Apply the AttributeType to the Modification
- apply(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
Apply the AttributeType to the Modification
- apply(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Apply an AttributeType to the current Value, normalizing it.
- apply(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Apply a SchemaManager to the Ava.
- apply(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Normalizes the Dn using the given the schema manager
- apply(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Transform a Rdn by changing the value to its OID counterpart and
normalizing the value accordingly to its type.
- applyModification(Entry, Modification) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
A method to apply a modification to an existing entry.
- APPROX_MATCH_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- APPROX_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- ApproximateNode<T> - Class in org.apache.directory.shared.ldap.model.filter
-
A simple assertion value node.
- ApproximateNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.ApproximateNode
-
Creates a new ApproximateNode object.
- ApproximateNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.ApproximateNode
-
Creates a new ApproximateNode object.
- areEquals(String, int, String) - Static method in class org.apache.directory.shared.util.Strings
-
Check if a text is present at the current position in another string.
- areEquals(byte[], int, String) - Static method in class org.apache.directory.shared.util.Strings
-
Check if a text is present at the current position in a buffer.
- areEquals(char[], int, String) - Static method in class org.apache.directory.shared.util.Strings
-
Check if a text is present at the current position in a buffer.
- areEquals(char[], int, char[]) - Static method in class org.apache.directory.shared.util.Strings
-
Check if a text is present at the current position in a buffer.
- areEquals(byte[], int, byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Check if a text is present at the current position in a buffer.
- ArrayEnumeration - Class in org.apache.directory.shared.util
-
An enumeration wrapper around an array.
- ArrayEnumeration(Object[]) - Constructor for class org.apache.directory.shared.util.ArrayEnumeration
-
Constructs an enumeration by wrapping an array.
- ArrayNamingEnumeration<T> - Class in org.apache.directory.shared.util
-
A NamingEnumeration over an array of objects.
- ArrayNamingEnumeration(T[]) - Constructor for class org.apache.directory.shared.util.ArrayNamingEnumeration
-
Creates a NamingEnumeration over an array of objects.
- asciiBytesToString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Thansform an array of ASCII bytes to a string.
- asciiStringToByte(String) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
-
Transform a string to an array of ASCII bytes, where the byte array will contain
only values in [0, 127].
- Asn1Container - Interface in org.apache.directory.shared.asn1.ber
-
Every ASN1 container must implement this interface.
- Asn1Decoder - Class in org.apache.directory.shared.asn1.ber
-
A BER TLV Tag component decoder.
- Asn1Decoder() - Constructor for class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
A public constructor of an Asn1 Decoder.
- Asn1Object - Interface in org.apache.directory.shared.asn1
-
An abstract class which implements basic TLV operations.
- Asn1StringUtils - Class in org.apache.directory.shared.asn1.util
-
Little helper class.
- Asn1StringUtils() - Constructor for class org.apache.directory.shared.asn1.util.Asn1StringUtils
-
- assertCandidate(Entry) - Method in interface org.apache.directory.shared.ldap.model.filter.Assertion
-
Checks to see if a candidate is valid by asserting an arbitrary predicate
against the candidate.
- Assertion - Interface in org.apache.directory.shared.ldap.model.filter
-
A candidacy predicate which tests if an entry satisfies some condition before
being returned by a search.
- AssertionNode - Class in org.apache.directory.shared.ldap.model.filter
-
Node used for the application of arbitrary predicates on return candidates.
- AssertionNode(Assertion) - Constructor for class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
Creates an AssertionNode using an arbitrary candidate assertion.
- AssertionNode(Assertion, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
Creates an AssertionNode using an arbitrary candidate assertion with a
descriptions used for filter AST walker dumps.
- assertionType - Variable in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
The node type
- AssertionType - Enum in org.apache.directory.shared.ldap.model.filter
-
All the different kind of assertions.
- assertSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
-
Asserts whether or not the attribute's value conforms to the attribute
syntax.
- associateWithSchema(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Store the given SchemaObject in the Map associating SchemaObjetcs to their
related Schema.
- Attribute - Interface in org.apache.directory.shared.ldap.model.entry
-
A generic interface used to store the LDAP Attributes.
- attribute - Variable in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
attribute on which this leaf is based
- ATTRIBUTE_CERTIFICATE_ASSERTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_TYPE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_TYPE_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_TYPE_USAGE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_TYPES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_TYPES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_TYPES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ATTRIBUTE_VALUE_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- AttributeClassLoader - Class in org.apache.directory.shared.ldap.schemaloader
-
A class loader that loads classes from an attribute within an entry.
- AttributeClassLoader() - Constructor for class org.apache.directory.shared.ldap.schemaloader.AttributeClassLoader
-
Instantiates a new attribute class loader.
- attributeType() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- attributeType() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- attributeType() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- attributeType - Variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
reference to the attributeType zssociated with the value
- attributeType - Variable in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
attributeType on which this leaf is based
- attributeType() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
attributeType = descr / numericoid
- AttributeType - Class in org.apache.directory.shared.ldap.model.schema
-
An attributeType specification.
- AttributeType(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Creates a AttributeType object using a unique OID.
- ATTRIBUTETYPE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- attributeTypeAndValue(Rdn) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3
attributeTypeAndValue = attributeType EQUALS attributeValue
RFC 2253, Section 3
attributeTypeAndValue = attributeType "=" attributeValue
- attributeTypeDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
Production for matching attribute type descriptions.
- AttributeTypeDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A parser for RFC 4512 attribute type descriptions.
- AttributeTypeDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
-
Creates a schema parser instance.
- AttributeTypeDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the
attribute type descripton syntax according to RFC 4512, par 4.2.2:
- AttributeTypeDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
-
Creates a new instance of AttributeTypeDescriptionSchemaParser.
- AttributeTypeHolder - Class in org.apache.directory.shared.converter.schema
-
A bean used to hold the literal values of an AttributeType parsed out of an
OpenLDAP schema configuration file.
- AttributeTypeHolder(String) - Constructor for class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Create an instance of an attributeType
- AttributeTypeItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
Attribute type information pertaining to specific attributes but not
values associated with the type.
- AttributeTypeItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AttributeTypeItem
-
Creates a new instance.
- AttributeTypeOptions - Class in org.apache.directory.shared.ldap.model.schema
-
An structure containing a couple of attributeType and options.
- AttributeTypeOptions(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
-
Creates a new instance of AttributeTypeOptions, containing an attributeType,
but no options.
- AttributeTypeOptions(AttributeType, Set<String>) - Constructor for class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
-
Creates a new instance of AttributeTypeOptions, containing an attributeType,
and options.
- AttributeTypeRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
An AttributeType registry service interface.
- attributeTypeRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The AttributeType registry
- attributeTypes - Variable in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
-
The attribute types.
- attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- attributeTypeSet() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- attributeTypesMatch(AttributeType, AttributeType) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks two schema attributeTypes for an exact match.
- AttributeTypeUsageSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A syntax checker which checks to see if an attributeType's type is either:
userApplications
directoryOperation
distributedOperation
dSAOperation
.* The case is NOT ignored.
- AttributeTypeUsageSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
-
Creates a new instance of AttributeTypeUsageSyntaxChecker.
- AttributeUtils - Class in org.apache.directory.shared.ldap.model.entry
-
A set of utility fuctions for working with Attributes.
- AttributeUtils() - Constructor for class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
- attributeValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- attributeValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- attributeValue(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3
attributeValue = string / hexstring
RFC 2253, Section 3
attributeValue = string
string = *( stringchar / pair )
/ "#" hexstring
/ QUOTATION *( quotechar / pair ) QUOTATION ; only from v2
- AttributeValueAssertion - Class in org.apache.directory.shared.dsmlv2.request
-
A class to store an attribute value assertion.
- AttributeValueAssertion() - Constructor for class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
- AttributeValueAssertion - Class in org.apache.directory.shared.ldap.codec
-
A class to store an attribute value assertion.
- AttributeValueAssertion() - Constructor for class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
- AttributeValueAssertionFilter - Class in org.apache.directory.shared.dsmlv2.request
-
Object to store the filter.
- AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
-
The constructor.
- AttributeValueAssertionFilter - Class in org.apache.directory.shared.ldap.codec.search
-
Object to store the filter.
- AttributeValueAssertionFilter(int, int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
The constructor.
- AttributeValueAssertionFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
The constructor.
- AttributeValueItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
A specific value of specific attributes.
- AttributeValueItem(Set<Attribute>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
-
Creates a new instance.
- ATTRVAL_SPEC - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
State values for the modify operation : ATTRVAL_SPEC
- ATTRVAL_SPEC_OR_SEP - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
State values for the modify operation : ATTRVAL_SPEC_OR_SEP
- AUDIO_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- AudioSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an Audio according to RFC 2252.
- AudioSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
-
Creates a new instance of AudioSyntaxChecker
- authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- authenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- AuthenticationLevel - Enum in org.apache.directory.shared.ldap.model.constants
-
An enumeration that represents the level of authentication.
- authorizationId - Variable in class org.apache.directory.ldap.client.api.SaslRequest
-
The authorization ID of the entity
- AUTONOMOUS_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- AUTONOMOUS_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- AUX - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- AUX_OR_AUXILIARY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- AUXILIARY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- AUXILIARY_VAL - Static variable in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
-
The int constant value for the auxillary objectClasses
- Ava - Class in org.apache.directory.shared.ldap.model.name
-
A Attribute Type And Value, which is the basis of all Rdn.
- Ava() - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
-
Constructs an empty Ava
- Ava(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
-
Constructs an empty schema aware Ava.
- Ava(String, byte[]) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
-
Construct an Ava containing a binary value.
- Ava(SchemaManager, String, byte[]) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
-
Construct a schema aware Ava containing a binary value.
- Ava(String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
-
Construct an Ava with a String value.
- Ava(SchemaManager, String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Ava
-
Construct a schema aware Ava with a String value.
- ava - Variable in class org.apache.directory.shared.ldap.model.name.Rdn
-
A simple Ava is used to store the Rdn for the simple
case where we only have a single type=value.
- available() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
Determines whether or not a call to get() will succeed.
- available() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
Determines whether or not a call to get() will succeed.
- available() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Determines whether or not a call to get() will succeed.
- available() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
-
Determines whether or not a call to get() will succeed.
- available() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Determines whether or not a call to get() will succeed.
- available() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Determines whether or not a call to get() will succeed.
- C_POSTALCODE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- C_POSTALCODE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CACHE_MAX - Static variable in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Cache maximum size default
- CachingDeepTrimNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
A deep trimming normalizer that caches normalizations to prevent repeat
normalizations from occurring needlessly.
- CachingDeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDeepTrimNormalizer
-
- CachingDeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
A deep trimming normalizer that caches normalizations to prevent repeat
normalizations from occurring needlessly.
- CachingDeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDeepTrimToLowerNormalizer
-
- CachingDnNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
A deep trimming normalizer that caches normalizations to prevent repeat
normalizations from occurring needlessly.
- CachingDnNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDnNormalizer
-
- CachingNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
Caches previously normalized values.
- CachingNormalizer(Normalizer) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Creates a CachingNormalizer that decorates another normalizer using a
default cache size.
- CachingNormalizer(Normalizer, int) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Creates a CachingNormalizer that decorates another normalizer using a
specified cache size.
- callStoredProcedure(LdapContext, String, Object[]) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
-
- cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
- cancel() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
Cancel the Future
- Cancel - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
An extended operation to proceed a Cancel operation, as described
in RFC 3909
- Cancel(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Create a Cancel object, with a messageId
- Cancel() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Default constructor.
- CancelContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
A container for the Cancel codec.
- CancelContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
-
Creates a new CancelContainer object.
- CancelDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
A decoder for Cancel.
- CancelDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelDecoder
-
- CancelFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
- CancelFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
-
- CancelGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
This class implements the Cancel operation.
- cancelled - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
flag to determine if this future is cancelled
- CancelRequest - Interface in org.apache.directory.shared.ldap.extras.extended
-
The CancelRequest interface.
- CancelRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
A Decorator for CancelRequests.
- CancelRequestDecorator(LdapApiService, CancelRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
-
- CancelRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
Implement the extended Cancel Request as described in RFC 3909.
- CancelRequestImpl(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
-
Creates a new instance of CancelRequest.
- CancelRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
-
Creates a new instance of CancelRequest.
- CancelResponse - Interface in org.apache.directory.shared.ldap.extras.extended
-
The interface for Cancel ExtendedResponses.
- CancelResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
A Decorator for CancelResponses.
- CancelResponseDecorator(LdapApiService, CancelResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelResponseDecorator
-
Creates a new instance of CancelResponseDecorator.
- CancelResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
The response sent back from the server after the Cancel extended operation is performed.
- CancelResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
-
Create a new CancelResponse object
- CancelResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
-
- CancelResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
-
- CancelStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel
-
This class store the Cancel's grammar constants.
- canVisit(ExprNode) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
-
- canVisit(ExprNode) - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
-
Checks to see if a node can be visited.
- capacity() - Method in class org.apache.directory.shared.util.ByteBuffer
-
- Cascade - Interface in org.apache.directory.shared.ldap.model.message.controls
-
The Cascade control
- CascadeDecorator - Class in org.apache.directory.shared.ldap.codec.controls.cascade
-
The Cascade control decorator.
- CascadeDecorator(LdapApiService, Cascade) - Constructor for class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
-
Default constructor
- CascadeFactory - Class in org.apache.directory.shared.ldap.codec.controls.cascade
-
- CascadeFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeFactory
-
Creates a new instance of CascadeFactory.
- CascadeImpl - Class in org.apache.directory.shared.ldap.model.message.controls
-
Simple Cascade control implementation.
- CascadeImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
-
Default constructor
- CascadeImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
-
Sets criticality when creating.
- CASE_EXACT_IA5_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_EXACT_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_IA5_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_IA5_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_IA5_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_LIST_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_LIST_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_LIST_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_SUBSTRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CASE_IGNORE_SUBSTRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- cause - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
If the request has been cancelled because of an exception it will be stored here
- centerTrunc(String, int, int) - Static method in class org.apache.directory.shared.util.Strings
-
Truncates large Strings showing a portion of the String's head and tail
with the center cut out and replaced with '...'.
- CertGenerationContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
A container for certificate generation request codec.
- CertGenerationContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
-
Creates a new CertGenContainer object.
- CertGenerationDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
A decoder for CertGenerationObject.
- CertGenerationDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationDecoder
-
- CertGenerationFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
- CertGenerationFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
-
- CertGenerationGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
This class implements the Certificate generation extended operation's ASN.1 grammer.
- CertGenerationGrammar() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationGrammar
-
- CertGenerationObject - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
An extended operation for generating a public key Certificate.
- CertGenerationObject(CertGenerationRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
-
- CertGenerationRequest - Interface in org.apache.directory.shared.ldap.extras.extended
-
The interface for a certificate generation request extended operation.
- CertGenerationRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
A Decorator for CancelRequests.
- CertGenerationRequestDecorator(LdapApiService, CertGenerationRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
-
- CertGenerationRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
An extended operation requesting the server to generate a public/private key pair and a certificate
and store them in a specified target entry in the DIT.
- CertGenerationRequestImpl(int, String, String, String, String) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
-
Creates a new instance of CertGenerationRequest.
- CertGenerationRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
-
Creates a new instance of CertGenerationRequest.
- CertGenerationResponse - Interface in org.apache.directory.shared.ldap.extras.extended
-
The interface for the certificate generation extended operation.
- CertGenerationResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
A Decorator for CancelResponses.
- CertGenerationResponseDecorator(LdapApiService, CertGenerationResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationResponseDecorator
-
Creates a new instance of CancelResponseDecorator.
- CertGenerationResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
The response sent back from the server after the CertGeneration extended operation is performed.
- CertGenerationResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
-
- CertGenerationResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
-
- CertGenerationResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
-
- CertGenerationStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
-
This class store the CertGeneration's grammar constants.
- CERTIFICATE_LIST_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CERTIFICATE_PAIR_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CERTIFICATE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CertificateListSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 :
"Due to changes made to the definition of a CertificateList through time,
no LDAP-specific encoding is defined for this syntax.
- CertificateListSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
-
Creates a new instance of CertificateListSyntaxChecker.
- CertificatePairSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 :
"Due to changes made to the definition of a CertificatePair through time,
no LDAP-specific encoding is defined for this syntax.
- CertificatePairSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
-
Creates a new instance of CertificatePairSyntaxChecker.
- CertificateSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a certificate according to RFC 4523 :
"Due to changes made to the definition of a Certificate through time,
no LDAP-specific encoding is defined for this syntax.
- CertificateSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
-
Creates a new instance of CertificateSyntaxChecker.
- CHANGE - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Type of element read : CHANGE
- CHANGE_TYPES_MAX - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- CHANGE_TYPES_MIN - Static variable in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
Min and Max values for the possible combined change types
- CHANGELOG_CONTEXT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CHANGELOG_CONTEXT_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ChangeType - Enum in org.apache.directory.shared.ldap.model.ldif
-
A type safe enumeration for an LDIF record's change type.
- ChangeType - Enum in org.apache.directory.shared.ldap.model.message.controls
-
Enumeration type for entry changes associates with the persistent search
control and the entry change control.
- CHAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- CHAR - Static variable in class org.apache.directory.shared.util.Chars
-
<alpha> | <digit> | '-'
- CHAR_FIVE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
-
- CHAR_FOUR_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
-
- CHAR_ONE_BYTE_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
-
- CHAR_SIX_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
-
- CHAR_THREE_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
-
- CHAR_TWO_BYTES_MASK - Static variable in interface org.apache.directory.shared.util.UnicodeConstants
-
- charAt(String, int) - Static method in class org.apache.directory.shared.util.Strings
-
Get the character at a given position in a string, checking fo limits
- CharConstants - Interface in org.apache.directory.shared.util
-
Various Character constants are kept here.
- Chars - Class in org.apache.directory.shared.util
-
Various Character methods are kept here.
- Chars() - Constructor for class org.apache.directory.shared.util.Chars
-
- charToBytes(char) - Static method in class org.apache.directory.shared.util.Unicode
-
Return the Unicode char which is coded in the bytes at the given
position.
- check() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Check the registries for invalid relations.
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- CheckLengthNotNull - Class in org.apache.directory.shared.ldap.codec.actions
-
The action used to check that the TLV length is not null
- CheckLengthNotNull() - Constructor for class org.apache.directory.shared.ldap.codec.actions.CheckLengthNotNull
-
Instantiates the action.
- checkNotClosed(String) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Check that the cursor is not closed before executing an operation.
- checkNotClosed(String) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Check if the cursor is closed for the given operation
- checkNotClosed() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
-
Checks if state of this ClosureMonitor is set to closed and if so,
throws the causing Exception.
- checkNotClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
Checks if state of this ClosureMonitor is set to closed and if so,
throws the causing Exception.
- CheckNotNullLength<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.actions
-
An action that checks the length is not null
- CheckNotNullLength() - Constructor for class org.apache.directory.shared.asn1.actions.CheckNotNullLength
-
Instantiates the action.
- checkRefInteg() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Attempts to resolve the dependent schema objects of all entities that
refer to other objects within the registries.
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- children - Variable in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
child node list for this branch node
- chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- chopAfter() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- chopAfter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- chopAfter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- chopBefore() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- chopBefore() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- chopBefore() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- classes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- classes() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ClassesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
The contents of entries (possibly a family member) which are restricted
to those that have object class values that satisfy the predicate defined
by Refinement (see 12.3.5), together (in the case of an ancestor or other
family member) with the entry contents as a whole of each subordinate
family member entry; it does not necessarily include the information in
these entries.
- ClassesItem(ExprNode) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
-
Creates a new instance.
- clean() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Clean the container for the next usage.
- clean() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
Clean the container for the next usage.
- clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
-
Clean the container
- clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
-
Clean the container
- clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
-
Clean the container
- clean() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
-
Clean the current container
- clean() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
-
clean the container
- clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
-
clean the container
- clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
-
Clean the container
- clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
-
Clean the container
- clean() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
-
Clean the container
- clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
-
Clean the container for the next decoding.
- clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
-
Clean the container for the next decoding.
- clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
-
Clean the container for the next decoding.
- clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
-
Clean the container for the next decoding.
- clean() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
-
- clear() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- clear() - Method in class org.apache.directory.shared.converter.schema.SchemaParser
-
Clear the parser.
- clear() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Remove all the values from this attribute.
- clear() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Remove all the values from this attribute.
- clear() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Remove all the attributes for this entry.
- clear() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Remove all the attributes for this entry.
- clear() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Remove all the attributes for this entry.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Reset the parser
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Clear the registry from all its content
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
- clear() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Clear the registries from all its elements
- clear() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Clear the registry from all its content
- clear() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Clear the current SchemaObject : remove all the references to other objects,
and all the Maps.
- clear() - Method in class org.apache.directory.shared.util.ByteBuffer
-
- clear() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- clearBit(int) - Method in class org.apache.directory.shared.asn1.util.BitString
-
Clear a bit at a specified position.
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Clone a Value
- clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Clone a Value
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Clone an entry.
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
The clone operation
- clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Clone the current entry
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Clone an entry.
- clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
The clone operation
- clone() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Clone a Value
- clone() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Clone a Value
- clone() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
Clone the object
- clone() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
Makes a full clone in new memory space of the current node and children
- clone() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
Makes a full clone in new memory space of the current node and children
- clone() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Clone this expression node.
- clone() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Makes a full clone in new memory space of the current node and children
- clone() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Makes a full clone in new memory space of the current node and children
- clone() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Clone the Node
- clone() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Clone method
- clone() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Implements the cloning.
- clone() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Clone the Rdn
- clone() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Clone the Registries.
- clone() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
- clone() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Creates a shallow copy of this object, preserving the internal structure
by copying only references.
- close() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
Closes this Cursor and frees any resources it my have allocated.
- close() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Disconnect from the remote LDAP server
- close() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Disconnect from the remote LDAP server
- close() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Closes this Cursor and frees any resources it my have allocated.
- close() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
-
Sets monitor state to closed, and sets the cause to a
CursorClosedException without an error message string.
- close(String) - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
-
Sets monitor state to closed, and sets the cause to a
CursorClosedException with a specific error message string.
- close(Exception) - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
-
Sets monitor state to closed, and sets the cause to a specific
Exception.
- close() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Closes this Cursor and frees any resources it my have allocated.
- close(Exception) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Closes this Cursor and frees any resources it my have allocated.
- close() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
Sets monitor state to closed, and sets the cause to a
CursorClosedException without an error message string.
- close(String) - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
Sets monitor state to closed, and sets the cause to a
CursorClosedException with a specific error message string.
- close(Exception) - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
Sets monitor state to closed, and sets the cause to a specific
Exception.
- close() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
- close() - Method in class org.apache.directory.shared.util.ArrayNamingEnumeration
-
- close() - Method in class org.apache.directory.shared.util.EmptyEnumeration
-
- close() - Method in class org.apache.directory.shared.util.IteratorNamingEnumeration
-
- close() - Method in class org.apache.directory.shared.util.SingletonEnumeration
-
Makes calls to hasMore to false even if we had more.
- CLOSE_BRACKET - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- CLOSE_CURLY - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- CLOSE_PARAN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- CLOSE_PAREN - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- ClosureMonitor - Interface in org.apache.directory.shared.ldap.model.cursor
-
A monitor used by Cursors to detect conditions when they should stop
performing some work during advance operations such as next(), previous(),
first() etc, and release resources.
- CN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CodecControl<E extends Control> - Interface in org.apache.directory.shared.ldap.codec.api
-
The codec uses this interface to add additional information to LDAP Model
Control objects during encoding and decoding.
- COLLECTIVE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- COLLECTIVE_ATTRIBUTE_INNER_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_INNER_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_ATTRIBUTE_SUBENTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_EXCLUSIONS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLLECTIVE_EXCLUSIONS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- COLON - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- COLON - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- COLON - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- COMMA - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- COMMENT - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- COMMON_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ComparableComparator<T> - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
Compares two objects taking into account that one might be a Comparable.
- ComparableComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.ComparableComparator
-
The ComparableComparator constructor.
- COMPARATOR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COMPARATOR_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COMPARATOR_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COMPARATOR_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ComparatorRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
Comparator registry component's service class.
- comparatorRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The LdapSyntax registry
- COMPARATORS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COMPARATORS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COMPARATORS_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ComparatorSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker for the Comparator schema element
- ComparatorSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ComparatorSyntaxChecker
-
Creates a new instance of ComparatorSyntaxChecker.
- compare(String, String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(String, String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(String, String, Value<?>) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(Dn, String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(Dn, String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(Dn, String, Value<?>) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(CompareRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares an entry's attribute's value with that of the given value.
- compare(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(String, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(String, String, Value<?>) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(Dn, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(Dn, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(Dn, String, Value<?>) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given Dn.
- compare(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares an entry's attribute's value with that of the given value.
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.BitStringComparator
-
Implementation of the Compare method
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.BooleanComparator
-
Implementation of the Compare method
- compare(byte[], byte[]) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ByteArrayComparator
-
- compare(Comparable<T>, Comparable<T>) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ComparableComparator
-
Compares two objects taking into account that one may be a Comparable.
- compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.CsnComparator
-
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.CsnSidComparator
-
- compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.DnComparator
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.GeneralizedTimeComparator
-
Implementation of the Compare method
- compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.IntegerComparator
-
Implementation of the Compare method
- compare(Long, Long) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.LongComparator
-
Compare two objects.
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.NumericStringComparator
-
Implementation of the Compare method
- compare(T, T) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ObjectClassTypeComparator
-
- compare(Object, Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierComparator
-
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.ObjectIdentifierFirstComponentComparator
-
- compare(E, E) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.SerializableComparator
-
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.StringComparator
-
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.TelephoneNumberComparator
-
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
-
Implementation of the Compare method
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UUIDComparator
-
- compare(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.WordComparator
-
- COMPARE_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- COMPARE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- compareAsync(CompareRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Asynchronously compares an entry's attribute's value with that of the given value
- compareAsync(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronously compares an entry's attribute's value with that of the given value
- CompareFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage CompareRequest.
- CompareFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.CompareFuture
-
Creates a new instance of CompareFuture.
- CompareNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming
disconnection for the Compare response.
- compareOid(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Compare two oids, and return true if they are both null or equal.
- CompareRequest - Interface in org.apache.directory.shared.ldap.model.message
-
Compare request protocol message that tests an entry to see if it abides by
an attribute value assertion.
- CompareRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the CompareRequest message
- CompareRequestDecorator(LdapApiService, CompareRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Makes a CompareRequest a MessageDecorator.
- CompareRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
-
DSML Decorator for CompareRequest
- CompareRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Creates a new getDecoratedMessage() of CompareRequestDsml.
- CompareRequestDsml(LdapApiService, CompareRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Creates a new getDecoratedMessage() of CompareRequestDsml.
- CompareRequestImpl - Class in org.apache.directory.shared.ldap.model.message
-
Comparison request implementation.
- CompareRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Creates an CompareRequest implementation to compare a named entry with an
attribute value assertion pair.
- CompareResponse - Interface in org.apache.directory.shared.ldap.model.message
-
Compare protocol response message used to confirm the results of a compare
request message.
- CompareResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the CompareResponse message
- CompareResponseDecorator(LdapApiService, CompareResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
-
Makes a CompareResponse a MessageDecorator.
- CompareResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for CompareResponse
- CompareResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
-
Creates a new getDecoratedMessage() of CompareResponseDsml.
- CompareResponseDsml(LdapApiService, CompareResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
-
Creates a new getDecoratedMessage() of CompareResponseDsml.
- CompareResponseImpl - Class in org.apache.directory.shared.ldap.model.message
-
CompareResponse implementation.
- CompareResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
-
Creates a CompareResponse as a reply to an CompareRequest.
- CompareResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
-
Creates a CompareResponse as a reply to an CompareRequest.
- compareTo(Csn) - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
Compares this object with the specified object for order.
- compareTo(Value<byte[]>) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
- compareTo(Value<String>) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
- compareTo(GeneralizedTime) - Method in class org.apache.directory.shared.util.GeneralizedTime
-
Compares this GeneralizedTime object with the specified GeneralizedTime object.
- ComponentsMonitor - Interface in org.apache.directory.shared.util
-
Monitor used to track existence or duplication of components.
- computeLength() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Compute the object length, which is the sum of all inner length.
- computeLength() - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Compute the object length, which is the sum of all inner length.
- computeLength() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
-
- computeLength() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Compute the object length, which is the sum of all inner length.
- computeLength() - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
-
Compute the object length, which is the sum of all inner length.
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Compute the ExtendedRequest length
ExtendedRequest :
0x77 L1
|
+--> 0x80 L2 name
[+--> 0x81 L3 value]
L1 = Length(0x80) + Length(L2) + L2
[+ Length(0x81) + Length(L3) + L3]
Length(ExtendedRequest) = Length(0x77) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Compute the ExtendedResponse length
ExtendedResponse :
0x78 L1
|
+--> LdapResult
[+--> 0x8A L2 name
[+--> 0x8B L3 response]]
L1 = Length(LdapResult)
[ + Length(0x8A) + Length(L2) + L2
[ + Length(0x8B) + Length(L3) + L3]]
Length(ExtendedResponse) = Length(0x78) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.BasicControlDecorator
-
Compute the object length, which is the sum of all inner length.
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
-
Returns the default control length.
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
-
Returns 0 every time.
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Compute the EntryChangeControl length
0x30 L1
|
+--> 0x0A 0x0(1-4) [1|2|4|8] (changeType)
[+--> 0x04 L2 previousDN]
[+--> 0x02 0x0(1-4) [0..2^63-1] (changeNumber)]
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Compute the PagedSearchControl length, which is the sum
of the control length and the value length.
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
Compute the PagedSearchControl length, which is the sum
of the control length and the value length.
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
Compute the SubEntryControl length 0x01 0x01 [0x00|0xFF]
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Compute the AbandonRequest length
AbandonRequest :
0x50 0x0(1..4) abandoned MessageId
Length(AbandonRequest) = Length(0x50) + 1 + Length(abandoned MessageId)
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Compute the AddRequest length
AddRequest :
0x68 L1
|
+--> 0x04 L2 entry
+--> 0x30 L3 (attributes)
|
+--> 0x30 L4-1 (attribute)
| |
| +--> 0x04 L5-1 type
| +--> 0x31 L6-1 (values)
| |
| +--> 0x04 L7-1-1 value
| +--> ...
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
-
Compute the AddResponse length
AddResponse :
0x69 L1
|
+--> LdapResult
L1 = Length(LdapResult)
Length(AddResponse) = Length(0x69) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Compute the BindRequest length
BindRequest :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
-
Compute the BindResponse length
BindResponse :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Compute the CompareRequest length
CompareRequest :
0x6E L1
|
+--> 0x04 L2 entry
+--> 0x30 L3 (ava)
|
+--> 0x04 L4 attributeDesc
+--> 0x04 L5 assertionValue
L3 = Length(0x04) + Length(L4) + L4 + Length(0x04) +
Length(L5) + L5
Length(CompareRequest) = Length(0x6E) + Length(L1) + L1 +
Length(0x04) + Length(L2) + L2 + Length(0x30) + Length(L3) + L3
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
-
Compute the CompareResponse length
CompareResponse :
0x6F L1
|
+--> LdapResult
L1 = Length(LdapResult)
Length(CompareResponse) = Length(0x6F) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Compute the DelRequest length
DelRequest :
0x4A L1 entry
L1 = Length(entry)
Length(DelRequest) = Length(0x4A) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
-
Compute the DelResponse length
DelResponse :
0x6B L1
|
+--> LdapResult
L1 = Length(LdapResult)
Length(DelResponse) = Length(0x6B) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Compute the intermediateResponse length
intermediateResponse :
0x79 L1
|
[+--> 0x80 L2 name
[+--> 0x81 L3 response]]
L1 = [ + Length(0x80) + Length(L2) + L2
[ + Length(0x81) + Length(L3) + L3]]
Length(IntermediateResponse) = Length(0x79) + Length(L1) + L1
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Compute the LdapResult length
LdapResult :
0x0A 01 resultCode (0..80)
0x04 L1 matchedDN (L1 = Length(matchedDN))
0x04 L2 errorMessage (L2 = Length(errorMessage))
[0x83 L3] referrals
|
+--> 0x04 L4 referral
+--> 0x04 L5 referral
+--> ...
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Compute the ModifyDNRequest length
ModifyDNRequest :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
-
Compute the ModifyDNResponse length
ModifyDNResponse :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Compute the ModifyRequest length
ModifyRequest :
0x66 L1
|
+--> 0x04 L2 object
+--> 0x30 L3 modifications
|
+--> 0x30 L4-1 modification sequence
| |
| +--> 0x0A 0x01 (0..2) operation
| +--> 0x30 L5-1 modification
| |
| +--> 0x04 L6-1 type
| +--> 0x31 L7-1 vals
| |
| +--> 0x04 L8-1-1 attributeValue
| +--> 0x04 L8-1-2 attributeValue
| +--> ...
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
-
Compute the ModifyResponse length
ModifyResponse :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Compute the SearchRequest length
SearchRequest :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
-
Compute the SearchResultDone length
SearchResultDone :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Compute the SearchResultEntry length
SearchResultEntry :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Compute the SearchResultReference length
SearchResultReference :
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
-
Compute the UnBindRequest length
UnBindRequest :
0x42 00
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
-
Compute the AndFilter length
AndFilter :
0xA0 L1 super.computeLength()
Length(AndFilter) = Length(0xA0) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Compute the AttributeValueFilter length
AttributeValueFilter :
0xA(3, 5, 6, 8) L1
|
+--> 0x04 L2 attributeDesc
+--> 0x04 L3 assertionValue
L2 = Length(attributeDesc)
L3 = Length(assertionValue)
L1 = 1 + Length(L2) + L2
+ 1 + Length(L3) + L3
Length(AttributeValueFilter) = Length(0xA?) + Length(L1)
+ 1 + Length(L2) + L2
+ 1 + Length(L3) + L3
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
Compute the ConnectorFilter length Length(ConnectorFilter) =
sum(filterSet.computeLength())
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Compute the ExtensibleMatchFilter length
ExtensibleMatchFilter :
0xA9 L1
|
[+--> 0x81 L3 matchingRule]
[+--> 0x82 L4 type]
[+--> 0x83 L5 matchValue]
[+--> 0x01 0x01 dnAttributes]
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
-
Compute the Filter length
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
-
Compute the NotFilter length
NotFilter :
0xA2 L1 super.computeLength()
Length(NotFilter) = Length(0xA2) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
-
Compute the OrFilter length
OrFilter :
0xA1 L1 super.computeLength()
Length(OrFilter) = Length(0xA1) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
-
Compute the PresentFilter length
PresentFilter :
0x87 L1 present
Length(PresentFilter) = Length(0x87) + Length(super.computeLength()) +
super.computeLength()
- computeLength() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Compute the SubstringFilter length
SubstringFilter :
0xA4 L1
|
+--> 0x04 L2 type
+--> 0x30 L3
|
[+--> 0x80 L4 initial]
[+--> 0x81 L5-1 any]
[+--> 0x81 L5-2 any]
[+--> ...
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
-
Compute the syncDoneValue length.
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
Compute the SyncInfoValue length.
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
-
Compute the SyncRequestValue length.
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
Compute the SyncStateValue length.
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Compute the Cancel length
0x30 L1
|
+--> 0x02 0x0(1-4) [0..2^31-1]
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
-
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Compute the GracefulDisconnect length
0x30 L1
|
+--> [ 0x02 0x0(1-4) [0..720] ]
+--> [ 0x80 0x0(1-3) [0..86400] ]
+--> [ 0x30 L2
|
+--> (0x04 L3 value) + ]
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
-
Compute the GracefulShutdown length
0x30 L1
|
+--> [0x02 0x0(1-4) [0..720] ]
+--> [0x80 0x0(1-3) [0..86400] ]
L1 will always be < 11.
- computeLength() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Compute the StoredProcedure length
0x30 L1
|
+--> 0x04 L2 language
+--> 0x04 L3 procedure
[+--> 0x30 L4 (parameters)
|
+--> 0x30 L5-1 (parameter)
| |
| +--> 0x04 L6-1 type
| +--> 0x04 L7-1 value
|
+--> 0x30 L5-2 (parameter)
| |
| +--> 0x04 L6-2 type
| +--> 0x04 L7-2 value
|
+--> ...
- computeReferralLength(Referral) - Static method in class org.apache.directory.shared.ldap.codec.api.LdapEncoder
-
Compute the referral's encoded length
- ConcreteNameComponentNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
A Dn Name component Normalizer which uses the bootstrap registries to find
the appropriate normalizer for the attribute of the name component with which
to normalize the name component value.
- ConcreteNameComponentNormalizer(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
Creates a Dn Name component Normalizer which uses the bootstrap
registries to find the appropriate normalizer for the attribute of the
name component with which to normalize the name component value.
- connect() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Connect to the remote LDAP server.
- connect() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Connect to the remote LDAP server.
- connection - Variable in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
The connection used by the request
- connection - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
The LDAP connection
- connectionClosed() - Method in interface org.apache.directory.ldap.client.api.ConnectionClosedEventListener
-
called when the LdapNetworkConnection is unable to reach the server it is connected to
- ConnectionClosedEventListener - Interface in org.apache.directory.ldap.client.api
-
A listener class intended for notifying the classes using LdapNetworkConnection
in the event of any network failure
- ConnectorFilter - Class in org.apache.directory.shared.dsmlv2.request
-
This Filter abstract class is used to store a set of filters used by
OR/AND/NOT filters.
- ConnectorFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
-
- ConnectorFilter - Class in org.apache.directory.shared.ldap.codec.search
-
This Filter abstract class is used to store a set of filters used by
OR/AND/NOT filters.
- ConnectorFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
The constructor.
- ConnectorFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
The constructor.
- ConsoleParserMonitor - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A console reporting monitor.
- ConsoleParserMonitor() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
-
- CONSTRUCTED_FLAG - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
tag flag for the primitive/constructed bit - 0010 0000 - 0x20
- Container - Interface in org.apache.directory.shared.dsmlv2
-
This interface represents a container that can be used by the parser to store parsed information
- contains(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Indicates whether the specified values are some of the attribute's values.
- contains(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains a list of attributes.
- contains(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some given String values.
- contains(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some binary values.
- contains(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some String values.
- contains(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains an attribute with some values.
- contains(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some given String values.
- contains(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some given binary values.
- contains(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains a list of attributes.
- contains(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some binary values.
- contains(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some String values.
- contains(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains an attribute with some values.
- contains(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains a list of attributes.
- contains(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some given String values.
- contains(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some given binary values.
- contains(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some binary values.
- contains(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some String values.
- contains(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains an attribute with some values.
- contains(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Checks to see if an DITStructureRule exists in the registry, by its
ruleId.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Checks to see if an DITStructureRule exists in the registry, by its
ruleId.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Checks to see if an DITStructureRule exists in the registry, by its
ruleId.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Tells if the given OID is present on this registry
- contains(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Tells if the given SchemaObject is present in one schema.
- contains(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Checks to see if an SchemaObject exists in the registry, by its
OID or name.
- contains(Rdn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Tells if the current DnBranchNode contains another node associated
with an rdn.
- containsAttribute(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains some specific attributes.
- containsAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Checks if an entry contains a specific AttributeType.
- containsAttribute(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains a specific AttributeType.
- containsAttribute(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Checks if an entry contains some specific attributes.
- containsAttribute(String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains some specific attributes.
- containsAttribute(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Checks if an entry contains a specific AttributeType.
- containsChanges - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A flag set if the ldif contains changes
- containsEntries - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A flag set if the ldif contains entries
- containsEntries() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
- containsKey(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- containsValue(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- containsValueCaseIgnore(Attribute, Object) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
Check if an attribute contains a value.
- content - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
The set of SchemaObjects declared in this schema
- CONTEXT_CSN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CONTEXT_CSN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- continueOnError - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
The continue on error flag.
- Control - Interface in org.apache.directory.shared.ldap.model.message
-
Protocol request and response altering control interface.
- ControlDecoder<E extends Control> - Interface in org.apache.directory.shared.ldap.codec.api
-
An interface for decoders of controls.
- ControlDecorator<E extends Control> - Class in org.apache.directory.shared.ldap.codec.api
-
Decorates Control objects by wrapping them, and enabling them as CodecControls
so the codec to store transient information associated with the Control in the
decorator while processing.
- ControlDecorator(LdapApiService, E) - Constructor for class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Creates a ControlDecorator to codec enable it.
- ControlFactory<C extends Control,D extends CodecControl<C>> - Interface in org.apache.directory.shared.ldap.codec.api
-
Implementors of new codec control extensions must implement a factory using
this factory interface, Factory implementations for specific controls are
then registered with the codec and used by the codec to encode and decode
those controls.
- controls - Variable in class org.apache.directory.ldap.client.api.SaslRequest
-
The list of controls
- controls - Variable in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Map of message controls using OID Strings for keys and Control values
- CONTROLS_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- convertAttributesToLdif(Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert all the Entry's attributes to LDIF.
- convertAttributesToLdif(Entry, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert the Entry's attributes to LDIF.
- convertEscapedHex(String) - Static method in class org.apache.directory.shared.util.Hex
-
Convert an escaoed list of bytes to a byte[]
- convertToLdif(Attributes) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF
- convertToLdif(Attributes, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF
- convertToLdif(Attributes, Dn, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF.
- convertToLdif(Attributes, Dn) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Attributes as LDIF.
- convertToLdif(Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Entry to LDIF
- convertToLdif(Entry, boolean) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Entry to LDIF including a version number at the top
- convertToLdif(Entry, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an Entry as LDIF
- convertToLdif(LdifEntry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an LdifEntry to LDIF
- convertToLdif(LdifEntry, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert an LdifEntry to LDIF
- convertToLdif(Attribute) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Converts an EntryAttribute to LDIF
- convertToLdif(Attribute, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Converts an EntryAttribute as LDIF
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Copy the current SchemaObject on place
- copy(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Copies the given schema object into this schema object.
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Copy a DITContentRule
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Copy the current SchemaObject on place
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Copy an MatchingRule
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Copy an MatchingRuleUse
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Copy a NameForm
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
-
Copy an OidNormalizer().
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Copy an ObjectClass
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Copy the AttributeTypeRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ComparatorRegistry
-
Copy the ComparatorRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Copy the AttributeTypeRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
-
Copy the ComparatorRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITContentRuleRegistry
-
Copy the DITContentRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Copy the DITStructureRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
-
Copy the LdapSyntaxRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleRegistry
-
Copy the MatchingRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
-
Copy the MatchingRuleUseRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNameFormRegistry
-
Copy the NameFormRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
-
Copy the NormalizerRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Copy the ObjectClassRegistry
- copy(SchemaObjectRegistry<T>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
-
Copy the SyntaxCheckerRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITContentRuleRegistry
-
Copy the DITContentRuleRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Copy the DITStructureRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Copy the AttributeTypeRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Copy the ComparatorRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Copy the DITContentRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Copy the DITStructureRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Copy the LdapSyntaxRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Copy the MatchingRuleRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Copy the MatchingRuleUseRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Copy the NameFormRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Copy the NormalizerRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Clone the ObjectClassRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Copy the SyntaxCheckerRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.LdapSyntaxRegistry
-
Copy the LdapSyntaxRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.MatchingRuleRegistry
-
Copy the MatchingRuleRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.MatchingRuleUseRegistry
-
Copy the MatchingRuleUseRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NameFormRegistry
-
Copy the NameFormRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NormalizerRegistry
-
Copy the NormalizerRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
-
Copy the ObjectClassRegistry
- copy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Copy the OidRegistry, without the contained values
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Copy a DefaultSchemaObjectRegistry.
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Copy the SyntaxCheckerRegistry
- copy() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Copy the current SchemaObject on place
- copy(SchemaObject) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Copies the given schema object into this schema object.
- copy(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Copy a byte array into a new byte array
- copyOfUsedBytes() - Method in class org.apache.directory.shared.util.ByteBuffer
-
Get's a copy of the bytes used.
- countBytes(char[]) - Static method in class org.apache.directory.shared.util.Unicode
-
Count the number of bytes included in the given char[].
- countBytesPerChar(byte[], int) - Static method in class org.apache.directory.shared.util.Unicode
-
Count the number of bytes needed to return an Unicode char.
- countChars(byte[]) - Static method in class org.apache.directory.shared.util.Unicode
-
Count the number of chars included in the given byte[].
- countNbBytesPerChar(char) - Static method in class org.apache.directory.shared.util.Unicode
-
Return the number of bytes that hold an Unicode char.
- COUNTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COUNTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- COUNTRY_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CountrySyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a country according to RFC 4517.
- CountrySyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
-
Creates a new instance of CountrySyntaxChecker.
- CRAM_MD5 - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
-
CRAM-MD5 mechanism
- CramMd5Request - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the CRAM-MD5 SASL operation
- CramMd5Request() - Constructor for class org.apache.directory.ldap.client.api.CramMd5Request
-
Creates a new instance of CramMd5Request.
- CREATE_TIMESTAMP_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CREATE_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- createAttribute(String, AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add a new EntryAttribute, with its upId.
- createAttribute(String, AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add a new EntryAttribute, with its upId.
- createAttribute(String, AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Add a new EntryAttribute, with its upId.
- createJndiAttributes(Object...) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Build a new Attributes instance from a LDIF list of lines.
- createSocket(Socket, String, int, boolean) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- createSocket(String, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- createTriggerExecutionSubentry(LdapContext, String, String, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- CREATORS_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CREATORS_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- credentials - Variable in class org.apache.directory.ldap.client.api.SaslRequest
-
The credentials
- crypt(String, String) - Static method in class org.apache.directory.shared.util.UnixCrypt
-
Encrypts String into crypt (Unix) code.
- Csn - Class in org.apache.directory.shared.ldap.model.csn
-
Represents 'Change Sequence Number' in LDUP specification.
- Csn(long, int, int, int) - Constructor for class org.apache.directory.shared.ldap.model.csn.Csn
-
Creates a new instance.
- Csn(String) - Constructor for class org.apache.directory.shared.ldap.model.csn.Csn
-
Creates a new instance of SimpleCSN from a String.
- CSN_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_SID_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_SID_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_SID_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CSN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- CsnComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A comparator for CSN.
- CsnComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.CsnComparator
-
The CsnComparator constructor.
- CsnFactory - Class in org.apache.directory.shared.ldap.model.csn
-
- CsnFactory(int) - Constructor for class org.apache.directory.shared.ldap.model.csn.CsnFactory
-
- CsnSidComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A comparator for CSN SID.
- CsnSidComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.CsnSidComparator
-
The CsnSidComparator constructor.
- CsnSidSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
An CSN SID syntax checker.
- CsnSidSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
-
Creates a new instance of CsnSyntaxChecker.
- CsnSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
An CSN syntax checker.
- CsnSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
-
Creates a new instance of CsnSyntaxChecker.
- Cursor<E> - Interface in org.apache.directory.shared.ldap.model.cursor
-
A Cursor for bidirectional traversal over elements in a dataSet.
- CursorClosedException - Exception in org.apache.directory.shared.ldap.model.cursor
-
A specific form of IOException to note that an operation is being
attempted on a closed Cursor.
- CursorClosedException() - Constructor for exception org.apache.directory.shared.ldap.model.cursor.CursorClosedException
-
Creates a new instance of CursorClosedException.
- CursorClosedException(String) - Constructor for exception org.apache.directory.shared.ldap.model.cursor.CursorClosedException
-
Creates a new instance of CursorClosedException.
- CursorIterator<E> - Class in org.apache.directory.shared.ldap.model.cursor
-
An Iterator over a Cursor so Cursors can be Iterable for using in foreach
constructs.
- CursorIterator(Cursor<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.CursorIterator
-
Creates a new instance of CursorIterator.
- CursorStateEnum - Enum in org.apache.directory.shared.ldap.model.cursor
-
An enumeration to represent the various states of a Cursor.
- DATA_QUALITY_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DataQualitySyntaxSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DataQualitySyntax.
- DataQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
-
Creates a new instance of DataQualitySyntaxSyntaxChecker.
- DATE_FORMAT - Static variable in class org.apache.directory.shared.util.DateUtils
-
Defines a default date format with a "yyyyMMddHHmmss'Z'" pattern
- DateUtils - Class in org.apache.directory.shared.util
-
Gets the generalized time using the "Z" form of the g-time-zone.
- DC_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DC_OBJECT_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DC_OBJECT_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- decode(ByteBuffer, Asn1Container) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
The decoder main function.
- decode(Object) - Method in interface org.apache.directory.shared.asn1.Decoder
-
Decodes an "encoded" Object and returns a "decoded" Object.
- decode(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.ControlDecoder
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(InputStream, LdapMessageContainer<MessageDecorator<? extends Message>>) - Method in class org.apache.directory.shared.ldap.codec.api.LdapDecoder
-
Decodes a PDU from an input stream into a Ldap message container.
- decode(ByteBuffer, LdapMessageContainer<MessageDecorator<? extends Message>>, List<Message>) - Method in class org.apache.directory.shared.ldap.codec.api.LdapDecoder
-
Decode an incoming buffer into LDAP messages.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.BasicControlDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
-
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
-
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelDecoder
-
Decode a PDU which must contain a Cancel extended operation.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationDecoder
-
Decode a PDU which must contain a CertGenRequest extended operation.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectDecoder
-
Decode a PDU which must contain a GracefulDisconnect extended operation.
- decode(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownDecoder
-
Decode a PDU which must contain a GracefulShutdown extended operation.
- decode(char[]) - Static method in class org.apache.directory.shared.util.Base64
-
Decodes a BASE-64 encoded stream to recover the original data.
- decodeBytes - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
A counter for the decoded bytes
- decodeHexString(String) - Static method in class org.apache.directory.shared.util.Hex
-
Decodes values of attributes in the DN encoded in hex into a UTF-8
String.
- Decoder - Interface in org.apache.directory.shared.asn1
-
Provides the highest level of abstraction for Decoders.
- DecoderException - Exception in org.apache.directory.shared.asn1
-
Thrown when a Decoder has encountered a failure condition during a decode.
- DecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.DecoderException
-
Creates a DecoderException
- DecoderException(String, Throwable) - Constructor for exception org.apache.directory.shared.asn1.DecoderException
-
Creates a DecoderException
- decorate(ExtendedRequest<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
-
Decorates a non-decorated request.
- decorate(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
-
Decorates an ExtendedResponse which may or may not be of the expected
type.
- decorate(ExtendedRequest<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- decorate(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- decorate(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.UnsolicitedResponseFactory
-
Decorates an existing extended operation response.
- decorate(EntryChange) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
-
Checks to see if the supplied EntryChange implementation is a decorator
and if so just sets the EntryChangeDecorator to it.
- decorate(PagedResults) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
-
- decorate(PersistentSearch) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
-
Conditionally decorates a control if is not a decorator already.
- decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
- decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
- decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
-
Decorates a non-decorated request.
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
-
Decorates an ExtendedResponse which may or may not be of the expected
type.
- decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
-
Decorates a non-decorated request.
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
-
Decorates an ExtendedResponse which may or may not be of the expected
type.
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
-
Decorates an existing extended operation response.
- decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
-
Decorates a non-decorated request.
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
-
Decorates an ExtendedResponse which may or may not be of the expected
type.
- decorate(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
-
Decorates a non-decorated request.
- decorate(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
-
Decorates an ExtendedResponse which may or may not be of the expected
type.
- Decorator<E> - Interface in org.apache.directory.shared.ldap.codec.api
-
The codec uses this interface to add additional information to LDAP Model
objects during encoding and decoding,
- deepTrim(String, boolean) - Static method in class org.apache.directory.shared.util.Strings
-
Put common code to deepTrim(String) and deepTrimToLower here.
- deepTrim(String) - Static method in class org.apache.directory.shared.util.Strings
-
A deep trim of a string remove whitespace from the ends as well as
excessive whitespace within the inside of the string between
non-whitespace characters.
- DeepTrimCachingNormalizingComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
TODO DeepTrimCachingNormalizingComparator.
- DeepTrimCachingNormalizingComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.DeepTrimCachingNormalizingComparator
-
- DeepTrimNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
Normalizer which trims down whitespace replacing multiple whitespace
characters on the edges and within the string with a single space character
thereby preserving tokenization order.
- DeepTrimNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Creates a new instance of DeepTrimNormalizer with OID known.
- DeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimNormalizer
-
Creates a new instance of DeepTrimNormalizer when the Normalizer must be
instantiated before setting the OID.
- deepTrimToLower(String) - Static method in class org.apache.directory.shared.util.Strings
-
This does the same thing as a trim but we also lowercase the string while
performing the deep trim within the same buffer.
- DeepTrimToLowerCachingNormalizingComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
TODO DeepTrimCachingNormalizingComparator.
- DeepTrimToLowerCachingNormalizingComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.DeepTrimToLowerCachingNormalizingComparator
-
- DeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
Normalizer which trims down whitespace replacing multiple whitespace
characters on the edges and within the string with a single space character
thereby preserving tokenization order - while doing all this in the same pass
it lower cases all characters.
- DeepTrimToLowerNormalizer(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Creates a new instance of DeepTrimToLowerNormalizer.
- DeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DeepTrimToLowerNormalizer
-
Creates a new instance of DeepTrimToLowerNormalizer where the OID is
set after instantiation.
- DEFAULT_CONTROLS_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
The list of default controls to load at startup
- DEFAULT_EXTENDED_OPERATION_REQUESTS_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
The list of default extended operation requests to load at startup
- DEFAULT_EXTENDED_OPERATION_RESPONSES_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
The list of default extended operation responses to load at startup
- DEFAULT_LDAP_HOST - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The default host : localhost
- DEFAULT_LDAP_PORT - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Default ports for LDAP
- DEFAULT_LDAPS_PORT - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Default port for LDAPS
- DEFAULT_OWNER - Static variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
The default schema's owner
- DEFAULT_PROTOCOL_CODEC_FACTORY - Static variable in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- DEFAULT_SSL_PROTOCOL - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
the default protocol used for creating SSL context
- DEFAULT_TIMEOUT - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The default timeout for operation : 30 seconds
- DEFAULT_VERSION - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
The ldif file version default value
- DefaultActivator - Class in org.apache.directory.shared.ldap.codec.osgi
-
The BundleActivator
for the codec.
- DefaultActivator() - Constructor for class org.apache.directory.shared.ldap.codec.osgi.DefaultActivator
-
- DefaultAttribute - Class in org.apache.directory.shared.ldap.model.entry
-
An LDAP attribute.
- DefaultAttribute(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, without ID nor value.
- DefaultAttribute(String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, without value.
- DefaultAttribute(String, AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, without value.
- DefaultAttribute(String, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's
wrapped value is copied into a new ClientValue which uses the specified
attributeType.
- DefaultAttribute(AttributeType, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, without ID but with some values.
- DefaultAttribute(String, AttributeType, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
- DefaultAttribute(String, AttributeType, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's
wrapped value is copied into a new Value which uses the specified
attributeType.
- DefaultAttribute(AttributeType, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some values.
- DefaultAttribute(String, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, with some String values, and a user provided ID.
- DefaultAttribute(String, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of an Attribute, with some binary values, and a user provided ID.
- DefaultAttribute(AttributeType, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some byte[] values.
- DefaultAttribute(String, AttributeType, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Create a new instance of a schema aware Attribute, with some byte[] values, and
a user provided ID.
- DefaultAttribute(AttributeType, Attribute) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Creates a new instance of schema aware Attribute, by copying another attribute.
- DefaultAttributeTypeRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An AttributeType registry service default implementation.
- DefaultAttributeTypeRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Creates a new default AttributeTypeRegistry instance.
- DefaultClosureMonitor - Class in org.apache.directory.shared.ldap.model.cursor
-
A basic ClosureMonitor that simply uses a boolean for state and a cause
exception.
- DefaultClosureMonitor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
- DefaultComparatorRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
A Comparator registry service default implementation.
- DefaultComparatorRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
-
Creates a new default ComparatorRegistry instance.
- DefaultDITContentRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An DITContentRule registry's service default implementation.
- DefaultDITContentRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITContentRuleRegistry
-
Creates a new default DITContentRuleRegistry instance.
- DefaultDITStructureRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
A DITStructureRule registry's service default implementation.
- DefaultDITStructureRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Creates a new default NormalizerRegistry instance.
- DefaultEntry - Class in org.apache.directory.shared.ldap.model.entry
-
A default implementation of a ServerEntry which should suite most
use cases.
This class is final, it should not be extended.
- DefaultEntry() - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry.
- DefaultEntry(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn.
- DefaultEntry(Dn) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a Dn.
- DefaultEntry(SchemaManager, String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(SchemaManager, Dn) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, schema aware.
- DefaultEntry(String, Object...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a
Dn and a list of IDs.
- DefaultEntry(SchemaManager, String, Object...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a
Dn and a list of IDs.
- DefaultEntry(SchemaManager, Dn, Object...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, with a
Dn and a list of IDs.
- DefaultEntry(SchemaManager, Entry) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Creates a new instance of DefaultEntry, copying
another entry.
- DefaultLdapCodecService - Class in org.apache.directory.shared.ldap.codec.osgi
-
- DefaultLdapSyntaxRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
A LdapSyntax registry's service default implementation.
- DefaultLdapSyntaxRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
-
Creates a new default LdapSyntaxRegistry instance.
- defaultMandatory - Variable in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
A flag set when only the default regexp should be tested
- DefaultMatchingRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
A MatchingRule registry's service default implementation.
- DefaultMatchingRuleRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleRegistry
-
Creates a new default MatchingRuleRegistry instance.
- DefaultMatchingRuleUseRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
A MatchingRuleUse registry service default implementation.
- DefaultMatchingRuleUseRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
-
Creates a new default MatchingRuleUseRegistry instance.
- DefaultModification - Class in org.apache.directory.shared.ldap.model.entry
-
An internal implementation for a ModificationItem.
- DefaultModification() - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, Attribute) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, String) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification with no value
- DefaultModification(ModificationOperation, AttributeType, String...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType, byte[]...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType, Value<?>...) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultModification(ModificationOperation, AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification with no value.
- DefaultModification(SchemaManager, Modification) - Constructor for class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Creates a new instance of DefaultModification.
- DefaultNameFormRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An NameForm registry's service default implementation.
- DefaultNameFormRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultNameFormRegistry
-
Creates a new default NameFormRegistry instance.
- DefaultNormalizerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
A Normalizer registry's service default implementation.
- DefaultNormalizerRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
-
Creates a new default NormalizerRegistry instance.
- DefaultObjectClassRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An ObjectClass registry's service default implementation.
- DefaultObjectClassRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Creates a new default ObjectClassRegistry instance.
- DefaultSchema - Class in org.apache.directory.shared.ldap.model.schema.registries
-
The default Schema interface implementation.
- DefaultSchema(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Creates a new instance of DefaultSchema.
- DefaultSchema(String, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Creates a new instance of DefaultSchema.
- DefaultSchema(String, String, String[]) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Creates a new instance of DefaultSchema.
- DefaultSchema(String, String, String[], boolean) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Creates a new instance of DefaultSchema.
- DefaultSchemaLdifExtractor - Class in org.apache.directory.shared.ldap.schemaextractor.impl
-
Extracts LDIF files for the schema repository onto a destination directory.
- DefaultSchemaLdifExtractor(File) - Constructor for class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
-
Creates an extractor which deposits files into the specified output
directory.
- DefaultSchemaManager - Class in org.apache.directory.shared.ldap.schemamanager.impl
-
The SchemaManager class : it handles all the schema operations (addition, removal,
modification).
- DefaultSchemaManager() - Constructor for class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader
- DefaultSchemaManager(SchemaLoader) - Constructor for class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader
- DefaultSchemaManager(SchemaLoader, Dn) - Constructor for class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Creates a new instance of DefaultSchemaManager, for a specific
naming context
- DefaultSchemaObjectRegistry<T extends SchemaObject> - Class in org.apache.directory.shared.ldap.model.schema.registries
-
Common schema object registry interface.
- DefaultSchemaObjectRegistry(SchemaObjectType, OidRegistry<T>) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Creates a new DefaultSchemaObjectRegistry instance.
- DefaultStringNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
A normalizer which transforms an escape sequence into an internal
canonical form: into UTF-8 characters presuming the escape sequence
fits that range.
- DefaultStringNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DefaultStringNormalizer
-
- DefaultSyntaxCheckerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
SyntaxChecker registry component's service interface.
- DefaultSyntaxCheckerRegistry() - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
-
Creates a new default SyntaxCheckerRegistry instance.
- defineTriggerExecutionSpecificPoint(LdapContext) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- DEL_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- DEL_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- delay - Variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
Delay before disconnection
- delCrossReferences(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Add the SchemaObjectReferences.
- delCrossReferences(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Delete the MR references (using and usedBy) :
MR -> C
MR -> N
MR -> S
- delete(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Deletes the entry with the given Dn.
- delete(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Deletes the entry with the given Dn.
- delete(DeleteRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs a delete operation based on the delete request object.
- delete(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Deletes the entry with the given Dn.
- delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Deletes the entry with the given Dn.
- delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs a delete operation based on the delete request object.
- delete(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Remove the given SchemaObject from the registries
- delete(SchemaObject) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Unregisters a new SchemaObject.
- delete(SchemaObject) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Unregisters a new SchemaObject.
- DELETE_OLD_RDN - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Flag used when we want to delete the old Rdn
- DELETE_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
-
Delete ordinal value
- deleteAsync(DeleteRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Performs an asynchronous delete operation based on the delete request object.
- deleteAsync(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs an asynchronous delete operation based on the delete request object.
- DeleteFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage DeleteRequests.
- DeleteFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.DeleteFuture
-
Creates a new instance of DeleteFuture.
- DeleteNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming
disconnection for the Delete response.
- deleteOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- DeleteRequest - Interface in org.apache.directory.shared.ldap.model.message
-
Delete request protocol message used to remove an existing leaf entry from
the directory.
- DeleteRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the DeleteRequest message
- DeleteRequestDecorator(LdapApiService, DeleteRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Makes a DeleteRequest a MessageDecorator.
- DeleteRequestImpl - Class in org.apache.directory.shared.ldap.model.message
-
Delete request implementation.
- DeleteRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Creates a DeleteRequest implementing object used to delete a
leaf entry from the DIT.
- DeleteResponse - Interface in org.apache.directory.shared.ldap.model.message
-
Delete protocol response message used to confirm the results of a delete
request message.
- DeleteResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the DeleteRequest message
- DeleteResponseDecorator(LdapApiService, DeleteResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
-
Makes a DeleteResponse a MessageDecorator.
- DeleteResponseImpl - Class in org.apache.directory.shared.ldap.model.message
-
DeleteResponse implementation
- DeleteResponseImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.DeleteResponseImpl
-
Creates a DeleteResponse as a reply to an DeleteRequest.
- DeleteResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.DeleteResponseImpl
-
Creates a DeleteResponse as a reply to an DeleteRequest.
- deleteStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- deleteStoredProcedureParameterList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- deleteTree(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
deletes the entry with the given Dn, and all its children
- deleteTree(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
deletes the entry with the given Dn, and all its children
- DELIVERY_METHOD_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DeliveryMethodSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a delivery method
according to RFC 4517.
- DeliveryMethodSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
-
Creates a new instance of DeliveryMethodSyntaxChecker.
- delReference(SchemaObject, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Delete an association between a SchemaObject an the SchemaObject it refers
- DelRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
-
DSML Decorator for DeleteRequest
- DelRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Creates a new getDecoratedMessage() of DelRequestDsml.
- DelRequestDsml(LdapApiService, DeleteRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Creates a new getDecoratedMessage() of DelRequestDsml.
- DelResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for DelResponse
- DelResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
-
Creates a new getDecoratedMessage() of DelResponseDsml.
- DelResponseDsml(LdapApiService, DeleteResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
-
Creates a new getDecoratedMessage() of DelResponseDsml.
- dependencies - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Contains the list of schema it depends on
- DEREF_ALIAS_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DEREF_ALWAYS - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- DEREF_FINDING_BASE_OBJ - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- DEREF_IN_SEARCHING - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- DerefAliasSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid DerefAlias.
- DerefAliasSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
-
Creates a new instance of DerefAliasSyntaxChecker.
- desc(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- DESC - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- DESC - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- descendants(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for
some ancestor's name alias or their OID.
- descendants(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for
some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for
some ancestor's name alias or their OID.
- descendants(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for
some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Get's an iterator over the set of descendant ObjectClasses for
some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for
some ancestor's name alias or their OID.
- descendants(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Get's an iterator over the set of descendant attributeTypes for
some ancestor's name alias or their OID.
- descendants(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Get's an iterator over the set of descendant ObjectClasses for
some ancestor's name alias or their OID.
- descendants(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
-
Get's an iterator over the set of descendant ObjectClasses for
some ancestor's name alias or their OID.
- DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- DESCR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- descr() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4512 Section 1.4
descr = keystring
keystring = leadkeychar *keychar
leadkeychar = ALPHA
keychar = ALPHA / DIGIT / HYPHEN
- DESCR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- DESCR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- DESCR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- DESCR_OR_QUIRKS_DESCR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- description - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
The schema element description
- description - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
A short description of this SchemaObject
- descriptionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks if two base schema descriptions match for the common components
in every schema description.
- DescriptionUtils - Class in org.apache.directory.shared.ldap.model.schema
-
Utility class used to generate schema object specifications.
- deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Deserialize a BinaryValue.
- deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Deserialize a schema aware BinaryValue.
- deserialize(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Deserialize an entry.
- deserialize(ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Deserialize a StringValue.
- deserialize(AttributeType, ObjectInput) - Static method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Deserialize a schemaAware StringValue.
- destroyObject(Object) - Method in class org.apache.directory.ldap.client.api.PoolableLdapConnectionFactory
- DIGEST_MD5 - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
-
DIGEST_MD5-MD5 mechanism
- DigestMd5Request - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the DIGEST-MD5 SASL operation
- DigestMd5Request() - Constructor for class org.apache.directory.ldap.client.api.DigestMd5Request
-
Creates a new instance of DigestMd5Request.
- DIGIT - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- DIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- DIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- DIGIT - Static variable in class org.apache.directory.shared.util.Chars
-
'0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
- DIRECTORY_OPERATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIRECTORY_STRING_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIRECTORY_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DirectoryStringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
- DirectoryStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
-
Creates a new instance of DirectoryStringSyntaxChecker.
- disable() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Disable the schema
- disable() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Disable the schema
- disable(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas, and if the registries is
still consistent.
- disable(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas, and if the registries is
still consistent.
- disable(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas, and if the registries is
still consistent.
- disable(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas, and if the registries is
still consistent.
- disabled - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Tells if this schema is disabled
- disabledRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas.
- disabledRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas.
- disabledRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas.
- disabledRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Disables a set of Schemas, and returns true if all the schema have been
disabled, with all the dependent schemas.
- disallowIndefiniteLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Disallow indefinite length.
- disallowIndefiniteLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Disallow indefinite length.
- discover(String, Properties[], boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Discovers a value within a set of Properties either halting on the first
time the property is discovered or continuing on to take the last value
found for the property key.
- discover(Properties, Properties[], boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Merges a set of properties from source Properties into a target
properties instance containing keys.
- DISPLAY_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DISPLAY_NAME_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- dispose(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
- dispose(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolEncoder
- dissociateFromSchema(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Store the given SchemaObject in the Map associating SchemaObjetcs to their
related Schema.
- dissociateFromSchema(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Remove the given SchemaObject from the Map associating SchemaObjetcs to their
related Schema.
- DISTINGUISHED_NAME_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DISTINGUISHED_NAME_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- distinguishedName() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- distinguishedName(Dn) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
Parses an Dn string.
- distinguishedName() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- distinguishedName() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- distinguishedName() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- DISTRIBUTED_OPERATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- DIT_CONTENT_RULE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_CONTENT_RULE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_CONTENT_RULES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_CONTENT_RULES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_CONTENT_RULES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_STRUCTURE_RULE - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_STRUCTURE_RULE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_STRUCTURE_RULES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_STRUCTURE_RULES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DIT_STRUCTURE_RULES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DITContentRule - Class in org.apache.directory.shared.ldap.model.schema
-
A ditContentRule specification.
- DITContentRule(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Creates a DITContentRule object using a unique OID.
- ditContentRuleDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
Production for DIT content rule descriptions.
- DITContentRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A parser for RFC 4512 DIT content rule descriptons
- DITContentRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.DITContentRuleDescriptionSchemaParser
-
Creates a schema parser instance.
- DITContentRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the
DIT content rule descripton syntax according to RFC 4512, par 4.2.6:
- DITContentRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITContentRuleDescriptionSyntaxChecker
-
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
- DITContentRuleRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
An DITContentRule registry's service interface.
- ditContentRuleRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The DitContentRule registry
- DITStructureRule - Class in org.apache.directory.shared.ldap.model.schema
-
A dITStructureRule definition.
- DITStructureRule(int) - Constructor for class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Creates a new instance of DITStructureRule
- ditStructureRuleDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
Production for DIT structure rules descriptions.
- DITStructureRuleDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A parser for RFC 4512 DIT structure rule descriptons
- DITStructureRuleDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.DITStructureRuleDescriptionSchemaParser
-
Creates a schema parser instance.
- DITStructureRuleDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the
DIT structure rule descripton syntax according to RFC 4512, par 4.2.7.1:
- DITStructureRuleDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITStructureRuleDescriptionSyntaxChecker
-
Creates a new instance of DITContentRuleDescriptionSyntaxChecker.
- DITStructureRuleRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
An DITStructureRule registry service interface.
- ditStructureRuleRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The DitStructureRule registry
- DL_SUBMIT_PERMISSION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DLSubmitPermissionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DLSubmitPermission.
- DLSubmitPermissionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DLSubmitPermissionSyntaxChecker
-
Creates a new instance of DLSubmitPermissionSyntaxChecker.
- Dn - Class in org.apache.directory.shared.ldap.model.name
-
The Dn class contains a Dn (Distinguished Name).
- Dn() - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Construct an empty Dn object
- Dn(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Construct an empty Schema aware Dn object
- Dn(String...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Creates a new instance of Dn, using varargs to declare the RDNs.
- Dn(SchemaManager, String...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Creates a new instance of schema aware Dn, using varargs to declare the RDNs.
- Dn(Rdn...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Creates a Dn from a list of Rdns.
- Dn(Rdn, Dn) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Creates a Dn concatenating a Rdn and a Dn.
- Dn(SchemaManager, Rdn...) - Constructor for class org.apache.directory.shared.ldap.model.name.Dn
-
Creates a Schema aware Dn from a list of Rdns.
- DN_ATTRIBUTES_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- DN_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DnComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
Compare two DNs
- DnComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.DnComparator
-
- DnNode<N> - Class in org.apache.directory.shared.ldap.util.tree
-
A class storing nodes in a tree designed to map DNs.
Branch nodes in this tree refers to child nodes.
- DnNode() - Constructor for class org.apache.directory.shared.ldap.util.tree.DnNode
-
Creates a new instance of DnNode.
- DnNode(N) - Constructor for class org.apache.directory.shared.ldap.util.tree.DnNode
-
Creates a new instance of DnNode.
- DnNode(Dn, N) - Constructor for class org.apache.directory.shared.ldap.util.tree.DnNode
-
Creates a new instance of DnNode.
- DnNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
Normalizer a Dn
- DnNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
-
Empty constructor
- DNSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Dn.
- DNSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DNSyntaxChecker
-
Creates a new instance of DNSyntaxChecker.
- dnToLdif(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Transform a schema name to a Dn pointing to the correct position in the DIT
- dnToLdif(String) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Transform a schema name to a Dn pointing to the correct position in the DIT
- dnToLdif(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Transform a Schema Element to a LDIF String
- DnUtils - Class in org.apache.directory.shared.ldap.model.name
-
Utility class used to manipulate Dn or Rdn elements.
- DnUtils() - Constructor for class org.apache.directory.shared.ldap.model.name.DnUtils
-
- doesFutureExistFor(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Checks if there is a ResponseFuture associated with the given message ID.
- doesFutureExistFor(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Checks if there is a ResponseFuture associated with the given message ID.
- DOLLAR - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- DOLLAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- DOLLAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- DOMAIN_COMPONENT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DOMAIN_COMPONENT_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DOMAIN_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DOMAIN_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- DOT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- DOT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- DOT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- DOT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- DOT - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- DQUOTE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- DSA_OPERATION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- DSA_QUALITY_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DSAQualitySyntaxSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DSAQualitySyntax according to
http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 5.2.2.2 :
::= [ '#' ]
::= 'DEFUNCT' | 'EXPERIMENTAL' | 'BEST-EFFORT' |
'PILOT-SERVICE' | 'FULL-SERVICE'
::= encoded as a PrintableString
- DSAQualitySyntaxSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSAQualitySyntaxSyntaxChecker
-
Creates a new instance of DSAQualitySyntaxSyntaxChecker.
- DSE_TYPE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- DSETypeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a DSEType according to
http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 6.2.1.5 :
::= '(' * * ')'
::= '$' * * | e
::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' |
'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' |
'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
- DSETypeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSETypeSyntaxChecker
-
Creates a new instance of DSETypeSyntaxChecker.
- DSML_NAMESPACE - Static variable in class org.apache.directory.shared.dsmlv2.ParserUtils
-
- DsmlControl<E extends Control> - Class in org.apache.directory.shared.dsmlv2
-
- DsmlControl(LdapApiService, E) - Constructor for class org.apache.directory.shared.dsmlv2.DsmlControl
-
- DsmlDecorator<E> - Interface in org.apache.directory.shared.dsmlv2
-
This interface defines the methods that must be implemented to define a DSML Decorator
- Dsmlv2Container - Class in org.apache.directory.shared.dsmlv2
-
This class represents the DSML Container.
- Dsmlv2Container(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Creates a new LdapMessageContainer object.
- Dsmlv2Engine - Class in org.apache.directory.shared.dsmlv2.engine
-
This is the DSMLv2Engine.
- Dsmlv2Engine(String, int, String, String) - Constructor for class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
Creates a new instance of Dsmlv2Engine.
- Dsmlv2Engine(LdapConnection, String, String) - Constructor for class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
Creates a new instance of Dsmlv2Engine.
- Dsmlv2Grammar - Class in org.apache.directory.shared.dsmlv2.request
-
This Class represents the DSMLv2 Request Grammar
- Dsmlv2Grammar() - Constructor for class org.apache.directory.shared.dsmlv2.request.Dsmlv2Grammar
-
Creates a new instance of Dsmlv2Grammar.
- Dsmlv2Parser - Class in org.apache.directory.shared.dsmlv2
-
This class represents the DSMLv2 Parser.
- Dsmlv2Parser() - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Creates a new instance of Dsmlv2Parser.
- Dsmlv2Parser(boolean) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Creates a new instance of Dsmlv2Parser.
- Dsmlv2Parser(Dsmlv2Grammar) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Creates a new instance of Dsmlv2Parser.
- Dsmlv2ResponseGrammar - Class in org.apache.directory.shared.dsmlv2.reponse
-
This Class represents the DSMLv2 Response Grammar
- Dsmlv2ResponseParser - Class in org.apache.directory.shared.dsmlv2
-
This class represents the DSMLv2 Parser.
- Dsmlv2ResponseParser(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
-
Creates a new instance of Dsmlv2ResponseParser.
- Dsmlv2StatesEnum - Enum in org.apache.directory.shared.dsmlv2
-
This class store the Dsml grammar's constants.
- DummySSLSocketFactory - Class in org.apache.directory.shared.util
-
A SSLSocketFactory that accepts every certificat without validation.
- DummySSLSocketFactory() - Constructor for class org.apache.directory.shared.util.DummySSLSocketFactory
-
Creates a new instance of DummySSLSocketFactory.
- dumpByte(byte) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
-
Helper function that dump a byte in hex form
- dumpByte(byte) - Static method in class org.apache.directory.shared.util.Strings
-
Helper function that dump a byte in hex form
- dumpBytes(byte[]) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
-
Helper function that dump an array of bytes in hex form
- dumpBytes(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Helper function that dump an array of bytes in hex form
- dumpHex(byte) - Static method in class org.apache.directory.shared.util.Strings
-
Helper function that returns a char from an hex
- dumpHexPairs(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Helper function that dump an array of bytes in hex pair form,
without '0x' and space chars
- dumpObject(Object) - Static method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Helper method to render an object which can be a String or a byte[]
- dumpObject(Object) - Static method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Helper method to render an object which can be a String or a byte[]
- dumpUsedBy() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Dump the UsedBy data structure as a String
- dumpUsing() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Dump the Using data structure as a String
- elements() - Method in class org.apache.directory.shared.util.PreferencesDictionary
-
- EMPTY - Static variable in interface org.apache.directory.shared.util.StringConstants
-
The empty String ""
.
- EMPTY_BYTES - Static variable in class org.apache.directory.shared.asn1.util.Asn1StringUtils
-
The empty byte[]
- EMPTY_BYTES - Static variable in interface org.apache.directory.shared.util.StringConstants
-
The empty byte[]
- EMPTY_DN - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
-
A null Dn
- EMPTY_MODS - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Used in toArray()
- EMPTY_RDN - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
-
An empty Rdn
- EMPTY_STRING - Static variable in class org.apache.directory.shared.asn1.util.BitString
-
A null MutableString
- EMPTY_STRINGS - Static variable in interface org.apache.directory.shared.util.StringConstants
-
The empty String[]
- EMPTY_URL - Static variable in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
A null LdapUrl
- EmptyCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
-
An empty Cursor implementation.
- EmptyCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
-
- EmptyEnumeration<T> - Class in org.apache.directory.shared.util
-
An empty NamingEnumeration without any values: meaning
hasMore/hasMoreElements() always returns false, and next/nextElement() always
throws a NoSuchElementException.
- EmptyEnumeration() - Constructor for class org.apache.directory.shared.util.EmptyEnumeration
-
- enable() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Enable the schema
- enable() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Enable the schema
- enable(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas, and if the registries is
still consistent.
- enable(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas, and if the registries is
still consistent.
- enable(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas, and if the registries is
still consistent.
- enable(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas, and if the registries is
still consistent.
- enableNotification(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- enableNotification(ChangeType) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- enableNotification(ChangeType) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- enableRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas.
- enableRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas.
- enableRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas.
- enableRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Enables a set of Schemas, and returns true if all the schema have been
enabled, with all the dependent schemas.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Encode the object to a PDU.
- encode(ByteBuffer) - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Encode the object to a PDU.
- encode(ByteBuffer, String) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode a String value
- encode(ByteBuffer, BitString) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode a BIT STRING value
- encode(ByteBuffer, byte[]) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode an OctetString value
- encode(ByteBuffer, Oid) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode an OID value
- encode(ByteBuffer, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode an integer value
- encode(ByteBuffer, long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode a long value
- encode(ByteBuffer, byte, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode an integer value
- encode(ByteBuffer, boolean) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode a boolean value
- encode(Object) - Method in interface org.apache.directory.shared.asn1.Encoder
-
Encodes an "Object" and returns the encoded content as an Object.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
-
- encode(ByteBuffer) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
- encode(ByteBuffer) - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
-
Encode the object to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Encode the ExtendedRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Encode the ExtendedResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.BasicControlDecorator
-
Encode the object to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeDecorator
-
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITDecorator
-
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Encodes the entry change control.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Encodes the paged search control.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
Encodes the persistent search control.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
Encodes the Subentries control.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Encode the Abandon protocolOp part
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Encode the AddRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
-
Encode the AddResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Encode the BindRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
-
Encode the BindResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Encode the CompareRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
-
Encode the CompareResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Encode the DelRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
-
Encode the DelResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Encode the IntermediateResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Encode the LdapResult message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Encode the ModifyDNRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
-
Encode the ModifyDnResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Encode the ModifyRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
-
Encode the ModifyResponse message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Encode the SearchRequest message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
-
Encode the SearchResultDone message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Encode the SearchResultEntry message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Encode the SearchResultReference message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
-
Encode the Unbind protocolOp part
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolEncoder
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
-
Encode the AndFilter message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Encode the AttributeValueAssertion Filters to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
Encode the ConnectorFilter message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Encode the ExtensibleMatch Filters to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.Filter
-
Encode the Filter message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
-
Encode the NotFilter message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
-
Encode the OrFilter message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
-
Encode the PresentFilter message to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Encode the Substrings Filter to a PDU.
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
-
Encode the SyncDoneValue control
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
Encode the SyncInfoValue control
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
-
Encode the SyncRequestValue control
- encode(ByteBuffer) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
Encode the SyncStateValue control
- encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Encodes the cancel extended operation.
- encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
-
- encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Encodes the gracefulDisconnect extended operation.
- encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
-
Encodes the gracefulShutdown extended operation.
- encode() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Encode the StoredProcedure message to a PDU.
- encode(String) - Static method in class org.apache.directory.shared.util.Base32
-
Encodes a string to a Base64 encoded String.
- encode(byte[]) - Static method in class org.apache.directory.shared.util.Base64
-
Encodes binary data to a Base64 encoded characters.
- encodeEnumerated(ByteBuffer, int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Encode an enumerated value
- encodeHex(byte[]) - Static method in class org.apache.directory.shared.util.Hex
-
Converts an array of bytes into an array of characters representing the
hexidecimal values of each byte in order.
- encodeMessage(Message) - Method in class org.apache.directory.shared.ldap.codec.api.LdapEncoder
-
Generate the PDU which contains the encoded object.
- Encoder - Interface in org.apache.directory.shared.asn1
-
Provides the highest level of abstraction for Encoders.
- encodeReferral(ByteBuffer, Referral) - Static method in class org.apache.directory.shared.ldap.codec.api.LdapEncoder
-
Encode the Referral message to a PDU.
- EncoderException - Exception in org.apache.directory.shared.asn1
-
Thrown when there is a failure condition during the encoding process.
- EncoderException(String) - Constructor for exception org.apache.directory.shared.asn1.EncoderException
-
Creates a new instance of this exception with an useful message.
- END - Static variable in class org.apache.directory.shared.dsmlv2.Tag
-
This int represents a END tag
- end - Variable in class org.apache.directory.shared.util.Position
-
The token end position in the string
- ENHANCED_GUIDE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- EnhancedGuideSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an EnhancedGuide according to
RFC 4517.
- EnhancedGuideSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
-
Creates a new instance of EnhancedGuideSyntaxChecker.
- EntityFactory - Interface in org.apache.directory.shared.ldap.model.schema
-
- entry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- entry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.ProtectedItem
-
The entry contents as a whole.
- Entry - Interface in org.apache.directory.shared.ldap.model.entry
-
This interface represent a LDAP entry.
- ENTRY_ACI_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_ACI_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_CSN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_CSN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_DN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_DN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_PARENT_ID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_PARENT_ID_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_TRIGGER_SPECIFICATION_ATTR - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- ENTRY_UUID_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ENTRY_UUID_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- EntryChange - Interface in org.apache.directory.shared.ldap.model.message.controls
-
A response control that may be returned by Persistent Search entry responses.
- EntryChangeContainer - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
-
- EntryChangeContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
-
Creates a new EntryChangeContainer object.
- EntryChangeContainer(LdapApiService, EntryChange) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
-
Creates a container with decorator, optionally decorating the supplied
Control if it is not a decorator implementation.
- EntryChangeDecorator - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
-
An EntryChange implementation, that wraps and decorates the Control with codec
specific functionality.
- EntryChangeDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Creates a new instance of EntryChangeDecoder wrapping a newly created
EntryChange Control object.
- EntryChangeDecorator(LdapApiService, EntryChange) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Creates a new instance of EntryChangeDecorator wrapping the supplied
EntryChange Control.
- EntryChangeFactory - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
-
- EntryChangeFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
-
Creates a new instance of EntryChangeFactory.
- EntryChangeGrammar - Class in org.apache.directory.shared.ldap.codec.controls.search.entryChange
-
This class implements the EntryChangeControl.
- EntryChangeImpl - Class in org.apache.directory.shared.ldap.model.message.controls
-
A simple implementation of the EntryChange response control.
- EntryChangeImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
Creates a new instance of EntryChangeControl.
- EntryChangeStates - Enum in org.apache.directory.shared.ldap.codec.controls.search.entryChange
-
This class store the EntryChangeControl's grammar constants.
- EntryCursor - Interface in org.apache.directory.shared.ldap.model.cursor
-
An extension of Cursor which returns only Entry objects and includes the retrieval of the SearchResultDone.
- EntryCursorImpl - Class in org.apache.directory.ldap.client.api
-
An implementation of Cursor based on the underlying SearchFuture instance.
- EntryCursorImpl(SearchCursor) - Constructor for class org.apache.directory.ldap.client.api.EntryCursorImpl
-
Instantiates a new search cursor, embedding a SearchCursor.
- EntryItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
The entry contents as a whole.
- EntryItem() - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.EntryItem
-
Creates a new instance of EntryItem.
- entrySet() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- EOF - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- EOF - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- EQUAL - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
-
Value returned by the compareTo method if values are equals
- EQUAL - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
-
Constant used in comparisons
- equality(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- EQUALITY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- EQUALITY_MATCH_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
The filters
- EQUALITY_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EqualityNode<T> - Class in org.apache.directory.shared.ldap.model.filter
-
A assertion value node for Equality.
- EqualityNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.EqualityNode
-
Creates a new Equality object.
- EqualityNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.EqualityNode
-
Creates a new Equality object.
- equals(Object) - Method in class org.apache.directory.shared.asn1.util.Oid
- equals(Object) - Method in class org.apache.directory.shared.dsmlv2.Tag
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
- equals(Object) - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
- equals(Object) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
Indicates whether some other object is "equal to" this one
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Checks to see if this BinaryValue equals the supplied object.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Two StringValue are equals if their normalized values are equal
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Checks for equality first by asking the super method which should compare
all but the Abandoned request's Id.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Checks to see if two messages are equivalent.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractRequest
-
Checks to see if two messages are equivalent.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
-
Checks to see if an object is equal to this AbstractResultResponse.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Checks to see if an object is equivalent to this AddRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Checks to see if two messages are equivalent.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
-
Checks to see if this BindResponse is equal to another BindResponse.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Checks to see if an object is equivalent to this CompareRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Checks to see if an object is equivalent to this DeleteRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Checks to see if an object equals this ExtendedRequest.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Checks to see if an object equals this IntemediateResponse.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Checks to see of an object equals this ModifyDnRequest stub.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Checks to see if ModifyRequest stub equals another by factoring in checks
for the name and modification items of the request.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Compares this Referral implementation to see if it is the same as
another.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Checks to see if two search requests are equal.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
-
Checks for equality by using the underlying LdapResult objects of this
SearchResponseDone stub.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Checks for equality by comparing the objectName, and attributes
properties of this Message after delegating to the super.equals() method.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
-
Checks to see if an object is equal to this SearchResponseReference stub.
- EQUALS - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Compares the specified Object with this Rdn for equality.
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.LdapComparator
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- equals(Object) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
- equals(Object) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
- equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
- equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
- equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
-
- equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
- equals(Object) - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
- equals(Object) - Method in class org.apache.directory.shared.util.GeneralizedTime
-
- equals(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- equals(String, String) - Static method in class org.apache.directory.shared.util.Strings
-
Compares two Strings, returning true
if they are equal.
- err(I18n, Object...) - Static method in enum org.apache.directory.shared.i18n.I18n
-
Translate an error code with argument(s)
- error - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
An Exception to handle error message, has Iterator.next() can't throw
exceptions
- ErrorResponse - Class in org.apache.directory.shared.dsmlv2.reponse
-
Class representing Error Response.
- ErrorResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Creates a new instance of ErrorResponse.
- ErrorResponse(int, ErrorResponse.ErrorResponseType, String) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Creates a new instance of ErrorResponse.
- ErrorResponse.ErrorResponseType - Enum in org.apache.directory.shared.dsmlv2.reponse
-
This enum represents the different types of error response
- ESC - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- escapeFilterValue(Value<?>) - Static method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
Handles the escaping of special characters in LDAP search filter assertion values using the
<valueencoding> rule as described in
RFC 4515.
- escapeValue(String) - Static method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Transform a value in a String, accordingly to RFC 2253
- escapeValue(byte[]) - Static method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Transform a value in a String, accordingly to RFC 2253
- ESCESC - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- ESCSHARP - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- EVAL_GREATER - Static variable in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Constants for comparisons : >
- EVAL_LESSER - Static variable in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Constants for comparisons : <
- EXACT_DN_AS_STRING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- EXACT_DN_AS_STRING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Handle the exception we got.
- Exceptions - Class in org.apache.directory.shared.util.exception
-
Provides utilities for manipulating and examining Throwable
objects.
- EXCLUDE_ALL_COLLECTIVE_ATTRIBUTES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- EXCLUDE_ALL_COLLECTIVE_ATTRIBUTES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- executeAction(E) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
-
The main function.
- executeAction(E) - Method in interface org.apache.directory.shared.asn1.ber.grammar.Grammar
-
This method, when called, execute an action on the current data stored in
the container.
- executeAction(Dsmlv2Container) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
This method, when called, executes an action on the current data stored in
the container.
- executeAction(Dsmlv2Container) - Method in interface org.apache.directory.shared.dsmlv2.Grammar
-
This method, when called, executes an action on the current data stored in
the container.
- exists(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Tells if an Entry exists in the server.
- exists(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Tells if an Entry exists in the server.
- exists(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Tells if an Entry exists in the server.
- exists(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Tells if an Entry exists in the server.
- exit - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
The exit flag.
- ExprNode - Interface in org.apache.directory.shared.ldap.model.filter
-
Root expression node interface which all expression nodes in the filter
expression tree implement.
- extended(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs an extended operation based on the Extended request object.
- extended(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs an extended operation based on the Extended request object.
- EXTENDED_REQUEST_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EXTENDED_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EXTENDED_REQUEST_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EXTENDED_RESPONSE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EXTENDED_RESPONSE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EXTENDED_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- extendedAsync(ExtendedRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Asynchronously requests the server to perform an extended operation based on the given request.
- extendedAsync(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronously requests the server to perform an extended operation based on the given request.
- ExtendedFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage ExtendedRequests.
- ExtendedFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
Creates a new instance of ExtendedFuture.
- ExtendedNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming
disconnection for the Extended response.
- ExtendedRequest<R extends ExtendedResponse> - Interface in org.apache.directory.shared.ldap.model.message
-
Extended protocol request message used to add to more operations to the
protocol.
- ExtendedRequestDecorator<Q extends ExtendedRequest<P>,P extends ExtendedResponse> - Class in org.apache.directory.shared.ldap.codec.api
-
A decorator for the ExtendedRequest message
- ExtendedRequestDecorator(LdapApiService, Q) - Constructor for class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Makes a ExtendedRequest a MessageDecorator.
- ExtendedRequestDsml<Q extends ExtendedRequest<P>,P extends ExtendedResponse> - Class in org.apache.directory.shared.dsmlv2.request
-
DSML Decorator for ExtendedRequest
- ExtendedRequestDsml(LdapApiService, Q) - Constructor for class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Creates a new getDecoratedMessage() of ExtendedRequestDsml.
- ExtendedRequestFactory<Q extends ExtendedRequest<P>,P extends ExtendedResponse> - Interface in org.apache.directory.shared.ldap.codec.api
-
The factor interface, defined by the codec API for creating new
ExtendedRequests.
- ExtendedRequestImpl - Class in org.apache.directory.shared.ldap.model.message
-
ExtendedRequest implementation.
- ExtendedRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Creates an ExtendedRequest implementing object used to perform
extended protocol operation on the server.
- ExtendedResponse - Interface in org.apache.directory.shared.ldap.model.message
-
Extended protocol response message used to confirm the results of a extended
request message.
- ExtendedResponseDecorator<R extends ExtendedResponse> - Class in org.apache.directory.shared.ldap.codec.api
-
A decorator for the ExtendedResponse message
- ExtendedResponseDecorator(LdapApiService, R) - Constructor for class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Makes a ExtendedResponse encodable.
- ExtendedResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for ExtendedResponse
- ExtendedResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Creates a new getDecoratedMessage() of ExtendedResponseDsml.
- ExtendedResponseDsml(LdapApiService, ExtendedResponse) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Creates a new getDecoratedMessage() of ExtendedResponseDsml.
- ExtendedResponseImpl - Class in org.apache.directory.shared.ldap.model.message
-
A simple ExtendedResponse implementation.
- ExtendedResponseImpl(String) - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Creates an ExtendedResponse as a reply to an ExtendedRequest.
- ExtendedResponseImpl(int, String) - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Creates an ExtendedResponse as a reply to an ExtendedRequest.
- ExtendedResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Creates an ExtendedResponse as a reply to an ExtendedRequest.
- EXTENSIBLE_MATCH_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- EXTENSIBLE_OBJECT_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- EXTENSIBLE_OBJECT_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ExtensibleMatchFilter - Class in org.apache.directory.shared.dsmlv2.request
-
The search request filter Matching Rule assertion
- ExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
- ExtensibleMatchFilter - Class in org.apache.directory.shared.ldap.codec.search
-
The search request filter Matching Rule assertion
- ExtensibleMatchFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Creates a new ExtensibleMatchFilter object.
- ExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Creates a new ExtensibleMatchFilter object.
- ExtensibleNode - Class in org.apache.directory.shared.ldap.model.filter
-
Filter expression tree node for extensible assertions.
- ExtensibleNode(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Creates a new emptyExtensibleNode object.
- ExtensibleNode(String) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Creates a new emptyExtensibleNode object.
- ExtensibleNode(AttributeType, Value<?>, String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Creates a new ExtensibleNode object.
- ExtensibleNode(String, Value<?>, String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Creates a new ExtensibleNode object.
- extension() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaExtensionParser
-
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
- extension(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- EXTENSION - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.CancelRequest
-
The requestName for this extended request
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationResponse
-
The CertGenerationResponse OID
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
-
The OID for the graceful disconnect extended operation response.
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
-
The OID for the graceful shutdown extended operation request.
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponse
-
The OID for the graceful shutdown extended operation response.
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
The OID for the stored procedure extended operation request.
- EXTENSION_OID - Static variable in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureResponse
-
The OID for the stored procedure extended operation response.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
The OID of the NotiveOfDisconnect extended operation.
- EXTENSION_OID - Static variable in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
-
The OID of the NotiveOfDisconnect extended operation.
- extensions - Variable in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
The optional list of extensions
- extensions - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
A map containing the list of supported extensions
- extensionsMatch(SchemaObject, SchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks to see if the extensions of a schema description match another
description.
- extensionsToLdif(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Return the extensions formated as Ldif lines
- EXTRA_CONTROLS_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
The list of extra controls to load at startup
- EXTRA_EXTENDED_OPERATION_LIST - Static variable in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
The list of extra controls to load at startup
- extractOrCopy(boolean) - Method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
-
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
- extractOrCopy() - Method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
-
Extracts the LDIF files from a Jar file or copies exploded LDIF
resources without overwriting the resources if the schema has
already been extracted.
- extractOrCopy(boolean) - Method in interface org.apache.directory.shared.ldap.schemaextractor.SchemaLdifExtractor
-
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
- extractOrCopy() - Method in interface org.apache.directory.shared.ldap.schemaextractor.SchemaLdifExtractor
-
Extracts the LDIF files from a Jar file or copies exploded LDIF
resources without overwriting the resources if the schema has
already been extracted.
- ExtrasBundleActivator - Class in org.apache.directory.shared.ldap.extras
-
A BundleActivator for the ldap codec extras extension: extra ApacheDS and
Apache Directory Studio specific controls and extended operations.
- ExtrasBundleActivator() - Constructor for class org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
-
- GENERALIZED_TIME_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GENERALIZED_TIME_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GENERALIZED_TIME_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GENERALIZED_TIME_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GENERALIZED_TIME_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GeneralizedTime - Class in org.apache.directory.shared.util
-
This class represents the generalized time syntax as defined in
RFC 4517 section 3.3.13.
- GeneralizedTime(Calendar) - Constructor for class org.apache.directory.shared.util.GeneralizedTime
-
Creates a new instance of GeneralizedTime, based on the given Calendar object.
- GeneralizedTime(String) - Constructor for class org.apache.directory.shared.util.GeneralizedTime
-
Creates a new instance of GeneralizedTime, based on the
given generalized time string.
- GeneralizedTime.Format - Enum in org.apache.directory.shared.util
-
The format of the generalized time.
- GeneralizedTime.FractionDelimiter - Enum in org.apache.directory.shared.util
-
The fraction delimiter of the generalized time.
- GeneralizedTime.TimeZoneFormat - Enum in org.apache.directory.shared.util
-
The time zone format of the generalized time.
- GeneralizedTimeComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A class for the generalizedTimeOrderingMatch matchingRule (RFC 4517, par.
- GeneralizedTimeComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.GeneralizedTimeComparator
-
The GeneralizedTimeComparator constructor.
- GeneralizedTimeNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
Normalizer which normalize a time following those rules :
if minutes are ommited, then they are replaced by 00
if seconds are ommited, then they are replaced by 00
if fraction is 0 or omitted, it is replaced by 000
the time is supposed to be expressed in Zulu (GMT), so
increment is applied to hours/days/yeah, and a Z is added at the end
- GeneralizedTimeNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.GeneralizedTimeNormalizer
-
Creates a new instance of GeneralizedTimeNormalizer.
- GeneralizedTimeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a generalized time
according to RFC 4517.
- GeneralizedTimeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
-
Creates a new instance of GeneralizedTimeSyntaxChecker.
- generateSoapResp - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
flag to indicate to generate the response in a SOAP envelope
- genericStoredProcedureOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- genericStoredProcedureOptionList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- genericStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- get() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.ldap.client.api.future.AddFuture
-
Get the AddResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.AddFuture
-
Get the AddResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.BindFuture
-
Get the BindResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.BindFuture
-
Get the BindResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.CompareFuture
-
Get the CompareResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.CompareFuture
-
Get the CompareResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.DeleteFuture
-
Get the DeleteResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.DeleteFuture
-
Get the DeleteResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
Get the ExtendedResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
Get the ExtendedResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.ModifyDnFuture
-
Get the ModifyDnResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ModifyDnFuture
-
Get the ModifyDnResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.ModifyFuture
-
Get the ModifyResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ModifyFuture
-
Get the ModifyResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
- get() - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
-
Get the SearchResponse, blocking until one is received.
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
-
Get the SearchResponse, blocking until one is received, or until the
given timeout is reached.
- get() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
Gets the object at the current position.
- get(Object) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Gets a message scope parameter.
- get(Object) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets a message scope parameter.
- get(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
-
- get() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Gets the object at the current position.
- get() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Gets the object at the current position.
- get() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Get the first value of this attribute.
- get() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Get the first value of this attribute.
- get(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Returns the attribute with the specified alias.
- get(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Returns the attribute associated with an AttributeType
- get(String) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Returns the attribute with the specified alias.
- get(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Returns the attribute associated with an AttributeType
- get(String) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Returns the attribute with the specified alias.
- get(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Returns the attribute associated with an AttributeType
- get(Object) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
- get(Object) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Gets an annotation on the tree by key.
- get(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Returns a attribute given it's id
- get(Object) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Gets a message scope parameter.
- get(Object) - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Gets a message scope parameter.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets the SchemaObject associated with a given OID.
- get(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets the SchemaObject associated with a given OID.
- get() - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
-
- get(int) - Method in class org.apache.directory.shared.util.ByteBuffer
-
- get(Object) - Method in class org.apache.directory.shared.util.PreferencesDictionary
-
- get(Properties, String, boolean) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Gets a String property as a boolean returning a defualt if the key is not
present.
- get(Hashtable<String, Object>, Object, int) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Gets a property or entry value from a hashtable and tries to transform
whatever the value may be to an primitive integer.
- get(Properties, String, long) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
- get(Properties, String, byte) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
- get(Properties, String, char) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
- get(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- get(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Gets the key at the specified index.
- get(Object) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
-
Get the value for a key from the Map.
- getAbandonableRequest() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
-
Gets the decorated AbandonableRequest.
- getAbandoned() - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Gets the id of the request operation to terminate.
- getAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Gets the id of the request operation to terminate.
- getAbandoned() - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Gets the id of the request operation to terminate.
- getAbandoned() - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Gets the id of the request operation to terminate.
- getAbandonedMessageId() - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Get the abandoned message ID
- getAcceptedIssuers() - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- getAction() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
- getAction() - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
-
Gets the action associated with the transition
- getActionTime() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
-
Gets the action time.
- getAddRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
- getAddResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
-
- getAddResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
-
- getAlgorithm(String) - Static method in enum org.apache.directory.shared.ldap.model.constants.LdapSecurityConstants
-
Get the associated constant from a string
- getAliasDerefMode() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getAllBundleExports(FileFilter, Set<String>) - Static method in class org.apache.directory.shared.util.OsgiUtils
-
All the packages that are exported from all bundles found on the system
classpath.
- getAllEnabled() - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
- getAllEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
- getAllSchemas() - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
- getAllSchemas() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
- getAncestorOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the ancestor of a given DN, using the descendant DN.
- getAncestorOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the ancestor of a given DN, using the descendant DN.
- getAndFilter() - Method in class org.apache.directory.shared.dsmlv2.request.AndFilter
-
Get the AndFilter.
- getAndFilter() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
-
Get the AndFilter.
- getAnnotations() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
Gets the annotations as a Map.
- getAny() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Gets the list of wildcard surrounded any fragments.
- getAnySubstrings() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Get the internal substrings
- getAnySubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Get the internal substrings
- getAppConfigurationEntry(String) - Method in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
-
Interface method requiring us to return all the LoginModules we know about.
- getApplicableAttributeOids() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
- getApplicableAttributes() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
- getAssertion() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
-
Get the assertion
- getAssertion() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Get the assertion
- getAssertion() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
Gets the Assertion used by this assertion node.
- getAssertionType() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
- getAssertionType() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Gets the assertion type of this node.
- getAssertionValue() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Get the assertion value
- getAssertionValue() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Gets the attribute value to use in making the comparison.
- getAssertionValue() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Get the assertion value
- getAssertionValue() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Gets the attribute value to use in making the comparison.
- getAssertionValue() - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Gets the attribute value to use in making the comparison.
- getAssertionValue() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Gets the attribute value to use in making the comparison.
- getAssignmentCompatibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.directory.shared.util.MethodUtils
-
- getAttribute() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
- getAttribute() - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
- getAttribute() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Gets the attribute this leaf node is based on.
- getAttributeDesc() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Get the attribute description
- getAttributeDesc() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Get the attribute description
- getAttributeDesc() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Get the attribute description
- getAttributeDescription() - Method in class org.apache.directory.shared.dsmlv2.request.PresentFilter
-
Get the attribute
- getAttributeDescription() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
-
Get the attribute
- getAttributeDescriptionListLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- getAttributeId() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Gets the attribute id use in making the comparison.
- getAttributeId() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Gets the attribute id use in making the comparison.
- getAttributeId() - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Gets the attribute id use in making the comparison.
- getAttributeId() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Gets the attribute id use in making the comparison.
- getAttributeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
- getAttributes() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets a list of the attributes to be returned from each entry which
matches the search filter.
- getAttributes() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets a list of the attributes to be returned from each entry which
matches the search filter.
- getAttributes() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets a list of the attributes to be returned from each entry which
matches the search filter.
- getAttributes() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets a list of the attributes to be returned from each entry which
matches the search filter.
- getAttributes() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getAttributesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
- getAttributesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
- getAttributeType() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
-
Gets the attribute to limit the maximum count.
- getAttributeType() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
-
Gets the attribute type to restrict.
- getAttributeType() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Get the associated AttributeType
- getAttributeType() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Get the attribute type associated with this EntryAttribute.
- getAttributeType() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Get the attribute type associated with this EntryAttribute.
- getAttributeType(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Returns the attributeType from an Attribute ID.
- getAttributeType() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
- getAttributeType() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Get the associated AttributeType
- getAttributeType() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Gets the attributeType this leaf node is based on.
- getAttributeType() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
- getAttributeType() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
-
- getAttributeType(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Construct an AttributeType from an entry representing an AttributeType.
- getAttributeType(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an AttributeType in the AttributeType registry.
- getAttributeType(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Construct an AttributeType from an entry representing an AttributeType.
- getAttributeType(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an AttributeType in the AttributeType registry.
- getAttributeTypeOid() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
-
Get the current name
- getAttributeTypeRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getAttributeTypeRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the AttributeType registry
- getAttributeTypeRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the AttributeType registry
- getAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Gets all the attributes type
- getAttributeTypes() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Gets all the attributes type
- getAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Gets all the attributes type
- getAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Gets the attribute types.
- getAttrIdBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Gets the attribute id bytes use in making the comparison.
- getAttrValBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Gets the attribute value bytes use in making the comparison.
- getAuthenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
-
Gets the level of authentication required to this item.
- getAuthenticationLevel() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
-
Gets the level of authentication required.
- getAuthorizationId() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the authorization ID.
- getAuxObjectClasses() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getAuxObjectClassOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getAva(String) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Get the Ava which type is given as an argument.
- getAva() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Return the unique Ava, or the first one of we have more
than one
- getAvaLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
- getBase() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the search base as a distinguished name.
- getBase() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the search base as a distinguished name.
- getBase() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets the search base as a distinguished name.
- getBase() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets the search base as a distinguished name.
- getBase() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- getBase() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
Gets an Rdn relative to the administrative context where the subtree
scope begins.
- getBaseDn() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
Gets the base dn.
- getBaseObject() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
-
Gets the base object.
- getBatchRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Gets the DSML Batch Request
- getBatchRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Gets the Batch Request or null if the it has not been parsed yet
- getBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Gets the DSML Batch Response
- getBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
-
Gets the Batch Response or null if the it has not been parsed yet
- getBatchResponse() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
- getBestEstimate(Throwable, MessageTypeEnum) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
-
Takes a guess at the result code to use if it cannot figure it out from
known Throwable to result code mappings.
- getBindRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
- getBindResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
-
- getBit(int) - Method in class org.apache.directory.shared.asn1.util.BitString
-
Get the bit stored into the BitString at a specific position.
- getBundleExports(File) - Static method in class org.apache.directory.shared.util.OsgiUtils
-
Gets the attribute value for the Export-Bundle OSGi Manifest Attribute.
- getBundles() - Method in class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
-
Gets the Bundles installed.
- getBytecode() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
- getBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Utility function that return a byte array representing the length
- getBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Utility function that return a byte array representing the Value We must
respect the ASN.1 BER encoding scheme :
- getBytes(long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Utility function that return a byte array representing the Value.
- getBytes() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
Get the CSN as a byte array.
- getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Get the wrapped value as a byte[].
- getBytes() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Get the byte[] value, if and only if the value is known to be Binary,
otherwise a InvalidAttributeValueException will be thrown
- getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Get the wrapped value as a byte[].
- getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Get the byte[] value, if and only if the value is known to be Binary,
otherwise a InvalidAttributeValueException will be thrown
- getBytes() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Get the wrapped value as a byte[].
- getBytes() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Get the wrapped value as a byte[].
- getBytes(Dn) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get an UTF-8 representation of the normalized form of the Dn
- getBytesCopy() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getBytesReference() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getBytesUtf8(String) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
-
Return UTF-8 encoded byte[] representation of a String
- getBytesUtf8(String) - Static method in class org.apache.directory.shared.util.Strings
-
Return UTF-8 encoded byte[] representation of a String
- getCalendar() - Method in class org.apache.directory.shared.util.GeneralizedTime
-
Gets the calendar.
- getCancel() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
-
- getCancelId() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Get the message Id of the request to cancel
- getCancelId() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
-
- getCancelId() - Method in interface org.apache.directory.shared.ldap.extras.extended.CancelRequest
-
- getCancelId() - Method in class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
-
- getCause() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
- getCause() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
-
Gets the cause of the closure.
- getCause() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
Gets the cause of the closure.
- getCause() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
-
- getCertGenerationObject() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
-
- getCertGenerationObject() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
-
- getChangeCount() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
- getChangeLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- getChangeNumber() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
- getChangeNumber() - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
-
- getChangeNumber() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
- getChangesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- getChangeType() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
- getChangeType() - Method in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
-
Get's the ordinal value for a ChangeType.
- getChangeType(int) - Static method in enum org.apache.directory.shared.ldap.model.ldif.ChangeType
-
Get the ChangeType instance from an integer value
- getChangeType() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Get the change type
- getChangeType(int) - Static method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
-
Gets the changeType enumeration type for an integer value.
- getChangeType() - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
-
- getChangeType() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
- getChangeTypes() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- getChangeTypes() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- getChangeTypes() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- getChild(Rdn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Get's a child using an rdn string.
- getChildren() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
Gets the children below this BranchNode.
- getChildren() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getChopAfterExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- getChopAfterExclusions() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
A set of RDNs relative to the base entry representing chopAfter
specificExclusions from the subtree.
- getChopBeforeExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- getChopBeforeExclusions() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
A set of RDNs relative to the base entry representing chopBefore
specificExclusions from the subtree.
- getClasses() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
-
Gets the classes refinement.
- getClassFileAsStream(Class<?>) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
-
Returns the stream data of a Java class.
- getClasspathCandidates(FileFilter) - Static method in class org.apache.directory.shared.util.OsgiUtils
-
- getClassType() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
- getClassType(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
-
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or,
ABSTRACT.
- getCode() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
-
Gets the code number of this grant or denial.
- getCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Gets the code of the exception.
- getCodecFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the search filter associated with this search request.
- getCodecFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the search filter associated with this search request.
- getCodecService() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Gets the LDAP CODEC service responsible for encoding and decoding
messages.
- getCodecService() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Gets the LDAP CODEC service responsible for encoding and decoding
messages.
- getCodecService() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
- getCodecService() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Gets the LDAP codec service.
- getCodecService() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
- getCodecService() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Gets the codec service responsible for managing the encoding and
decoding of the decorated objects.
- getCodecService() - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
-
Gets the codec service responsible for managing the encoding and
decoding of the decorated objects.
- getCodecService() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets the codec service responsible for managing the encoding and
decoding of the decorated objects.
- getCodecService() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets the codec service responsible for managing the encoding and
decoding of the decorated objects.
- getCodecService() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
-
- getCodecService() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
-
- getComparatorRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getComparatorRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the Comparator registry
- getComparatorRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the Comparator registry
- getCompareRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
- getCompareResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
-
- getConfig() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Configuration of LdapNetworkConnection
- getConfig() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
gives the configuration information of the connection
- getConnection() - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Gives a LdapConnection fetched from the pool.
- getConnection() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
- getContent() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Gets the set of SchemaObject elements declared in this schema
- getContent() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Gets the set of SchemaObject elements declared in this schema
- getControl(String) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Gets the control associated with the given OID.
- getControl(String) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets the control associated with the given OID.
- getControl(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- getControl(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Gets the control associated with the given OID.
- getControl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Gets the control associated with the given OID.
- getControls() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the controls.
- getControls() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Gets the controls associated with this message mapped by OID.
- getControls() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets the controls associated with this message mapped by OID.
- getControls() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- getControls() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Gets the controls associated with this message mapped by OID.
- getControls() - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Gets the controls associated with this message mapped by OID.
- getControls() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getControlsLength() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
- getCookie() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
- getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
-
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
- getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
- getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
-
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
- getCookie() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
-
- getCookie() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
- getCookie() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
-
- getCookie() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
- getCookieValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
- getCookieValue() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
-
- getCookieValue() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
- getCoreSessionConnection() - Static method in class org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Gets the core session connection.
- getCredentials() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the credentials.
- getCredentials() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the crendentials
- getCredentials() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Gets the simple credentials associated with a simple authentication
attempt or null if this request uses SASL authentication mechanisms.
- getCredentials() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Gets the simple credentials associated with a simple authentication
attempt or null if this request uses SASL authentication mechanisms.
- getCredentials() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Gets the simple credentials associated with a simple authentication
attempt or null if this request uses SASL authentication mechanisms.
- getCredentials() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Gets the simple credentials associated with a simple authentication
attempt or null if this request uses SASL authentication mechanisms.
- getCtxName() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
-
- getCurrentAttribute() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
- getCurrentAttribute() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
- getCurrentAttributeType() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
- getCurrentAttributeType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Return the current attribute's type
- getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
- getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Return the current attribute's type
- getCurrentAttributeType() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
- getCurrentControl() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Get the current Control Object
- getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
- getCurrentControl() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Get the current Control Object
- getCurrentFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
- getCurrentFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- getCurrentLength() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Get the current object length, which is the sum of all inner length
already decoded.
- getCurrentLength() - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Get the current object length, which is the sum of all inner length
already decoded.
- getCurrentLength() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
- getCurrentParameter() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
- getCurrentRequest() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Gets the current request
- getCurrentResponse() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Gets the current response
- getCurrentSearchResultEntry() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Gets the Current Search Result Entry
- getCurrentSearchResultReference() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Gets the current Search Result Reference
- getCurrentState() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
- getCurrentTLV() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Get the current TLV
- getCurrentTLV() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Get the currentTLV
- getDao() - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
- getData() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Get the Values'data
- getData() - Method in class org.apache.directory.shared.asn1.util.BitString
-
Get the representation of a BitString.
- getDate(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getDay(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getDecodeBytes() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
- getDecodeBytes() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
- getDecoder(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
-
Get the LDAP decoder.
- getDecorated() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Gets the Message this DsmlDecorator decorates.
- getDecorated() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Gets the Message this DsmlDecorator decorates.
- getDecorated() - Method in interface org.apache.directory.shared.dsmlv2.DsmlDecorator
-
Gets the Message this DsmlDecorator decorates.
- getDecorated() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
- getDecorated() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Gets the Message this DsmlDecorator decorates.
- getDecorated() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Gets the object being decorated by this IDecorator.
- getDecorated() - Method in interface org.apache.directory.shared.ldap.codec.api.Decorator
-
Gets the object being decorated by this IDecorator.
- getDecorated() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets the object being decorated by this IDecorator.
- getDecorated() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets the object being decorated by this IDecorator.
- getDecorator(LdapApiService, Message) - Static method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
- getDecorator() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
-
- getDefault() - Static method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
Gets the default instance.
- getDefaultCharsetName() - Static method in class org.apache.directory.shared.util.Strings
-
Get the default charset
- getDefaultCipherSuites() - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- getDefaultLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default LDAP host.
- getDefaultLdapPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default LDAP port.
- getDefaultLdapsPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default LDAPS port.
- getDefaultTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default timeout.
- getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
- getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Gets the delay before disconnection, in seconds.
- getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
-
Gets the delay before disconnection, in seconds.
- getDelay() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
-
Gets the delay before disconnection, in seconds.
- getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
- getDelay() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
-
Gets the delay before disconnection, in seconds.
- getDelay() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Gets the delay before disconnection, in seconds.
- getDeleteOldRdn() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Gets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- getDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Gets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- getDeleteOldRdn() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Gets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- getDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Gets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- getDeleteResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
-
- getDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
-
Gets the set of denials only.
- getDependencies() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Gets the names of other schemas that the objects within this
Schema depends upon.
- getDependencies() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Gets the names of other schemas that the objects within this
Schema depends upon.
- getDerefAliases() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the alias handling parameter.
- getDerefAliases() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the alias handling parameter.
- getDerefAliases() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
Gets the alias dereferencing mode type safe enumeration.
- getDerefAliases() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets the alias handling parameter.
- getDerefAliases() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets the alias handling parameter.
- getDerefMode(int) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
get the AliasDerefMode corresponding to the integer value passed
- getDerefMode(String) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
- getDescendantElements(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getDescendantOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the descendant of a given DN, using the ancestr DN.
- getDescendantOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the descendant of a given DN, using the ancestr DN.
- getDescription() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
- getDescription() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
- getDescription() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets a short description about this SchemaObject.
- getDescription(AttributeType) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the description using the AttributeTypeDescription as defined
by the syntax: 1.3.6.1.4.1.1466.115.121.1.3.
- getDescription(LdapComparator<?>) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the ComparatorDescription for a LdapComparator.
- getDescription(DITContentRule) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the DITContentRuleDescription for a DITContentRule as defined
by the syntax: 1.3.6.1.4.1.1466.115.121.1.16.
- getDescription(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the DITStructureRuleDescription for a DITStructureRule as
defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.17.
- getDescription(MatchingRule) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the MatchingRuleDescription for a MatchingRule as defined by
the syntax: 1.3.6.1.4.1.1466.115.121.1.30.
- getDescription(MatchingRuleUse) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the MatchingRuleUseDescription for a MatchingRuleUse as defined
by the syntax: 1.3.6.1.4.1.1466.115.121.1.31.
- getDescription(NameForm) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the NameFormDescription for a NameForm as defined by the
syntax: 1.3.6.1.4.1.1466.115.121.1.35.
- getDescription(Normalizer) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the NormalizerDescription for a Normalizer.
- getDescription(ObjectClass) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the ObjectClassDescription for an ObjectClass as defined by the
syntax: 1.3.6.1.4.1.1466.115.121.1.37.
- getDescription(LdapSyntax) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the SyntaxDescription for a Syntax as defined by the syntax:
1.3.6.1.4.1.1466.115.121.1.54.
- getDescription(SyntaxChecker) - Static method in class org.apache.directory.shared.ldap.model.schema.DescriptionUtils
-
Generates the SyntaxCheckerDescription for a SyntaxChecker.
- getDescription() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets a short description about this SchemaObject.
- getDiagnosticMessage() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Gets the descriptive diagnostic message associated with the error code.
- getDiagnosticMessage() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets the descriptive diagnostic message associated with the error code.
- getDiagnosticMessage() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Gets the descriptive diagnostic message associated with the error code.
- getDiagnosticMessage() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Gets the descriptive diagnostic message associated with the error code.
- getDisabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
- getDisabled() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
- getDitContentRuleRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getDITContentRuleRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the DITContentRule registry
- getDITContentRuleRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the DITContentRule registry
- getDitStructureRuleRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getDITStructureRuleRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the DITStructureRule registry
- getDITStructureRuleRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the DITStructureRule registry
- getDn() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Get this entry's Dn.
- getDn() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Get this entry's Dn.
- getDn() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Get this entry's Dn.
- getDn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- getDn(Object) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
-
- getDn() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getDn() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getElement() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
- getEnabled() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
- getEnabledCipherSuites() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the cipher suites which are enabled.
- getEncodedValue() - Method in class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
-
- getEncoder(IoSession) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
-
Get the LDAP encoder.
- getEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getEntry() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Get the entry.
- getEntry() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Get the entry with its attributes.
- getEntry() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Get the entry to be deleted
- getEntry() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Gets the entry to add.
- getEntry() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Gets the entry.
- getEntry() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- getEntry() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Get the entry's entry
- getEntry() - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Gets the entry to add.
- getEntry() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Gets the entry to add.
- getEntry() - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
-
Gets the entry.
- getEntry() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Gets the entry
- getEntryChangeDecorator() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
-
- getEntryDn() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Get the added Dn
- getEntryDn() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Gets the distinguished name of the entry to add.
- getEntryDn() - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Gets the distinguished name of the entry to add.
- getEntryDn() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Gets the distinguished name of the entry to add.
- getEntryLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
- getEntryUUID() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
- getEntryUUID() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
-
- getEntryUUID() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
- getEnum(Map<String, Object>) - Static method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
Gets the enumeration from by extracting the value for the JNDI LDAP
specific environment property, java.naming.ldap.derefAliases, from the
environment.
- getEquality() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the equality Matching Rule
- getEquality() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the MatchingRule for this AttributeType used for equality matching.
- getEqualityName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Equality Name for this AttributeType's values.
- getEqualityOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Equality OID for this AttributeType's values.
- getError() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
- getErrorCode() - Method in enum org.apache.directory.shared.i18n.I18n
-
Getter for the field errorCode
.
- getErrorMessageBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
- getErrors() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
- getErrors() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
- getErrorType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Gets the type of error response
- getEscapedValue() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
- getEscapedValue() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
- getExpectedLength() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Get the expected object length.
- getExpectedLength() - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Get the expected object length.
- getExpectedLength() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Get the TLV expected length.
- getExpectedMatchingRuleLength() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
get the expectedMatchingRuleLength
- getExpressions() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Get the list of regexp stored into this SyntaxChecker
- getExtendedRequestLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
- getExtendedResponseLength() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
- getExtension(String) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
- getExtension(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
- getExtension(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Gets the extension.
- getExtensions() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
- getExtensions() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
- getExtensions() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
- getExtensions() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
- getExtensions() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getExtensionValue(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Gets the extension value.
- getFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the search filter associated with this search request.
- getFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the search filter associated with this search request.
- getFilter() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets the search filter associated with this search request.
- getFilter() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets the search filter associated with this search request.
- getFilter() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getFilterNode() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the search filter associated with this search request.
- getFilterNode() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the search filter associated with this search request.
- getFilterSet() - Method in class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
-
Get the list of filters stored in the composite filter
- getFilterSet() - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
Get the list of filters stored in the composite filter
- getFilterType() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
-
Get the filter type
- getFilterType() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Get the filter type
- getFinal() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Gets the final fragment or suffix.
- getFinalSubstrings() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Get the final substring
- getFinalSubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Get the final substring
- getFirst() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Return the entry for the "oldest" mapping.
- getFirstChild() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
Convenience method that gets the first child in the children array.
- getFirstKey() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Return the key for the "oldest" mapping.
- getFirstValue() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Return the value for the "oldest" mapping.
- getForm() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
- getFqcn() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
- getGeneralizedTime() - Static method in class org.apache.directory.shared.util.DateUtils
-
Gets the generalized time using the "Z" form of the g-time-zone described
by [
SYNTAXES] section 3.3.13, included below:
- getGeneralizedTime(Date) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getGeneralizedTime(long) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getGlobalOidRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getGlobalOidRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Returns a reference to the global OidRegistry
- getGlobalOidRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Returns a reference to the global OidRegistry
- getGraceAuthNsRemaining() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
- getGraceAuthNsRemaining() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
- getGracefulDisconnect() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
-
- getGracefulShutdown() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
-
- getGrammar() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Get the current grammar
- getGrammar() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Get the grammar
- getGrammar() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Gets the grammar
- getGrammarName() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
-
Get the grammar name
- getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
-
Get the grammar name
- getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
-
Get the grammar name
- getGrammarName() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
-
Get the grammar name
- getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
-
Get the grammar name
- getGrammarName(Grammar<SubentriesContainer>) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<Asn1Container>) - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<?>) - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
-
Get the grammar name
- getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
-
Get the grammar name
- getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
-
Get the grammar name
- getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
-
Get the grammar name
- getGrammarName(Grammar) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<CancelContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<CertGenerationContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<GracefulDisconnectContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<GracefulShutdownContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
-
Get the grammar name
- getGrammarName(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
-
Get the grammar name
- getGrammarName(Grammar<StoredProcedureContainer>) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
-
Get the grammar name
- getGrants() - Method in class org.apache.directory.shared.ldap.aci.Permission
-
Gets the set of grants only.
- getGrantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.Permission
-
- getHexValue(char, char) - Static method in class org.apache.directory.shared.util.Hex
-
Translate two chars to an hex value.
- getHexValue(byte, byte) - Static method in class org.apache.directory.shared.util.Hex
-
Translate two bytes to an hex value.
- getHexValue(char) - Static method in class org.apache.directory.shared.util.Hex
-
Return an hex value from a sinle char
The char must be in [0-9a-fA-F]
- getHost() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getHour(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getId() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getId() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Get's the attribute identifier for this entry.
- getId() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Get's the attribute identifier for this entry.
- getIdentificationTag() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
-
Gets the id string of this item.
- getInitial() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Gets the initial fragment.
- getInitialSubstrings() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Get the initial substring
- getInitialSubstrings() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Get the initial substring
- getInput() - Method in class org.apache.directory.shared.converter.schema.Schema
-
- getInstance() - Static method in class org.apache.directory.shared.dsmlv2.reponse.Dsmlv2ResponseGrammar
-
Get the instance of this grammar
- getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.codec.LdapMessageGrammar
-
Get the instance of this grammar
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyGrammar
-
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueGrammar
-
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownGrammar
-
This class is a singleton.
- getInstance() - Static method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureGrammar
-
Get the instance of this grammar
- getIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getIntermediate() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- getIntermediateResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
- getIssuerDN() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- getIssuerDN() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- getIssuerDN() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- getItem() - Method in class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
-
- getItemPermissions() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
-
- getJavaParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Gets the java parameter type.
- getJavaParameterType(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Gets the java parameter type.
- getJavaParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Gets the java parameter type.
- getJavaParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Gets the java parameter value.
- getJavaParameterValue(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Gets the java parameter value.
- getJavaParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Gets the java parameter value.
- getJndiAttributesFromLdif(String) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Convert a LDIF String to a JNDI attributes.
- getJndiValue() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
- getKdcHost() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Gets the KDC host.
- getKdcPort() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Gets the KDC port.
- getKey() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Gets the key for this Tuple.
- getKey() - Method in interface org.apache.directory.shared.util.KeyValue
-
Gets the key from the pair.
- getKeyAlgorithm() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- getKeyAlgorithm() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- getKeyAlgorithm() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- getKeyManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the key managers.
- getKeyString(Object) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleRenderer
-
Gets the key Object rendered as a String.
- getKrb5ConfFilePath() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Gets the (absolute) path to the 'krb5.conf' file.
- getLanguage() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Gets the language.
- getLanguage() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Gets the language.
- getLanguage() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Gets the language.
- getLanguage() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
-
Gets the language.
- getLast() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Return the entry for the "newest" mapping.
- getLastKey() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Return the key for the "newest" mapping.
- getLastValue() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Return the value for the "newest" mapping.
- getLdapCodecService() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
- getLdapCodecService() - Method in class org.apache.directory.shared.dsmlv2.request.Dsmlv2Grammar
-
- getLdapCodecService() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
- getLdapComparator() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Gets a comparator using getMatchingRule() to resolve the matching
that the comparator is extracted from.
- getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Construct a LdapComparator from a description of a comparator.
- getLdapComparator(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Retrieve and load a Comparator class from the DIT.
- getLdapComparator() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Gets the LdapComparator enabling the use of this MatchingRule for ORDERING
and sorted indexing.
- getLdapComparator(SchemaManager, LdapComparatorDescription, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Construct a LdapComparator from a description of a comparator.
- getLdapComparator(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Retrieve and load a Comparator class from the DIT.
- getLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the LDAP host.
- getLdapOperation() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
-
Gets the LDAP operation.
- getLdapPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the LDAP port.
- getLdapResult() - Method in class org.apache.directory.shared.dsmlv2.reponse.AbstractResultResponseDsml
-
Gets the LdapResult components of this Response.
- getLdapResult() - Method in class org.apache.directory.shared.ldap.codec.decorators.ResponseDecorator
-
- getLdapResult() - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
-
Gets the LdapResult components of this Response.
- getLdapResult() - Method in interface org.apache.directory.shared.ldap.model.message.ResultResponse
-
Gets the LdapResult components of this Response.
- getLdapSyntaxRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getLdapSyntaxRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the LdapSyntax registry
- getLdapSyntaxRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the LdapSyntax registry
- getLdapUrls() - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
Gets an unmodifiable set of alternative referral urls.
- getLdapUrls() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Gets an unmodifiable set of alternative referral urls.
- getLdapUrlsBytes() - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
Gets an unmodifiable set of encoded referral urls.
- getLdapUrlsBytes() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Gets an unmodifiable set of encoded referral urls.
- getLdapUrlValue() - Method in enum org.apache.directory.shared.ldap.model.message.SearchScope
-
Gets the LDAP URL value for the scope: according to RFC 2255 this is
either base, one, or sub.
- getLength() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getLengthBytesRead() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getLengthNbBytes() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getLevel() - Method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
-
- getLevel(int) - Static method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
-
Return the AuthenticationLevel associated with the given numeric level.
- getLine() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
gets a line from the underlying data store
- getLoadedSchema(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Gets a schema that has been loaded into these Registries.
- getLoadedSchema(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Gets a schema that has been loaded into these Registries.
- getLoadedSchema(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Gets a schema that has been loaded into these Registries.
- getLoadedSchemas() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Gets an unmodifiable Map of schema names to loaded Schema objects.
- getLoader() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
- getLoader() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
- getLoginContextName() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
- getLoginModuleConfiguration() - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
- getMatchedDn() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Get the matched Dn
- getMatchedDn() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets the lowest entry in the directory that was matched.
- getMatchedDn() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Gets the lowest entry in the directory that was matched.
- getMatchedDn() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Gets the lowest entry in the directory that was matched.
- getMatchedDnBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
- getMatchingRule() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Get the matchingRule
- getMatchingRule() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Get the matchingRule
- getMatchingRule(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Construct an MatchingRule from an entry get from the Dit
- getMatchingRule(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Construct an MatchingRule from an entry get from the Dit
- getMatchingRuleId() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Gets the matching rule id as an OID string.
- getMatchingRuleRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getMatchingRuleRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the MatchingRule registry
- getMatchingRuleRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the MatchingRule registry
- getMatchingRuleUseRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getMatchingRuleUseRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the MatchingRuleUse registry
- getMatchingRuleUseRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the MatchingRuleUse registry
- getMatchValue() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Get the matchValue
- getMatchValue() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Get the matchValue
- getMaxBaseDistance() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- getMaxBaseDistance() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
Gets the distance after which to start excluding entries in the subtree
or subtree refinement.
- getMaxCount() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
-
Gets the maximum count of the attribute allowed.
- getMaximumSize() - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
-
Getter for property maximumSize.
- getMaxLengthLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Get the length's Length.
- getMaxLengthLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Get the actual maximum number of bytes that can be used to encode the
Length
- getMaxPDUSize() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
- getMaxPDUSize() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
- getMaxTagLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Get the maximum Tag's length
- getMaxTagLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Get the actual maximum number of bytes that can be used to encode the Tag
- getMay() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
- getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Gets all the AttributeTypes OIDs of the attribute this NameForm specifies as
being usable without requirement in the given objectClass for naming: as
part of the Rdn.
- getMayAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Gets all the AttributeTypes of the attribute this NameForm specifies as
being useable without requirement in the given objectClass for naming: as
part of the Rdn.
- getMayAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- getMessage() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Gets the message
- getMessage() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
- getMessage() - Method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
-
- getMessage() - Method in exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
- getMessage() - Method in exception org.apache.directory.shared.util.exception.InvalidCharacterException
-
- getMessageId() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- getMessageId() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Gets the session unique message sequence id for this message.
- getMessageId() - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
- getMessageId() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets the session unique message sequence id for this message.
- getMessageId() - Method in exception org.apache.directory.shared.ldap.codec.api.MessageEncoderException
-
- getMessageId() - Method in interface org.apache.directory.shared.ldap.model.cursor.EntryCursor
-
- getMessageId() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Gets the session unique message sequence id for this message.
- getMessageId() - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Gets the session unique message sequence id for this message.
- getMessageLength() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
- getMicroOperation() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
-
- getMicroOperations() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
-
- getMinBaseDistance() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- getMinBaseDistance() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
Gets the distance at which to start including entries in the subtree.
- getMinutes(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getMode() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
- getMode() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
-
- getMode() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
- getModificationArray() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Gets the modification items as an array.
- getModificationLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- getModifications() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Gets an immutable Collection of modification items representing the
atomic changes to perform on the candidate entry to modify.
- getModifications() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Gets an immutable Collection of modification items representing the
atomic changes to perform on the candidate entry to modify.
- getModifications() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- getModifications() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Gets an immutable Collection of modification items representing the
atomic changes to perform on the candidate entry to modify.
- getModifications() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Gets an immutable Collection of modification items representing the
atomic changes to perform on the candidate entry to modify.
- getModifyDnResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Stores the encoded length for the ModifyDnRequest
- getModifyDnResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
-
Stores the encoded length for the ModifyDnResponse
- getModifyDnType(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType
-
Get the instance from it's interger value
- getModifyRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- getModifyResponseLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
-
- getMonth(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getMust() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
- getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Gets all the AttributeTypes OIDs of the attributes this NameForm specifies as
having to be used in the given objectClass for naming: as part of the
Rdn.
- getMustAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Gets all the AttributeTypes of the attributes this NameForm specifies as
having to be used in the given objectClass for naming: as part of the
Rdn.
- getMustAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- getName() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the name that is used to authenticate the user.
- getName() - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
-
Return the grammar's name
- getName() - Method in interface org.apache.directory.shared.asn1.ber.grammar.Grammar
-
Get the grammar name
- getName() - Method in class org.apache.directory.shared.converter.schema.Schema
-
- getName() - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
Return the grammar's name
- getName() - Method in interface org.apache.directory.shared.dsmlv2.Grammar
-
Get the grammar name
- getName() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Gets the distinguished name of the subject in this authentication
request.
- getName() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Get the entry to be compared
- getName() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Gets the distinguished name of the leaf entry to be deleted by this
request.
- getName() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Get the modification's Dn
- getName() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Gets the distinguished name of the entry to be modified by this request.
- getName() - Method in class org.apache.directory.shared.dsmlv2.Tag
-
Gets the name of the tag
- getName() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
-
Gets the name of this grant or denial.
- getName() - Method in enum org.apache.directory.shared.ldap.aci.MicroOperation
-
Gets the name of this micro-operation.
- getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Gets the distinguished name of the subject in this authentication
request.
- getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Gets the distinguished name of the entry to be compared using the
attribute value assertion.
- getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Gets the distinguished name of the leaf entry to be deleted by this
request.
- getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Gets the entry's distinguished name representing the entry PDU
field.
- getName() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Gets the distinguished name of the entry to be modified by this request.
- getName() - Method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
-
- getName() - Method in enum org.apache.directory.shared.ldap.model.constants.LdapSecurityConstants
-
- getName() - Method in enum org.apache.directory.shared.ldap.model.constants.Loggers
-
- getName() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Gets the distinguished name of the subject in this authentication
request.
- getName() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Gets the distinguished name of the subject in this authentication
request.
- getName() - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Gets the distinguished name of the entry to be compared using the
attribute value assertion.
- getName() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Gets the distinguished name of the entry to be compared using the
attribute value assertion.
- getName() - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Gets the distinguished name of the leaf entry to be deleted by this
request.
- getName() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Gets the distinguished name of the leaf entry to be deleted by this
request.
- getName() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Gets the entry's distinguished name representing the entry PDU
field.
- getName() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Gets the entry's distinguished name representing the entry PDU
field.
- getName() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Gets the distinguished name of the entry to be modified by this request.
- getName() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Gets the distinguished name of the entry to be modified by this request.
- getName() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the user provided Dn
- getName() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
- getName() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets the first name in the set of short names for this SchemaObject if
any exists for it.
- getName() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets the first name in the set of short names for this SchemaObject if
any exists for it.
- getName() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Gets the name.
- getName() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
-
Returns the name of this action time.
- getName() - Method in enum org.apache.directory.shared.ldap.trigger.LdapOperation
-
- getName() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
-
Returns the name of this Stored Procedure Parameter.
- getName() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
-
Gets the name.
- getNameFormRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getNameFormRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the NameForm registry
- getNameFormRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the NameForm registry
- getNames() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
- getNames() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
- getNames() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets short names for this SchemaObject if any exists for it, otherwise,
returns an empty list.
- getNames() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets short names for this SchemaObject if any exists for it, otherwise,
returns an empty list.
- getNameSet(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Gets the names associated with an OID.
- getNamingContext() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
- getNamingContext() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
- getNbBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Utility function that return the number of bytes necessary to store the
length
- getNbBytes(int) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Utility function that return the number of bytes necessary to store an
integer value.
- getNbBytes(long) - Static method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Utility function that return the number of bytes necessary to store a
long value.
- getNbBytes(Dn) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the number of bytes necessary to store this Dn
- getNbBytes() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getNetworkConnection(String, int) - Static method in class org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Gets the network connection.
- getNewRDN() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Get the new Rdn
- getNewRdn() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Gets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- getNewRdn() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Gets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- getNewRdn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- getNewRdn() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Gets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- getNewRdn() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Gets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- getNewSuperior() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Get the newSuperior
- getNewSuperior() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Gets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
- getNewSuperior() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- getNewSuperior() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Gets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
- getNewSuperior() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Gets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
- getNewTlvId() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Return a new ID and increment the counter
- getNewTlvId() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Get a new TLV id
- getNextRequest() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Gets the next Request or null if there's no more request
- getNextResponse() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
-
Returns the next Request or null if there's no more request
- getNextState() - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
-
Gets the target state
- getNode(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Get the Node for a given Dn, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree,
the Dn: ou=example, dc=acme, dc=org will have a parent, and
dc=acme, dc=org will be returned.
- getNormalizedFilter(SchemaManager, String) - Static method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
-
Normalizes a filter expression to a canonical representation while
retaining logical meaning of the expression.
- getNormalizedFilter(ExprNode) - Static method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
-
Normalizes a filter expression to a canonical representation while
retaining logical meaning of the expression.
- getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Create a new instance of a Normalizer
- getNormalizer(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Retrieve and load a Normalizer class from the DIT.
- getNormalizer() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Gets the Normalizer enabling the use of this MatchingRule for EQUALITY
matching and indexing.
- getNormalizer() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
-
Get the normalizer
- getNormalizer(SchemaManager, NormalizerDescription, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Create a new instance of a Normalizer
- getNormalizer(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Retrieve and load a Normalizer class from the DIT.
- getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.model.schema.NormalizerMappingResolver
-
- getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Gets an oid/name to normalizer mapping used to normalize distinguished
names.
- getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Gets an oid/name to normalizer mapping used to normalize distinguished
names.
- getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets an oid/name to normalizer mapping used to normalize distinguished
names.
- getNormalizerMapping() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the Normalizer mapping
- getNormalizerMapping() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the Normalizer mapping
- getNormalizerRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getNormalizerRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the Normalizer registry
- getNormalizerRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the Normalizer registry
- getNormName() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Get the normalized Name of a Ava
- getNormName() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the normalized Dn.
- getNormName() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
- getNormReference() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Gets a reference to the the normalized (canonical) representation
for the wrapped value.
- getNormReference() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Gets a reference to the the normalized (canonical) representation
for the wrapped value.
- getNormType() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Get the normalized type of a Ava
- getNormType() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Return the normalized type, or the first one of we have more than one (the lowest)
- getNormValue() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Gets a direct reference to the normalized representation for the
wrapped value of this ServerValue wrapper.
- getNormValue() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Gets the normalized (canonical) representation for the wrapped string.
- getNormValue() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Gets the normalized (canonical) representation for the wrapped string.
- getNormValue() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Get the Value of a Ava
- getNormValue() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Return the normalized value, or the first one of we have more than one (the lowest)
- getNotAttributeTypeOids() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getNotAttributeTypes() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- getNotFilter() - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
-
Get the NotFilter
- getNotFilter() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
-
Get the NotFilter
- getObjectBySchemaName() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getObjectClass(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
- getObjectClass(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
- getObjectClassRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getObjectClassRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the ObjectClass registry
- getObjectClassRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the ObjectClass registry
- getObjectClassTypes() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Gets the object class types.
- getObjectIdentifierMacros() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Gets the object identifier macros.
- getObjectName() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Get the entry Dn
- getObjectName() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Gets the distinguished name of the entry object returned.
- getObjectName() - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
-
Gets the distinguished name of the entry object returned.
- getObjectName() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Gets the distinguished name of the entry object returned.
- getObjectNameBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Gets the distinguished name bytes of the entry object returned.
- getObjectType() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
The SchemaObject type :
AttributeType
DitCOntentRule
DitStructureRule
LdapComparator (specific to ADS)
LdapSyntaxe
MatchingRule
MatchingRuleUse
NameForm
Normalizer (specific to ADS)
ObjectClass
SyntaxChecker (specific to ADS)
- getObjectType() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
The SchemaObject type :
AttributeType
DitCOntentRule
DitStructureRule
LdapComparator (specific to ADS)
LdapSyntaxe
MatchingRule
MatchingRuleUse
NameForm
Normalizer (specific to ADS)
ObjectClass
SyntaxChecker (specific to ADS)
- getOid() - Method in class org.apache.directory.shared.asn1.util.Oid
-
Get an array of bytes from the Oid
- getOid() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Returns the schema element's OID
- getOid() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Returns the schema element's OID
- getOid() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
- getOid() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Get the OID
- getOid() - Method in interface org.apache.directory.shared.ldap.codec.api.ControlFactory
-
- getOid() - Method in interface org.apache.directory.shared.ldap.codec.api.ExtendedRequestFactory
-
Gets the OID of the extended requests this factory generates.
- getOid() - Method in interface org.apache.directory.shared.ldap.codec.api.UnsolicitedResponseFactory
-
- getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.cascade.CascadeFactory
- getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.manageDsaIT.ManageDsaITFactory
- getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeFactory
- getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
- getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory
- getOid() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesFactory
- getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyFactory
- getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
- getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
- getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
- getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
- getOid() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
- getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelFactory
-
Gets the OID of the extended requests this factory generates.
- getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory
-
Gets the OID of the extended requests this factory generates.
- getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
-
- getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
-
Gets the OID of the extended requests this factory generates.
- getOid() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
-
Gets the OID of the extended requests this factory generates.
- getOid() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
- getOid() - Method in interface org.apache.directory.shared.ldap.model.message.Control
-
- getOid() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
Get the OID
- getOid() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets usually what is the numeric object identifier assigned to this
SchemaObject.
- getOid() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
The DIT structure rule does not have an OID, so this implementations always throws an exception.
- getOid() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Overrides default behavior by returning the OID of the wrapped
Normalizer.
- getOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Get an OID from a name.
- getOid() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets usually what is the numeric object identifier assigned to this
SchemaObject.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidByName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets the numericOid for a name/alias if one is associated.
- getOidLen() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the attributeType's syntax length
- getOidLength() - Method in class org.apache.directory.shared.asn1.util.Oid
-
Get the number of bytes necessary to store the Oid
- getOidValues() - Method in class org.apache.directory.shared.asn1.util.Oid
-
Get an array of long from the Oid
- getOnError() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Gets the on error handling type of the request
- getOperation() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
- getOperation() - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
- getOperation(int) - Static method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
-
Get the ModificationOperation from an int value
- getOperationNumber() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
- getOperator() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
-
Gets the operator for this branch node.
- getOperator() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Gets the operator for this branch node.
- getOperator() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
-
Gets the operator for this branch node.
- getOptions() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
-
- getOptions(String) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Get the options from the attributeType.
- getOptions() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
-
Gets the options.
- getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
-
- getOrder(BranchNode, List<ExprNode>) - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
-
Get the array of children to visit sequentially to determine the order of
child visitations.
- getOrdering() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the ordering Matching Rule
- getOrdering() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the MatchingRule for this AttributeType used for Ordering matching.
- getOrderingName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the MatchingRule name for this AttributeType used for Ordering matching.
- getOrderingOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Ordering OID for this AttributeType's values.
- getOrFilter() - Method in class org.apache.directory.shared.dsmlv2.request.OrFilter
-
Get the OrFilter
- getOrFilter() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
-
Get the OrFilter
- getOtherObject() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Gets the 'other' schema object.
- getOutput() - Method in class org.apache.directory.shared.converter.schema.Schema
-
- getOwner() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Gets the name of the owner of the schema objects within this
Schema.
- getOwner() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Gets the name of the owner of the schema objects within this
Schema.
- getParameters() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
- getParameters() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
- getParameters() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
- getParameters() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
-
Gets the parameters.
- getParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Gets the parameter type.
- getParameterType(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Gets the parameter type.
- getParameterType(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Gets the parameter type.
- getParameterTypeString(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
- getParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Gets the parameter value.
- getParameterValue(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Gets the parameter value.
- getParameterValue(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Gets the parameter value.
- getParameterValueString(int) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
- getParent() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Get the parent
- getParent() - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Get the parent
- getParent() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getParent() - Method in class org.apache.directory.shared.dsmlv2.request.Filter
-
Get the parent
- getParent() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
-
Get the parent
- getParent() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Gets the parent Dn of this Dn.
- getParent() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getParentTLV() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Get the parent TLV;
- getParentTLV() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
- getParentTlvId() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
-
Get the parent
- getParentWithElement(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree,
the Dn: ou=example, dc=acme, dc=org will have a parent, and
dc=acme, dc=org will be returned if it has an associated element.
- getParentWithElement() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Get the closest Node for a given Dn which has an element, if present in the tree.
For instance, if we have stored dc=acme, dc=org into the tree,
the Dn: ou=example, dc=acme, dc=org will have a parent, and
dc=acme, dc=org will be returned if it has an associated element.
- getParser() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Gets the parser
- getPasswordPolicyError() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
- getPasswordPolicyError() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
- getPasswordPolicyResponseControl() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
-
- getPersistentSearchDecorator() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
-
- getPort() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
-
Gets the precedence of this item.
- getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
-
Gets the precedence of this tuple (0-255).
- getPrecedence() - Method in class org.apache.directory.shared.ldap.aci.Permission
-
Gets the precedence of this permission.
- getPreferences() - Method in class org.apache.directory.shared.util.PreferencesDictionary
-
Gets the Preferences used as the backing store for this Dictionary.
- getPreviousDn() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
- getPreviousDn() - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
-
- getPreviousDn() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
- getPreviousState() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
- getPrimaryName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Gets the primary name associated with an OID.
- getProcedure() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
- getProcedure() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
- getProcedure() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
- getProcedureSpecification() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Gets the procedure specification.
- getProcedureSpecification() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Gets the procedure specification.
- getProcedureSpecification() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Gets the procedure specification.
- getProcessing() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Gets the processing type of the request
- getProperties(File) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Creates a properties object and loads the properties in the file
otherwise and empty property object will be returned.
- getProperties(ClassLoader, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Loads a properties file as a CL resource if it exists and returns an
empty Properties object otherwise.
- getProperties(Class<?>, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Loads a properties file as a class resource if it exists and returns an
empty Properties object otherwise.
- getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
-
- getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
-
- getProtectedItems() - Method in class org.apache.directory.shared.ldap.aci.UserPermission
-
- getProtocolCodecFactory() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Creates a new LDAP ProtocolCodecFactory
.
- getProtocolCodecFactory() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Creates a new LDAP ProtocolCodecFactory
.
- getProtocolCodecFactory() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Creates a new LDAP ProtocolCodecFactory
.
- getQualityOfProtection() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the quality of protection.
- getRawOidOrNameSuffix() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Gets the raw OID or name plus suffix.
- getRdn(int) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Retrieves a component of this name.
- getRdn() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Retrieves the last (leaf) component of this name.
- getRdn() - Method in enum org.apache.directory.shared.ldap.model.schema.SchemaObjectType
-
Get the Rdn associated with a schemaObjectType
- getRdn() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
- getRdnAttributeType(String) - Static method in class org.apache.directory.shared.ldap.model.name.DnUtils
-
Gets the attributeType of a RDN (the left part of the RDN).
- getRdns() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Retrieves all the components of this name.
- getRdnValue(String) - Static method in class org.apache.directory.shared.ldap.model.name.DnUtils
-
Gets the value of a RDN ( the right part of the RDN).
- getRealmName() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets realm name.
- getReasonCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
-
Get the reason code.
- getReference() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Gets a reference to the wrapped value.
- getReference() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Gets a reference to the wrapped value.
- getReferencing(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Check that we can remove a given SchemaObject without breaking some of its references.
- getReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getReferral() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- getReferral() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Gets the sequence of LdapUrls as a Referral instance.
- getReferral() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- getReferral() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Gets the sequence of LdapUrls as a Referral instance.
- getReferral() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- getReferral() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- getReferral() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- getReferral() - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultReference
-
Gets the sequence of LdapUrls as a Referral instance.
- getReferral() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
-
Gets the sequence of LdapUrls as a Referral instance.
- getReferralContext() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- getReferralContext() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- getReferralContext(Hashtable<?, ?>) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- getReferralInfo() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- getReferralLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
- getReferralLength() - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
- getReferralLength() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
- getReferrals() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Get the referrals
- getRefinement() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
-
Gets the filter.
- getRefinement() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- getRefinement() - Method in class org.apache.directory.shared.ldap.model.subtree.NotRefinement
-
- getRefinement() - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
A subtree refinement represents a non-contiguous selection of entries
using a limited filter expression where attribute assertions are based on
the objectClass of the entries.
- getRefinements() - Method in class org.apache.directory.shared.ldap.model.subtree.AndRefinement
-
- getRefinements() - Method in class org.apache.directory.shared.ldap.model.subtree.OrRefinement
-
- getRegex(String, String[], String) - Static method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a regular expression from an LDAP substring assertion filter
specification.
- getRegex(Normalizer) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Gets the compiled regular expression for the substring expression.
- getRegistries() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
- getRegistries() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
- getRelatedId() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Gets the related ID (name or OID) of the exception.
- getRemainingComponents() - Method in class org.apache.directory.shared.util.AbstractSimpleComponentsMonitor
-
Gets the remaining components.
- getRemainingComponents() - Method in interface org.apache.directory.shared.util.ComponentsMonitor
-
Gets the remaining components.
- getRemainingComponents() - Method in class org.apache.directory.shared.util.MandatoryAndOptionalComponentsMonitor
-
Gets the remaining components.
- getRemainingDn() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- getRemainingDn() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- getReplicaId() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
- getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Get the list of replicated servers
- getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Gets the replicated contexts.
- getReplicatedContexts() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
-
Gets the replicated contexts.
- getReplicatedContexts() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
- getRequestID() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Gets the ID of the response
- getRequestID() - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Gets the request ID
- getRequestID() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Gets the ID of the request
- getRequestName() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Get the extended request name
- getRequestName() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Gets the Object Identifier corresponding to the extended request type.
- getRequestName() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Gets the Object Identifier corresponding to the extended request type.
- getRequestName() - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Gets the Object Identifier corresponding to the extended request type.
- getRequestName() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Gets the Object Identifier corresponding to the extended request type.
- getRequestNameBytes() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Gets the requestName bytes.
- getRequests() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Gets the List of all the requests in the Batch Request
- getRequestValue() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Get the extended request value
- getRequestValue() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
- getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
- getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
- getRequestValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
- getResolvedDn() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
- getResolvedObject() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- getResolvedObject() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- getResolvedOid() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Gets the resolved OID, null if not yet resolved.
- getResourceName() - Method in exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
-
Gets the resource name.
- getResources(Pattern) - Static method in class org.apache.directory.shared.ldap.schemaextractor.impl.ResourceMap
-
For all elements of java.class.path OR from the resource name set in the
system property 'schema.resource.location' get a Map of resources
Pattern pattern = Pattern.compile(".*").
- getResponse() - Method in exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
-
Get the constructed response
- getResponse() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
-
Get's the response component of this control if this control carries a
response.
- getResponse() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
Get's the response component of this control if this control carries a
response.
- getResponse() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
-
Get's the response component of this control if this control carries a
response.
- getResponse() - Method in exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
-
Get the constructed response
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
Gets the reponse OID specific encoded response values.
- getResponse() - Method in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
-
Gets the reponse OID specific encoded response values.
- getResponseName() - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Get the extended response name
- getResponseName() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Gets the response name
- getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.CancelResponseImpl
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedResponse
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Gets the OID uniquely identifying this extended response (a.k.a.
- getResponseName() - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
-
Gets the response name
- getResponseName() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Gets the OID uniquely identifying this Intermediate response (a.k.a.
- getResponseNameBytes() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Gets the responseName bytes.
- getResponseNameBytes() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Gets the ResponseName bytes
- getResponseOrder() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Gets the response order type of the request
- getResponses() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Gets the List of all the responses
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseType() - Method in interface org.apache.directory.shared.ldap.model.message.SingleReplyRequest
-
Gets the protocol response message type for this request which produces
at least one response.
- getResponseTypes() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the different response types generated by a search request.
- getResponseTypes() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the different response types generated by a search request.
- getResponseTypes() - Method in interface org.apache.directory.shared.ldap.model.message.ManyReplyRequest
-
Gets the various types of messages that can be generated by this kind of
request.
- getResponseTypes() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets the different response types generated by a search request.
- getResponseTypes() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets the different response types generated by a search request.
- getResponseValue() - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Get the extended response
- getResponseValue() - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
- getResponseValue() - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Gets the ResponseValue.
- getResponseValue() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Gets the response OID specific encoded response values.
- getResponseValue() - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
-
Gets the ResponseValue.
- getResponseValue() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Gets the reponseName specific encoded
- getResultCode() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Get the result code
- getResultCode() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets the result code enumeration associated with the response.
- getResultCode() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- getResultCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
Gets the LDAP result code that would be associated with this exception.
- getResultCode() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- getResultCode() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Gets the result code enumeration associated with the response.
- getResultCode() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Gets the result code enumeration associated with the response.
- getResultCode() - Method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
-
- getResultCode(int) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
-
- getResultCode(Throwable) - Static method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
-
Gets an LDAP result code from a Throwable if it can resolve it
unambiguously or returns null if it cannot resolve the exception to a
single ResultCode.
- getResultResponse() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
If called for the first time, this methohd creates a result containing
response object for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableResultResponseRequestDecorator
-
If called for the first time, this methohd creates a result containing
response object for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.ResultResponseRequestDecorator
-
If called for the first time, this methohd creates a result containing
response object for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
-
If called for the first time, this methohd creates a result containing
response object for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
-
- getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
-
- getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
- getResultResponse() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
The result containing response for this request.
- getResultResponse() - Method in interface org.apache.directory.shared.ldap.model.message.ResultResponseRequest
-
If called for the first time, this methohd creates a result containing
response object for this request.
- getResultResponse() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
If called for the first time, this methohd creates a result containing
response object for this request.
- getReturningAttributes() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getReturningAttributesStr() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getRole() - Method in enum org.apache.directory.shared.ldap.model.subtree.AdministrativeRole
-
- getRuleId() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
- getSaslCredentialsLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
- getSaslMechanism() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the SASL mechanism.
- getSaslMechanism() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Gets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- getSaslMechanism() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Gets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- getSaslMechanism() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Gets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- getSaslMechanism() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Gets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- getSaslMechanismLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
- getSchema(Entry) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Return an instance of the Schema associated to the entry
- getSchema(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Gets a schema object based on it's name.
- getSchema(Entry) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Gets the schema.
- getSchema(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Gets a schema object based on it's name.
- getSchema(Entry) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Return an instance of the Schema associated to the entry
- getSchemaElements() - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- getSchemaManager() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
- getSchemaManager() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
- getSchemaManager() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the associated SchemaManager if any.
- getSchemaName() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets the name of the schema this SchemaObject is associated with.
- getSchemaName(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Gets the name of the logical schema the objects of this Schema
belong to: e.g.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Gets the name of the logical schema the objects of this Schema
belong to: e.g.
- getSchemaName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets the name of the schema this schema object is associated with.
- getSchemaName() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets the name of the schema this SchemaObject is associated with.
- getSchemaObject(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Gets the SchemaObject associated with an OID.
- getScheme() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getScope() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the search scope parameter enumeration.
- getScope() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the search scope parameter enumeration.
- getScope() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
Gets the search scope.
- getScope() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getScope() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets the search scope parameter enumeration.
- getScope() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets the search scope parameter enumeration.
- getScope() - Method in enum org.apache.directory.shared.ldap.model.message.SearchScope
-
Gets the corresponding scope constant value as defined in
RFC 4511.
- getScope() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getSearchRequestLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- getSearchResultDone() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
gives the SearchResultDone message received at the end of search results
- getSearchResultDone() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
gives the SearchResultDone message received at the end of search results
- getSearchResultDone() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Gets the Search Result Entry
- getSearchResultDone() - Method in interface org.apache.directory.shared.ldap.model.cursor.EntryCursor
-
gives the SearchResultDone message received at the end of search results
- getSearchResultDone() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
gives the SearchResultDone message received at the end of search results
- getSearchResultDoneLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
-
- getSearchResultEntryLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
- getSearchResultEntryList() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Gets the Search Result Entry List
- getSearchResultReferenceLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
- getSearchResultReferenceList() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Gets the Search Result Reference List
- getSearchResultReferences() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Get the list of references
- getSearchScope(int) - Static method in enum org.apache.directory.shared.ldap.model.message.SearchScope
-
Gets the SearchScope enumerated type for the corresponding
scope numeric value.
- getSearchScope(String) - Static method in enum org.apache.directory.shared.ldap.model.message.SearchScope
-
Gets the SearchScope enumerated type for the corresponding
LDAP URL scope value of either base, one or sub.
- getSearchScope() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
-
Gets the search scope.
- getSeconds(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- getSecureRandom() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the secure random.
- getSecurityStrength() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the security strength.
- getServerSaslCreds() - Method in class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
-
Gets the optional property holding SASL authentication response parameters
that are SASL mechanism specific.
- getServerSaslCreds() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
-
Gets the optional property holding SASL authentication response parameters
that are SASL mechanism specific.
- getServerSaslCreds() - Method in interface org.apache.directory.shared.ldap.model.message.BindResponse
-
Gets the optional property holding SASL authentication response parameters
that are SASL mechanism specific.
- getServerSaslCreds() - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
-
Gets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
- getSimple() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- getSimple() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- getSimple() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- getSimple() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- getSingleton() - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
-
Gets the singleton instance of the LdapCodecService.
- getSize() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
The TLV size is calculated by adding the Tag's size, the Length's size
and the Value's length, if any.
- getSize() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
- getSize() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
-
- getSize() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
- getSizeLimit() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
A sizelimit that restricts the maximum number of entries to be returned
as a result of the search.
- getSizeLimit() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
A sizelimit that restricts the maximum number of entries to be returned
as a result of the search.
- getSizeLimit() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
- getSizeLimit() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getSizeLimit() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
A sizelimit that restricts the maximum number of entries to be returned
as a result of the search.
- getSizeLimit() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
A sizelimit that restricts the maximum number of entries to be returned
as a result of the search.
- getSourceObject() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Gets the 'source' schema object.
- getSpecification() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets the SchemaObject specification.
- getSpecification() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets the SchemaObject specification.
- getSPSpecs() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecification
-
Gets the stored procedure specs.
- getSslProtocol() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the SSL protocol.
- getStartState() - Method in interface org.apache.directory.shared.asn1.ber.grammar.States
-
- getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
- getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
- getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
- getStartState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
- getStartState() - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
- getStartState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
- getState() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Get the current grammar state
- getState() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Get the current grammar state
- getState() - Method in interface org.apache.directory.shared.dsmlv2.Container
-
Get the current grammar state
- getState() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Get the current grammar state
- getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
-
Get the string representing the state
- getState(int) - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
-
Get the string representing the state
- getStates() - Method in interface org.apache.directory.shared.dsmlv2.Container
-
- getStates() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Get the states for this container's grammars
- getStatesEnum() - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
Get the states of the current grammar
- getStatesEnum() - Method in interface org.apache.directory.shared.dsmlv2.Grammar
-
Get the statesEnum for the current grammar
- getStaticProperties(Class<?>) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Load a properties from a resource relative to a supplied class.
- getStaticProperties(Class<?>, String) - Static method in class org.apache.directory.shared.util.PropertiesUtils
-
Load properties from a resource relative to a supplied class and path.
- getStoredProcedure() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
-
- getStream() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Gets the current stream containing the bytes to decode
- getStream() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Gets the current stream containing the bytes to decode
- getString() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Get the wrapped value as a String.
- getString() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Get the String value, if and only if the value is known to be a String,
otherwise a InvalidAttributeValueException will be thrown
- getString() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Get the wrapped value as a String.
- getString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Get the String value, if and only if the value is known to be a String,
otherwise a InvalidAttributeValueException will be thrown
- getString() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Get the wrapped value as a String.
- getString() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Get the wrapped value as a String.
- getString() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
- getString(byte[], int, int, String) - Static method in class org.apache.directory.shared.util.Strings
-
From commons-httpclients.
- getString(byte[], String) - Static method in class org.apache.directory.shared.util.Strings
-
From commons-httpclients.
- getStructuralObjectClass() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Gets the STRUCTURAL ObjectClass this name form specifies naming
attributes for.
- getStructuralObjectClassOid() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Gets the STRUCTURAL ObjectClass this name form specifies naming
attributes for.
- getSubentriesControl() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
-
- getSubjectDN() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- getSubjectDN() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- getSubjectDN() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- getSubstr() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the substring Matching Rule
- getSubstring() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the MatchingRule for this AttributeType used for Substr matching.
- getSubstringName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the MatchingRule name for this AttributeType used for Substring matching.
- getSubstringOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Substr OID for this AttributeType's values.
- getSubstringsLength() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
- getSubtreeSpecification() - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Creates a SubtreeSpecification using any of the default paramters that
may have been modified from their defaults.
- getSubtreeSpecifications() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
-
- getSuperior() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the optional attributeType's superior
- getSuperior() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the the superior AttributeType of this AttributeType.
- getSuperiorName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Name of the superior AttributeType for this AttributeType.
- getSuperiorOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the OID of the superior AttributeType for this AttributeType.
- getSuperiorOids() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Gets the superclasses OIDsof this ObjectClass.
- getSuperiors() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Get the list of superior for this objectClass
- getSuperiors() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Gets the superclasses of this ObjectClass.
- getSuperRules() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
- getSupportedCipherSuites() - Method in class org.apache.directory.shared.util.DummySSLSocketFactory
-
- getSupportedControls() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Get the Controls supported by server.
- getSupportedControls() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Get the Controls supported by server.
- getSupportedLdapVersion() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the supported LDAP version.
- getSyncDoneValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
-
- getSyncInfoValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
-
- getSyncMode(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum
-
- getSyncMode(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationModeEnum
-
- getSyncRequestValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
-
- getSyncStateType() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
- getSyncStateType(int) - Static method in enum org.apache.directory.shared.ldap.extras.controls.SyncStateTypeEnum
-
- getSyncStateType() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
-
- getSyncStateType() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
- getSyncStateValueControl() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
-
- getSyncUUIDs() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- getSyncUUIDs() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- getSyncUUIDs() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- getSyntax() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the attributeType's syntax
- getSyntax() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Syntax for this AttributeType's values.
- getSyntax(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
- getSyntax() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Gets the LdapSyntax used by this MatchingRule.
- getSyntax(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
- getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Retrieve and load a syntaxChecker class from the DIT.
- getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in interface org.apache.directory.shared.ldap.model.schema.EntityFactory
-
Create a new instance of a SyntaxChecker
- getSyntaxChecker() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Gets the SyntaxChecker used to validate values in accordance with this
Syntax.
- getSyntaxChecker(SchemaManager, Entry, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Retrieve and load a syntaxChecker class from the DIT.
- getSyntaxChecker(SchemaManager, SyntaxCheckerDescription, Registries, String) - Method in class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Create a new instance of a SyntaxChecker
- getSyntaxCheckerRegistry() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- getSyntaxCheckerRegistry() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get an immutable reference on the SyntaxChecker registry
- getSyntaxCheckerRegistry() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get an immutable reference on the SyntaxChecker registry
- getSyntaxLength() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets a length limit for this AttributeType.
- getSyntaxName() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Syntax name for this AttributeType's values.
- getSyntaxOid() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets the Syntax OID for this AttributeType's values.
- getSyntaxOid() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Gets the LdapSyntax OID used by this MatchingRule.
- getTag() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getTargetDN() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- getTargetDN() - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- getTargetDN() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- getTargetEntry(List<? extends Modification>, Entry) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Gets the target entry as it would look after a modification operation
were performed on it.
- getTerminalFilter() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Get the terminal filter
- getTerminalFilter() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Get the terminal filter
- getTimeBeforeExpiration() - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
- getTimeBeforeExpiration() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
- getTimeLimit() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- getTimeLimit() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Gets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- getTimeLimit() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- getTimeLimit() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Gets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- getTimeLimit() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Gets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
- getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Gets the offline time after disconnection, in minutes.
- getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
-
Gets the offline time after disconnection, in minutes.
- getTimeOffline() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
-
Gets the offline time after disconnection, in minutes.
- getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
- getTimeOffline() - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
-
Gets the offline time after disconnection, in minutes.
- getTimeOffline() - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Gets the offline time after disconnection, in minutes.
- getTimestamp() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
- getTlvId() - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
- getTlvId() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
- getTlvId() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Get the current TLV id
- getTlvId() - Method in class org.apache.directory.shared.ldap.codec.search.Filter
-
- getTransition() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Get the transition
- getTransition() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Get the transition
- getTransition(Enum<?>, int) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
-
Get the transition associated with the state and tag
- getTransition(Enum<Dsmlv2StatesEnum>, Tag) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
Get the transition associated with the state and tag
- getTransition() - Method in interface org.apache.directory.shared.dsmlv2.Container
-
Get the transition
- getTransition() - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Get the transition
- getTransition(Enum<Dsmlv2StatesEnum>, Tag) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Get the transition associated with the state and tag
- getTrustManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the trust managers.
- getType() - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ModDNResponseDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.ModifyResponseDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Get the type
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Get the attribute
- getType() - Method in class org.apache.directory.shared.dsmlv2.Tag
-
Gets the type of the tag
- getType() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Get the type
- getType() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Get the attribute
- getType() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
Get the control type.
- getType() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
-
Get the control type.
- getType() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
Get the control type.
- getType() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
Gets the type as a byte[].
- getType() - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Gets the LDAP message type code associated with this Message.
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Gets the type of this ObjectClass as a type safe enum.
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
- getType() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
- getType() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
- getType() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Gets the type.
- getTypeDescr(ErrorResponse.ErrorResponseType) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Returns the String associated to the error response type
- getTypesOnly() - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- getTypesOnly() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- getTypesOnly() - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- getTypesOnly() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- getTypeString() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
Gets the type as a UTF8 String.
- getUniqueResource(String, String) - Static method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
-
Gets a unique resource from the class loader.
- getUniqueResourceAsStream(String, String) - Static method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
-
Gets the unique schema file resource from the class loader off the base path.
- getUnusedBits() - Method in class org.apache.directory.shared.asn1.util.BitString
-
Get the number of unused bits
- getUpId() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Get's the user provided identifier for this entry.
- getUpId() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Get's the user provided identifier for this entry.
- getUpName() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Get the user provided form of this attribute type and value
- getUpType() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Get the user provided type of a Ava
- getUpType() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Return the user provided type, or the first one of we have more than one (the lowest)
- getUpValue() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Get the User Provided Value of a Ava
- getUpValue() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Return the User Provided value
- getUrls() - Method in exception org.apache.directory.shared.ldap.schemaextractor.UniqueResourceException
-
Gets the URLs.
- getUsage() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Get the attributeType's usage
- getUsage() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Determines the usage for this AttributeType.
- getUsage(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.MatchingRuleEnum
-
Gets the enumeration type for the usage string regardless of case.
- getUsage(String) - Static method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
-
Gets the enumeration type for the attributeType usage string regardless
of case.
- getUsedBy(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Gets the Set of SchemaObjects referencing the given SchemaObject
- getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
-
Gets the collection of
UserClass
es this tuple relates to.
- getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.ItemPermission
-
- getUserClasses() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
-
- getUsername() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Gets the username.
- getUserPermission() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
-
- getUsing(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Gets the Set of SchemaObjects referenced by the given SchemaObject
- getValsLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
- getValue() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- getValue() - Method in enum org.apache.directory.shared.asn1.ber.tlv.UniversalTag
-
- getValue() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
-
Gets the maximum number of immediate subordinates.
- getValue() - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
-
Gets the binary ASN.1 BER encoded representation of the control.
- getValue() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
Get the control value
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
-
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyTags
-
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationInfoEnum
-
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SynchronizationModeEnum
-
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType
-
- getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
Get the control value
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueTags
-
- getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
-
Get the control value
- getValue() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
Get the control value
- getValue() - Method in enum org.apache.directory.shared.ldap.extras.controls.SyncStateTypeEnum
-
- getValue() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
Gets the value as a byte[].
- getValue() - Method in enum org.apache.directory.shared.ldap.model.constants.SaslQoP
-
Gets the equivalent string value.
- getValue() - Method in enum org.apache.directory.shared.ldap.model.constants.SaslSecurityStrength
-
Gets the equivalent string value.
- getValue() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Gets the value for this Tuple.
- getValue() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Get the wrapped value.
- getValue() - Method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
-
- getValue() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Get the wrapped value.
- getValue() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Get the wrapped value.
- getValue() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Gets the value.
- getValue() - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Gets the value.
- getValue() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
- getValue() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
- getValue() - Method in enum org.apache.directory.shared.ldap.model.message.controls.ChangeType
-
- getValue() - Method in enum org.apache.directory.shared.ldap.model.message.ResultCodeEnum
-
- getValue(String) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Get the Value of the Ava which type is given as an
argument.
- getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.MatchingRuleEnum
-
- getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
-
- getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.SchemaObjectType
-
- getValue() - Method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
-
- getValue() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Gets the value.
- getValue() - Method in class org.apache.directory.shared.ldap.sp.LdapContextParameter
-
- getValue() - Method in interface org.apache.directory.shared.util.KeyValue
-
Gets the value from the pair.
- getValue(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Gets the value at the specified index.
- getValuesIn() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
-
Gets the attribute type only whose values are allowed in
attributeType.
- getValuesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
- getValuesLength() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- getValueString() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
Gets the value as a UTF8 String.
- getValueString(Object) - Method in interface org.apache.directory.shared.ldap.model.cursor.TupleRenderer
-
Gets the value Object rendered as a String.
- getVersion() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
- getVersion3() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Gets whether or not the Ldap v3 protocol is used.
- getVersion3() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Gets whether or not the Ldap v3 protocol is used.
- getVersion3() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Gets whether or not the Ldap v3 protocol is used.
- getVersion3() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Gets whether or not the Ldap v3 protocol is used.
- getXsiTypeAttributeValue(XmlPullParser) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
-
Returns the value of the attribute 'type' of the "XMLSchema-instance' namespace if it exists
- getYear(String) - Static method in class org.apache.directory.shared.util.DateUtils
-
- globalOidRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The global OID registry
- GOVERNING_STRUCTURE_RULE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GOVERNING_STRUCTURE_RULE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GRACEFUL_ACTION_DELAY_TAG - Static variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulActionConstants
-
This is the TAG used for the delay.
- GracefulAction - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
A common class for graceful Disconnect and Shutdown extended operations.
- GracefulAction() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
Default constructor.
- GracefulAction(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
Create a GracefulAction object, with a timeOffline and a delay
- GracefulActionConstants - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
Graceful Disconnect and Shutdown extended operation constants
- GracefulDisconnect - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
An extended operation to proceed a graceful disconnect
- GracefulDisconnect(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Create a GracefulDisconnect object, with a timeOffline and a delay
- GracefulDisconnect() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Default constructor.
- GracefulDisconnectContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
A container for the GracefulDisconnect codec.
- GracefulDisconnectContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
-
Creates a new GracefulDisconnectContainer object.
- GracefulDisconnectDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
A decoder for GracefulDisconnects.
- GracefulDisconnectDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectDecoder
-
- GracefulDisconnectFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
- GracefulDisconnectFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory
-
- GracefulDisconnectGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
This class implements the Graceful Disconnect.
- GracefulDisconnectResponse - Interface in org.apache.directory.shared.ldap.extras.extended
-
An unsolicited notification, extended response, intended for notifying
clients of upcoming disconnection due to intended service windows.
- GracefulDisconnectResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
A Decorator for CancelResponses.
- GracefulDisconnectResponseDecorator(LdapApiService, GracefulDisconnectResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Creates a new instance of CancelResponseDecorator.
- GracefulDisconnectResponseDecorator(LdapApiService, byte[]) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Creates a new instance of CancelResponseDecorator.
- GracefulDisconnectResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
An unsolicited notification, extended response, intended for notifying
clients of up coming disconnection due to intended service windows.
- GracefulDisconnectResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
Instantiates a new graceful disconnect.
- GracefulDisconnectResponseImpl(int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
Instantiates a new graceful disconnect.
- GracefulDisconnectStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect
-
This class store the GracefulDisconnect's grammar constants.
- GracefulShutdown - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
An extended operation to proceed a graceful shutdown
- GracefulShutdown() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
-
Creates a new instance of GracefulShutdown.
- GracefulShutdownContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
A container for the GracefulShutdown codec.
- GracefulShutdownContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
-
Creates a new GracefulShutdownContainer object.
- GracefulShutdownDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
A decoder for GracefulShutdowns.
- GracefulShutdownDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownDecoder
-
- GracefulShutdownFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
- GracefulShutdownFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
-
- GracefulShutdownGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
This class implements the Graceful shutdown.
- GracefulShutdownRequest - Interface in org.apache.directory.shared.ldap.extras.extended
-
An extended operation requesting the server to shutdown it's LDAP service
port while allowing established clients to complete or abandon operations
already in progress.
- GracefulShutdownRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
A Decorator for GracefulShutdownRequests.
- GracefulShutdownRequestDecorator(LdapApiService, GracefulShutdownRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
-
Creates a new instance of GracefulShutdownRequestDecorator.
- GracefulShutdownRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
An extended operation requesting the server to shutdown it's LDAP service
port while allowing established clients to complete or abandon operations
already in progress.
- GracefulShutdownRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Instantiates a new graceful shutdown request.
- GracefulShutdownRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Instantiates a new graceful shutdown request.
- GracefulShutdownRequestImpl(int, int, int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Instantiates a new graceful shutdown request.
- GracefulShutdownResponse - Interface in org.apache.directory.shared.ldap.extras.extended
-
- GracefulShutdownResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
A Decorator for CancelResponses.
- GracefulShutdownResponseDecorator(LdapApiService, GracefulShutdownResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownResponseDecorator
-
Creates a new instance of GracefulShutdownResponseDecorator.
- GracefulShutdownResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
- GracefulShutdownResponseImpl(int, ResultCodeEnum) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
-
Instantiates a new graceful shutdown response.
- GracefulShutdownResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
-
Instantiates a new graceful shutdown response.
- GracefulShutdownResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
-
Instantiates a new graceful shutdown response.
- GracefulShutdownStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown
-
This class store the GracefulShutdown's grammar constants.
- grammar - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
All the possible grammars
- Grammar<E extends Asn1Container> - Interface in org.apache.directory.shared.asn1.ber.grammar
-
The interface which expose common behavior of a Grammar implementer.
- grammar - Variable in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
- Grammar - Interface in org.apache.directory.shared.dsmlv2
-
The interface which expose common behavior of a Grammar implementer.
- GrammarAction<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.ber.grammar
-
A top level grammar class that store meta informations about the actions.
- GrammarAction() - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
-
A default constructor
- GrammarAction(String) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
-
Creates a new GrammarAction object.
- GrammarAction - Class in org.apache.directory.shared.dsmlv2
-
A top level grammar class that store meta informations about the actions.
- GrammarAction(String) - Constructor for class org.apache.directory.shared.dsmlv2.GrammarAction
-
Creates a new GrammarAction object.
- GrammarTransition<E extends Asn1Container> - Class in org.apache.directory.shared.asn1.ber.grammar
-
Define a transition between two states of a grammar.
- GrammarTransition(Enum<?>, Enum<?>, int, Action<E>) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
Creates a new GrammarTransition object.
- GrammarTransition(Enum<?>, Enum<?>, int) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
Creates a new GrammarTransition object.
- GrammarTransition(Enum<?>, Enum<?>, UniversalTag, Action<E>) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
Creates a new GrammarTransition object.
- GrammarTransition(Enum<?>, Enum<?>, UniversalTag) - Constructor for class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
Creates a new GrammarTransition object.
- GrammarTransition - Class in org.apache.directory.shared.dsmlv2
-
Define a transition between two states of a grammar.
- GrammarTransition(Enum<Dsmlv2StatesEnum>, Enum<Dsmlv2StatesEnum>, GrammarAction) - Constructor for class org.apache.directory.shared.dsmlv2.GrammarTransition
-
Creates a new GrammarTransition object.
- grantAndDenial() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- grantAndDenial() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- GrantAndDenial - Enum in org.apache.directory.shared.ldap.aci
-
- grantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- grantsAndDenials() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- GREATER_OR_EQUAL_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- GREATER_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- GreaterEqNode<T> - Class in org.apache.directory.shared.ldap.model.filter
-
A assertion value node for GreaterOrEqual.
- GreaterEqNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.GreaterEqNode
-
Creates a new GreaterOrEqual object.
- GreaterEqNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.GreaterEqNode
-
Creates a new GreaterOrEqual object.
- GROUP_OF_NAMES_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GROUP_OF_NAMES_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GROUP_OF_UNIQUE_NAMES_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GROUP_OF_UNIQUE_NAMES_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GSS_SPNEGO - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
-
Not a SASL JDK supported mechanism
- GSSAPI - Static variable in class org.apache.directory.shared.ldap.model.constants.SupportedSaslMechanisms
-
GSSAPI mechanism
- GssApiRequest - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the GSS-API SASL operation
- GssApiRequest() - Constructor for class org.apache.directory.ldap.client.api.GssApiRequest
-
Creates a new instance of GssApiRequest.
- GUIDE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- GuideSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Guide according to RFC 4517.
- GuideSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
-
Creates a new instance of GuideSyntaxChecker
- I18n - Enum in org.apache.directory.shared.i18n
-
Provides i18n handling of error codes.
- IA5_STRING_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- Ia5StringSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a IA5 String according to RFC 4517.
- Ia5StringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
-
Creates a new instance of Ia5StringSyntaxChecker.
- ID_add - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_AFTER - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_allAttributeValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_allAttributeValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_allUserAttributeTypes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_allUserAttributeTypes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_allUserAttributeTypesAndValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_allUsers - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_allUsers - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_and - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_and - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_and - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_and - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_attributes - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_attributeType - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_attributeType - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_authenticationLevel - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_authenticationLevel - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_base - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_base - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_base - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_base - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_basicLevels - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_CALL - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_chopAfter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_chopBefore - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_classes - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_delete - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_deletedEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_deleteoldrdn - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_denyAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_denyReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_denyReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_entry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_entry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_entry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_FALSE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_FALSE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantAdd - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantBrowse - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantCompare - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantDiscloseOnError - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantExport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantFilterMatch - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantImport - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantInvoke - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantModify - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantRead - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantRemove - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantRename - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantReturnDN - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_grantsAndDenials - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_grantsAndDenials - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_identificationTag - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_identificationTag - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_item - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_item - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_item - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_item - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_itemFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_itemFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_itemOrUserFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_itemOrUserFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_itemPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_languageScheme - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_ldapContext - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_level - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_level - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_localQualifier - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_localQualifier - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_maxCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_maxCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_maxImmSub - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_maxImmSub - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_maximum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_maximum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_maximum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_maximum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_maxValueCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_maxValueCount - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_minimum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_minimum - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_minimum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_minimum - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_modification - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_modify - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_modifyDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_modifyDNExport - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_modifyDNImport - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_modifyDNRename - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_name - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_name - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_newDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_newEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_newrdn - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_newSuperior - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_none - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_none - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_not - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_not - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_not - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_not - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_object - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_oldEntry - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_oldRDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_oldSuperiorDN - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_operationPrincipal - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_or - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_or - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_or - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_or - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_parentOfEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_parentOfEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_precedence - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_precedence - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_protectedItems - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_protectedItems - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_rangeOfValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_rangeOfValues - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_restrictedBy - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_restrictedBy - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_scope_base - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_scope_one - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_scope_subtree - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_search_scope - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_searchContext - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ID_selfValue - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_selfValue - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_signed - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_signed - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_simple - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_simple - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_specificationFilter - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- ID_specificExclusions - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- ID_strong - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_strong - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_subtree - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_subtree - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_thisEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_thisEntry - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_TRUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_TRUE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_type - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_type - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_userClasses - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_userClasses - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_userFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_userFirst - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_userGroup - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_userGroup - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_userPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_userPermissions - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- ID_valuesIn - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- IDENTIFIER - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- IDENTIFIER - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- ImmutableAttributeTypeRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the AttributeType registry.
- ImmutableAttributeTypeRegistry(AttributeTypeRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Creates a new instance of ImmutableAttributeTypeRegistry.
- ImmutableComparatorRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the Comparator registry.
- ImmutableComparatorRegistry(ComparatorRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Creates a new immutable ComparatorRegistry instance.
- ImmutableDITContentRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the DITContentRule registry.
- ImmutableDITContentRuleRegistry(DITContentRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Creates a new instance of ImmutableDITContentRuleRegistry.
- ImmutableDITStructureRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the DITStructureRule registry.
- ImmutableDITStructureRuleRegistry(DITStructureRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Creates a new instance of ImmutableDITStructureRuleRegistry.
- ImmutableEntry - Class in org.apache.directory.shared.ldap.model.entry
-
A default implementation of a ServerEntry which should suite most
use cases.
- ImmutableEntry(Entry) - Constructor for class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Creates a new instance of DefaultEntry.
- ImmutableLdapSyntaxRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the Syntax registry.
- ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Creates a new instance of ImmutableLdapSyntaxRegistry.
- ImmutableMatchingRuleRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the MatchingRule registry.
- ImmutableMatchingRuleRegistry(MatchingRuleRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Creates a new instance of ImmutableMatchingRuleRegistry.
- ImmutableMatchingRuleUseRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the MatchingRuleUse registry.
- ImmutableMatchingRuleUseRegistry(MatchingRuleUseRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Creates a new instance of ImmutableMatchingRuleUseRegistry.
- ImmutableNameFormRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the NameForm registry.
- ImmutableNameFormRegistry(NameFormRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Creates a new instance of ImmutableNameFormRegistry.
- ImmutableNormalizerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the Normalizer registry.
- ImmutableNormalizerRegistry(NormalizerRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Creates a new immutable NormalizerRegistry instance.
- ImmutableObjectClassRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the ObjectClass registry.
- ImmutableObjectClassRegistry(ObjectClassRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Creates a new instance of ImmutableAttributeTypeRegistry.
- ImmutableSyntaxCheckerRegistry - Class in org.apache.directory.shared.ldap.model.schema.registries
-
An immutable wrapper of the SyntaxChecker registry.
- ImmutableSyntaxCheckerRegistry(SyntaxCheckerRegistry) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Creates a new instance of ImmutableSyntaxCheckerRegistry.
- incLengthBytesRead() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Increment the number of bytes read for this TLV
- InconsistentCursorStateException - Exception in org.apache.directory.shared.ldap.model.cursor
-
Thrown to indicate a condition in the Cursor where the state seems
inconsistent based on internal accounting.
- InconsistentCursorStateException() - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InconsistentCursorStateException
-
Creates a new instance of InconsistentCursorStateException.
- InconsistentCursorStateException(String) - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InconsistentCursorStateException
-
Creates a new instance of CursorClosedException.
- incrementDecodeBytes(int) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Increment the decodedBytes by the latest received buffer's size.
- incrementDecodeBytes(int) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Increment the decodedBytes by the latest received buffer's size.
- indexOf(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Gets the index of the specified key.
- INET_ORG_PERSON_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INET_ORG_PERSON_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INFERIOR - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
-
Constant used in comparisons
- init(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Initialize the Value
- init() - Method in class org.apache.directory.shared.converter.schema.SchemaParser
-
Initializes a parser and its plumbing.
- init() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
Creates a (normalizing) subordinate DnParser for parsing Names.
- init(SchemaManager) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
Creates a (normalizing) subordinate DnParser for parsing Names.
- init() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
- init(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
Initiaize the checker
- init(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
Does nothing.
- init() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- InitAbandonRequest - Class in org.apache.directory.shared.ldap.codec.actions.abandonRequest
-
The action used to initialize the AbandonRequest
- InitAbandonRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.abandonRequest.InitAbandonRequest
-
Instantiates a new action.
- InitAddRequest - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
-
The action used to initialize the AddRequest response
- InitAddRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.InitAddRequest
-
Instantiates a new action.
- InitAddResponse - Class in org.apache.directory.shared.ldap.codec.actions.addResponse
-
The action used to initialize the AddResponse response
- InitAddResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addResponse.InitAddResponse
-
Instantiates a new action.
- InitAndFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the AND filter
- InitAndFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAndFilter
-
Instantiates a new init AND filter action.
- InitApproxMatchFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Approx Match filter
- InitApproxMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitApproxMatchFilter
-
Instantiates a new init approx match filter action.
- InitAssertionValueFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Assertion Value filter
- InitAssertionValueFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAssertionValueFilter
-
Instantiates a new init assertion value filter action.
- InitAttributeDescFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the AttributeDesc filter
- InitAttributeDescFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitAttributeDescFilter
-
Instantiates a new init attribute desc filter action.
- InitAttributeVals - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
-
The action used to initialize the set of ModificationRequest AVAs
- InitAttributeVals() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitAttributeVals
-
Instantiates a new action.
- InitBindRequest - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to initialize the BindRequest
- InitBindRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitBindRequest
-
Instantiates a new action.
- InitBindResponse - Class in org.apache.directory.shared.ldap.codec.actions.bindResponse
-
The action used to initialize the BindResponse
- InitBindResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindResponse.InitBindResponse
-
Instantiates a new action.
- InitCompareRequest - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
-
The action used to initialize the CompareRequest.
- InitCompareRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.InitCompareRequest
-
Instantiates a new action.
- InitCompareResponse - Class in org.apache.directory.shared.ldap.codec.actions.compareResponse
-
The action used to initialize the CompareResponse
- InitCompareResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareResponse.InitCompareResponse
-
Instantiates a new action.
- InitControls - Class in org.apache.directory.shared.ldap.codec.actions.controls
-
The action used to initialize a control.
- InitControls() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.InitControls
-
Instantiates a new controls init action.
- InitDelRequest - Class in org.apache.directory.shared.ldap.codec.actions.delRequest
-
The action used to initialize the DelRequest.
- InitDelRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.delRequest.InitDelRequest
-
Instantiates a new action.
- InitDelResponse - Class in org.apache.directory.shared.ldap.codec.actions.delResponse
-
The action used to initialize the DelResponse response
- InitDelResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.delResponse.InitDelResponse
-
Instantiates a new action.
- initEntry() - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Initialize the Entry.
- InitEqualityMatchFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Equality Match filter
- InitEqualityMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitEqualityMatchFilter
-
Instantiates a new init equality match filter action.
- InitExtendedRequest - Class in org.apache.directory.shared.ldap.codec.actions.extendedRequest
-
The action used to initialize the ExtendedRequest message
- InitExtendedRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedRequest.InitExtendedRequest
-
Instantiates a new action.
- InitExtendedResponse - Class in org.apache.directory.shared.ldap.codec.actions.extendedResponse
-
The action used to initialize the ExtendedResponse message
- InitExtendedResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedResponse.InitExtendedResponse
-
Instantiates a new action.
- InitExtensibleMatchFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Extensible Match filter
- InitExtensibleMatchFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitExtensibleMatchFilter
-
Instantiates a new init extensible match filter action.
- InitGreaterOrEqualFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Greater Or Equal filter
- InitGreaterOrEqualFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitGreaterOrEqualFilter
-
Instantiates a new init greater or equal filter action.
- initialize(LdapApiService) - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
-
Initialization can only take place once.
- initialize() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Initializes the SchemaService
- initialize() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Initializes the SchemaService
- InitIntermediateResponse - Class in org.apache.directory.shared.ldap.codec.actions.intermediateResponse
-
The action used to initialize the IntermediateResponse message
- InitIntermediateResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.InitIntermediateResponse
-
Instantiates a new action.
- InitLdapMessage - Class in org.apache.directory.shared.ldap.codec.actions.ldapMessage
-
The action used to initialize an LdapMessage
- InitLdapMessage() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapMessage.InitLdapMessage
-
Instantiates a new action.
- InitLessOrEqualFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Less Or Equal filter
- InitLessOrEqualFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitLessOrEqualFilter
-
Instantiates a new init less or equal filter action.
- InitModifyDnRequest - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
-
The action used to initialize the ModifyDnRequest message
- InitModifyDnRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.InitModifyDnRequest
-
Instantiates a new action.
- InitModifyDnResponse - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnResponse
-
The action used to initialize the ModifyDnResponse message
- InitModifyDnResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnResponse.InitModifyDnResponse
-
Instantiates a new action.
- InitModifyRequest - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
-
The action used to initialize the ModifyRequest message
- InitModifyRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.InitModifyRequest
-
Instantiates a new action.
- InitModifyResponse - Class in org.apache.directory.shared.ldap.codec.actions.modifyResponse
-
The action used to initialize the ModifyResponse message
- InitModifyResponse() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyResponse.InitModifyResponse
-
Instantiates a new action.
- InitNotFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the NOT filter
- InitNotFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitNotFilter
-
Instantiates a new init NOT filter action.
- InitOrFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the OR filter
- InitOrFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitOrFilter
-
Instantiates a new init OR filter action.
- InitPresentFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Present filter
- InitPresentFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitPresentFilter
-
Instantiates a new init present filter action.
- InitReferrals - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
-
The action used to init referrals to a LdapResult :
- InitReferrals() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.InitReferrals
-
Instantiates a new init referrals action.
- InitSaslBind - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to store the BindRequest version MessageID.
- InitSaslBind() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.InitSaslBind
-
Instantiates a new action.
- InitSearchRequest - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to initialize the SearchRequest message
- InitSearchRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequest
-
Instantiates a new action.
- InitSearchRequestAttributeDescList - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to initialize the AttributeDesc list
- InitSearchRequestAttributeDescList() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.InitSearchRequestAttributeDescList
-
Instantiates a new init attribute desc list action.
- InitSearchResultDone - Class in org.apache.directory.shared.ldap.codec.actions.searchResultDone
-
The action used to initialize the SearchResultDone response
- InitSearchResultDone() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultDone.InitSearchResultDone
-
Instantiates a new action.
- InitSearchResultEntry - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
-
The action used to initialize the SearchResultEntry response
- InitSearchResultEntry() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.InitSearchResultEntry
-
Instantiates a new action.
- InitSearchResultReference - Class in org.apache.directory.shared.ldap.codec.actions.searchResultReference
-
The action used to initialize the SearchResultReference response
- InitSearchResultReference() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultReference.InitSearchResultReference
-
Instantiates a new action.
- InitSubstringsFilter - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to initialize the Substrings filter
- InitSubstringsFilter() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.InitSubstringsFilter
-
Instantiates a new init substrings filter action.
- InitUnbindRequest - Class in org.apache.directory.shared.ldap.codec.actions.unbindRequest
-
The action used to initialize the UnbindRequest :
- InitUnbindRequest() - Constructor for class org.apache.directory.shared.ldap.codec.actions.unbindRequest.InitUnbindRequest
-
Instantiates a new action.
- INSTANCE - Static variable in exception org.apache.directory.shared.ldap.model.cursor.CursorClosedException
-
A static exception to be used by the monitor
- INSTANCE - Static variable in class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
A static instance of this normalizer
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Add_ATTRIBUTES
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Add_ENTRY
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Delete_DELETED_ENTRY
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Delete_NAME
-
- instance(Dn) - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_OPERATION_PRINCIPAL
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_MODIFICATION
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_NEW_ENTRY
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_OBJECT
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Modify_OLD_ENTRY
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_ENTRY
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_DN
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_RDN
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_NEW_SUPERIOR
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_RDN
-
- instance() - Static method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN
-
- INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- INTEGER - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- INTEGER - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- INTEGER - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- INTEGER_FIRST_COMPONENT_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INTEGER_FIRST_COMPONENT_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INTEGER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INTEGER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- INTEGER_OR_NUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- INTEGER_ORDERING_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INTEGER_ORDERING_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- INTEGER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- IntegerComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A class for the integerOrderingMatch matchingRule (RFC 4517, par.
- IntegerComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.IntegerComparator
-
The IntegerComparator constructor.
- IntegerDecoder - Class in org.apache.directory.shared.asn1.ber.tlv
-
Parse and decode an Integer value.
- IntegerDecoder() - Constructor for class org.apache.directory.shared.asn1.ber.tlv.IntegerDecoder
-
- IntegerDecoderException - Exception in org.apache.directory.shared.asn1.ber.tlv
-
Thrown when a IntegerDecoder has encountered a failure condition during a
decode.
- IntegerDecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.ber.tlv.IntegerDecoderException
-
Creates a IntegerDecoderException
- IntegerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is an Integer according to RFC 4517.
- IntegerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
-
Creates a new instance of IntegerSyntaxChecker.
- INTERMEDIATE_RESPONSE_NAME_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- INTERMEDIATE_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- INTERMEDIATE_RESPONSE_VALUE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- IntermediateResponse - Interface in org.apache.directory.shared.ldap.model.message
-
Intermediate response message used to return multiple response
messages for a single search request (ExtendedRequest or Control).
- IntermediateResponseDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the IntermediateResponse message
- IntermediateResponseDecorator(LdapApiService, IntermediateResponse) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Makes a IntermediateResponse encodable.
- IntermediateResponseImpl - Class in org.apache.directory.shared.ldap.model.message
-
IntermediateResponse implementation
- IntermediateResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
- InvalidCharacterException - Exception in org.apache.directory.shared.util.exception
-
Exception thrown when a Character is invalid
- InvalidCharacterException(int) - Constructor for exception org.apache.directory.shared.util.exception.InvalidCharacterException
-
- InvalidConnectionException - Exception in org.apache.directory.ldap.client.api.exception
-
A InvalidConnectionException is thrown if one tries to apply an operation
on a closed connection
- InvalidConnectionException() - Constructor for exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
-
Instantiates a new invalid connection exception.
- InvalidConnectionException(String) - Constructor for exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
-
Instantiates a new invalid connection exception.
- InvalidConnectionException(String, Throwable) - Constructor for exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
-
Instantiates a new invalid connection exception.
- InvalidCSNException - Exception in org.apache.directory.shared.ldap.model.csn
-
A
RuntimeException
which is thrown when a wrong string
representation is specified to create a new
Csn
.
- InvalidCSNException() - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
-
Creates a new instance.
- InvalidCSNException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified message and
cause.
- InvalidCSNException(String) - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified message.
- InvalidCSNException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.csn.InvalidCSNException
-
Creates a new instance with the specified cause.
- InvalidCursorPositionException - Exception in org.apache.directory.shared.ldap.model.cursor
-
Thrown to indicate an illegal position state for a Cursor when a call to
get is made.
- InvalidCursorPositionException() - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InvalidCursorPositionException
-
Creates a new instance of InvalidCursorPositionException.
- InvalidCursorPositionException(String) - Constructor for exception org.apache.directory.shared.ldap.model.cursor.InvalidCursorPositionException
-
Creates a new instance of InvalidCursorPositionException.
- IS_PRINTABLE_CHAR - Static variable in class org.apache.directory.shared.util.Strings
-
A table containing booleans when the corresponding char is printable
- isAbandoned() - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
Checks to see if this request has been abandoned.
- isAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonableRequestDecorator
-
Checks to see if this request has been abandoned.
- isAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
- isAbandoned() - Method in class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
-
- isAbandoned() - Method in interface org.apache.directory.shared.ldap.model.message.AbandonableRequest
-
Checks to see if this request has been abandoned.
- isAbandoned() - Method in class org.apache.directory.shared.ldap.model.message.AbstractAbandonableRequest
-
- isAbstract() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Tells if the current ObjectClass is ABSTRACT
- isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Is this Cursor positioned after the last element.
- isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Is this Cursor positioned after the last element.
- isAfterLast() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Is this Cursor positioned after the last element.
- isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Is this Cursor positioned after the last element.
- isAfterLast() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Is this Cursor positioned after the last element.
- isAlpha(byte) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current byte is an Alpha character :
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
- isAlpha(char) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is an Alpha character :
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
- isAlphaASCII(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is an Alpha character : <alpha> ::=
[0x41-0x5A] | [0x61-0x7A]
- isAlphaASCII(char[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is an Alpha character : <alpha> ::=
[0x41-0x5A] | [0x61-0x7A]
- isAlphaASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is an Alpha character : <alpha> ::=
[0x41-0x5A] | [0x61-0x7A]
- isAlphaDigit(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an 7 bits ASCII CHAR (between 0 and
127).
- isAlphaDigitMinus(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an 7 bits ASCII CHAR (between 0 and
127).
- isAlphaDigitMinus(char[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an 7 bits ASCII CHAR (between 0 and
127).
- isAlphaDigitMinus(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an 7 bits ASCII CHAR (between 0 and
127).
- isAlphaLowercaseASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a lowercased Alpha character :
<alpha> ::= [0x61-0x7A]
- isAlphaUppercaseASCII(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a uppercased Alpha character :
<alpha> ::= [0x61-0x7A]
- isAncestorOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor
of dc=example, dc=com
- isAncestorOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if the current Dn is a parent of another Dn.
For instance, dc=com is a ancestor
of dc=example, dc=com
- isAncestorOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Checks to see if this AttributeType is the ancestor of another
attributeType.
- isAuthenticated() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Check if we are authenticated
- isAuthenticated() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Check if we are authenticated
- isAuxiliary() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Tells if the current ObjectClass is AUXILIARY
- isBase64BinaryValue(XmlPullParser, String) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
-
Tells is the given value is a Base64 binary value
- isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Is this Cursor positioned before the first element.
- isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Is this Cursor positioned before the first element.
- isBeforeFirst() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Is this Cursor positioned before the first element.
- isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Is this Cursor positioned before the first element.
- isBeforeFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Is this Cursor positioned before the first element.
- isBinary(String) - Method in interface org.apache.directory.shared.ldap.codec.api.BinaryAttributeDetector
-
Returns true if the attribute specified is not human readible.
- isBinary(String) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
- isBit(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a bit, ie 0 or 1.
- isCancelled() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
- isChangeAdd() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isChangeDelete() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isChangeModDn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isChangeModify() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isChangeModRdn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isChangesOnly() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- isChangesOnly() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- isChangesOnly() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- isCharASCII(char[], int, char) - Static method in class org.apache.directory.shared.util.Chars
-
- isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is equal to a specific character.
- isCharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.util.Strings
-
Test if the current character is equal to a specific character.
- isCharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Strings
-
Test if the current character is equal to a specific character.
- isClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Checks if this Cursor is closed.
- isClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Checks if this Cursor is closed.
- isClosed() - Method in interface org.apache.directory.shared.ldap.model.cursor.ClosureMonitor
-
Gets whether the state of this ClosureMonitor is set to closed.
- isClosed() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Checks if this Cursor is closed.
- isClosed() - Method in class org.apache.directory.shared.ldap.model.cursor.DefaultClosureMonitor
-
Gets whether the state of this ClosureMonitor is set to closed.
- isCollective() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Tells if the attributeType is collectove or not
- isCollective() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets whether or not this AttributeType is a collective attribute.
- isConjunction() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
-
Tests whether or not this node is a conjunction (a AND'ed branch).
- isConjunction() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Tests whether or not this node is a conjunction (a AND'ed branch).
- isConjunction() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
-
Tests whether or not this node is a conjunction (a AND'ed branch).
- isConnected() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Check if we are connected
- isConnected() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Check if we are connected
- isConstructed(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Checks to see if the tag is constructed.
- isConstructed() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Checks to see if the current tlv's tag is constructed.
- isControlRegistered(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Checks if a control has been registered.
- isControlRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Checks if a control has been registered.
- isControlRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Checks if a control has been registered.
- isControlSupported(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Checks if a control with the given OID is supported.
- isControlSupported(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Checks if a control with the given OID is supported.
- isCritical() - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Tells if the control is critical or not.
- isCritical() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Get the criticality
- isCritical() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
-
Tells if the control is critical or not.
- isCritical() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
-
Tells if the control is critical or not.
- isCritical() - Method in interface org.apache.directory.shared.ldap.model.message.Control
-
Tells if the control is critical or not.
- isCritical() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
Get the criticality
- isCritical() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Checks if is critical.
- isDefined(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.ConcreteNameComponentNormalizer
-
- isDefined(String) - Method in interface org.apache.directory.shared.ldap.model.schema.normalizers.NameComponentNormalizer
-
Checks to see if an attribute name/oid is defined.
- isDeleteOldRDN() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Tells if the old Rdn is to be deleted
- isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isDerefAlways() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
Checks to see if we dereference while searching and finding the base.
- isDerefFindingBase() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
Checks to see if we dereference while finding the base.
- isDerefInSearching() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
Checks to see if we dereference while searching.
- isDescendantOf(String) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if a Dn is a child of another Dn.
For instance, dc=example, dc=com is a descendant
of dc=com
- isDescendantOf(Dn) - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if a Dn is a child of another Dn.
For instance, dc=example, dc=apache, dc=com is a descendant
of dc=com
- isDescendantOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Checks to see if this AttributeType is the descendant of another
attributeType.
- isDigit(byte[]) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a digit <digit> ::= '0' | '1' | '2' |
'3' | '4' | '5' | '6' | '7' | '8' | '9'
- isDigit(char) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a digit <digit> ::= '0' | '1' | '2' |
'3' | '4' | '5' | '6' | '7' | '8' | '9'
- isDigit(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a digit <digit> ::= '0' | '1' | '2' |
'3' | '4' | '5' | '6' | '7' | '8' | '9'
- isDigit(char[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a digit <digit> ::= '0' | '1' | '2' |
'3' | '4' | '5' | '6' | '7' | '8' | '9'
- isDigit(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a digit <digit> ::= '0' | '1' | '2' |
'3' | '4' | '5' | '6' | '7' | '8' | '9'
- isDigit(char[]) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is a digit <digit> ::= '0' | '1' | '2' |
'3' | '4' | '5' | '6' | '7' | '8' | '9'
- isDisabled() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Tells if this SchemaObject is disabled.
- isDisabled() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Checks whether or not this schema is enabled or disabled.
- isDisabled() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Checks whether or not this schema is enabled or disabled.
- isDisabled(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Tells if the given Schema is disabled
- isDisabled(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Tells if the given Schema is disabled
- isDisabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject is disabled.
- isDisabled(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the given Schema is disabled
- isDisabled(Schema) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the given Schema is disabled
- isDisabledAccepted() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Tells if the Registries accept disabled elements.
- isDisabledAccepted() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
- isDisjunction() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
-
Tests whether or not this node is a disjunction (a OR'ed branch).
- isDisjunction() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Tests whether or not this node is a disjunction (a OR'ed branch).
- isDisjunction() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
-
Tests whether or not this node is a disjunction (a OR'ed branch).
- isDnAttributes() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Get the dnAttributes flag
- isDnAttributes() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Get the dnAttributes flag
- isDone() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
This operation is not supported in this implementation of Future.
- isDone() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- isDone() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- isEmpty() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if the Dn contains no Rdn
- isEmpty() - Method in exception org.apache.directory.shared.util.exception.MultiException
-
Tests to see if there are any nested exceptions within this
MultiException.
- isEmpty() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Tests to see if exceptions are nested within this exception.
- isEmpty() - Method in class org.apache.directory.shared.util.PreferencesDictionary
-
- isEmpty() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- isEmpty(String) - Static method in class org.apache.directory.shared.util.Strings
-
Checks if a String is empty ("") or null.
- isEmpty(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Checks if a bytes array is empty or null.
- isEnabled - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Whether or not this SchemaObject is enabled
- isEnabled() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Tells if this SchemaObject is enabled.
- isEnabled() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
-
Checks whether or not this schema is enabled or disabled.
- isEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.Schema
-
Checks whether or not this schema is enabled or disabled.
- isEnabled(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Tells if the given Schema is enabled
- isEnabled(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Tells if the given Schema is enabled
- isEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject is enabled.
- isEnabled(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the given Schema is enabled
- isEnabled(Schema) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the given Schema is enabled
- isEndState() - Method in interface org.apache.directory.shared.asn1.ber.grammar.States
-
- isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeStates
- isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsStates
- isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchStates
- isEndState() - Method in enum org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesStates
- isEndState() - Method in enum org.apache.directory.shared.ldap.codec.LdapStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyStates
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownStatesEnum
- isEndState() - Method in enum org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureStatesEnum
- isEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- isEntry() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- isEntry() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Tells if the current entry is a added one
- isExtendedOperationRegistered(String) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Checks to see if an extended operation, either a standard request
response, pair or just an unsolicited response is registered.
- isExtendedOperationRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Checks to see if an extended operation, either a standard request
response, pair or just an unsolicited response is registered.
- isExtendedOperationRegistered(String) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Checks to see if an extended operation, either a standard request
response, pair or just an unsolicited response is registered.
- isExtracted() - Method in class org.apache.directory.shared.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor
-
Gets whether or not schema folder has been created or not.
- isExtracted() - Method in interface org.apache.directory.shared.ldap.schemaextractor.SchemaLdifExtractor
-
Gets whether or not the content has been extracted previously by this
extractor or another into the directory file structure.
- isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Is this Cursor positioned at the first element.
- isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Is this Cursor positioned at the first element.
- isFirst() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Is this Cursor positioned at the first element.
- isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Is this Cursor positioned at the first element.
- isFirst() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Is this Cursor positioned at the first element.
- isGathering() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
- isGathering() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
- isGenerateSoapResp() - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
- isGrammarEndAllowed() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Check that we can have a end state after this transition
- isGrammarEndAllowed() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Check that we can have a end state after this transition
- isGrant() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
-
Gets true if and only if this tuple grants an access.
- isGrant() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
-
Returns true if and only if this is grant.
- isHex(byte) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current byte is an Hex Char
<hex> ::= [0x30-0x39] | [0x41-0x46] | [0x61-0x66]
- isHex(byte[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] |
[0x41-0x46] | [0x61-0x66]
- isHex(char[], int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] |
[0x41-0x46] | [0x61-0x66]
- isHex(String, int) - Static method in class org.apache.directory.shared.util.Chars
-
Check if the current character is an Hex Char <hex> ::= [0x30-0x39] |
[0x41-0x46] | [0x61-0x66]
- isHumanReadable() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Tells if the attribute is human readable.
- isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Tells if the current value is Human Readable
- isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Tells if the attribute is human readable.
- isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
Tells if the current value is Human Readable
- isHumanReadable() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Tells if the current value is Human Readable
- isHumanReadable - Variable in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
the human readable flag
- isHumanReadable() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Gets whether or not the Syntax is human readable.
- isIA5String(String) - Static method in class org.apache.directory.shared.util.Strings
-
Check that a String is a valid IA5String.
- isICharASCII(String, int, char) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is equal to a specific character.
- isICharASCII(byte[], int, char) - Static method in class org.apache.directory.shared.util.Chars
-
Test if the current character is equal to a specific character.
- isIndefiniteLengthAllowed() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Tells if indefinite length form could be used for Length
- isIndefiniteLengthAllowed() - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Tell if indefinite length form could be used for Length
- isInitialized() - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
-
Checks to see if the factory is initialized.
- isInstanceOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Check if the value is stored into an instance of the given
AttributeType, or one of its ascendant.
- isInstanceOf(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Check if the current attribute type has the same type (or is a descendant of)
than the given attributeType
- isInstanceOf(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Check if the current attribute type has the same type (or is a descendant of)
than the given attributeType
- isInstanceOf(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Check if the value is stored into an instance of the given
AttributeType, or one of its ascendant.
- isIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- isIntermediate() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Is this Cursor positioned at the last element.
- isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Is this Cursor positioned at the last element.
- isLast() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Is this Cursor positioned at the last element.
- isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Is this Cursor positioned at the last element.
- isLast() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Is this Cursor positioned at the last element.
- isLdifChange() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isLdifContent() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- isLDIFSafe(String) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Checks if the input String contains only safe values, that is, the data
does not need to be encoded for use with LDIF.
- isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
Always returns true since an AssertionNode has no children.
- isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
- isLeaf() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Tests to see if this node is a leaf or branch node.
- isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Gets whether this node is a leaf - the answer is always true here.
- isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
Always returns true since a scope node has no children.
- isLeaf() - Method in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
-
Tests to see if this node is a leaf or branch node.
- isLeaf() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Tells if the implementation is a leaf node.
- isLeaf(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Tells if the implementation is a leaf node.
- isMove() - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Gets whether or not this request is a Dn change resulting in a move
operation.
- isMove() - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Gets whether or not this request is a Dn change resulting in a move
operation.
- isMove() - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Gets whether or not this request is a Dn change resulting in a move
operation.
- isMove() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Gets whether or not this request is a Dn change resulting in a move
operation.
- isMutualAuthentication() - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Indicates if mutual authentication is required.
- isNegation() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
-
Tests whether or not this node is a negation (a NOT'ed branch).
- isNegation() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Tests whether or not this node is a negation (a NOT'ed branch).
- isNegation() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
-
Tests whether or not this node is a negation (a NOT'ed branch).
- isNeverDeref() - Method in enum org.apache.directory.shared.ldap.model.message.AliasDerefMode
-
Checks to see if we never dereference aliases.
- isNormalizing() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- isNormizing() - Method in class org.apache.directory.shared.ldap.aci.ACIItemParser
-
Tests to see if this parser is normalizing.
- isNormizing() - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationParser
-
Tests to see if this parser is normalizing.
- isNormizing() - Method in class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
-
Tests to see if this parser is normalizing.
- isNotEmpty(String) - Static method in class org.apache.directory.shared.util.Strings
-
Checks if a String is not empty ("") and not null.
- isNotificationEnabled(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- isNotificationEnabled(ChangeType) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- isNotificationEnabled(ChangeType) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- isNoUserModification() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Tells if the attributeType is mutable or not
- isNull() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Check if the contained value is null or not
- isNull() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Check if the contained value is null or not
- isNullOrEmpty(Dn) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
-
Check if a DistinguishedName is null or empty.
- isObsolete() - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Tells if the attributeType is obsolete
- isObsolete() - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Tells if the attributeType is obsolete
- isObsolete - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Whether or not this SchemaObject is obsolete
- isObsolete() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Gets whether or not this SchemaObject has been inactivated.
- isObsolete() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Gets whether or not this SchemaObject has been inactivated.
- isOid(String) - Static method in class org.apache.directory.shared.asn1.util.Oid
-
Check that an Oid is valid
- isPrefix() - Method in class org.apache.directory.shared.ldap.model.filter.BranchNormalizedVisitor
-
- isPrefix() - Method in interface org.apache.directory.shared.ldap.model.filter.FilterVisitor
-
Determines whether the visitation order is prefix or postfix.
- isPrimitive(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Checks to see if the tag represented by this Tag is primitive or
constructed.
- isPrintableString(String) - Static method in class org.apache.directory.shared.util.Strings
-
Check that a String is a valid PrintableString.
- isQuirksMode() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
-
Checks if quirks mode is enabled.
- isQuirksMode() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- isReadOnly - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Whether or not this SchemaObject can be modified
- isReadOnly() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Tells if this SchemaObject is ReadOnly.
- isReadOnly() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Tells if this SchemaObject is ReadOnly.
- isReferenced(SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Checks if a specific SchemaObject is referenced by any other SchemaObject.
- isReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- isReferral() - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Gets whether or not this result represents a Referral.
- isReferral() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Gets whether or not this result represents a Referral.
- isReferral() - Method in interface org.apache.directory.shared.ldap.model.cursor.SearchCursor
-
- isReferral() - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Gets whether or not this result represents a Referral.
- isReferral() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Gets whether or not this result represents a Referral.
- isRefreshDeletes() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
-
- isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
- isRefreshDeletes() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
- isRefreshDeletes() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- isRefreshDone() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- isRefreshDone() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- isRefreshDone() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- isRelaxed() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Tells if the Registries is permissive or if it must be checked
against inconsistencies.
- isRelaxed() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the SchemaManager is permissive or if it must be checked
against inconsistencies.
- isReloadHint() - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
- isReloadHint() - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
-
- isReloadHint() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
- isRequestIdNeeded(Dsmlv2Container) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
-
Indicates if a request ID is needed.
- isResolved() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Checks if is resolved.
- isResolveObjectIdentifierMacros() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Checks if object identifier macros should be resolved.
- isReturnECs() - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- isReturnECs() - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- isReturnECs() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- isRootDSE() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if the Dn is the RootDSE Dn (ie, an empty Dn)
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Tells if the value is schema aware or not.
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Tells if the Entry is schema aware
- isSchemaAware() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Tells if the Entry is schema aware
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Tells if the Entry is schema aware
- isSchemaAware() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Tells if the value is schema aware or not.
- isSchemaAware - Variable in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
A flag set to true if the Node is Schema aware
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
Tells if this Node is Schema aware.
- isSchemaAware() - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Tells if this Node is Schema aware.
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
Tells if the Ava is schema aware or not.
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Tells if the Dn is schema aware
- isSchemaAware() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Tells if the Rdn is schema aware.
- isSchemaLoaded(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Checks to see if a particular Schema is loaded.
- isSchemaLoaded(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Tells if the specific schema is loaded
- isSchemaLoaded(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the specific schema is loaded
- isSimple() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- isSimple() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- isSimple() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- isSimple() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Checks to see if the authentication mechanism is simple and not SASL
based.
- isSingleValue() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Tells if the attribute is single-valued
- isSingleValued() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets whether or not this AttributeType is single-valued.
- isStoringRequests() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
- isStrict() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Tells if the Registries is strict.
- isStrict() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Tells if the SchemaManager is strict.
- isStructural() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Tells if the current ObjectClass is STRUCTURAL
- isTrue() - Method in class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
- isTrue() - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
- isTrue() - Method in interface org.apache.directory.shared.ldap.model.message.CompareResponse
-
- isTrue() - Method in class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
- isTypesOnly() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- isUnicodeSubset(String, int) - Static method in class org.apache.directory.shared.util.Unicode
-
Check if the current char is in the unicodeSubset : all chars but
'\0', '(', ')', '*' and '\'
- isUnicodeSubset(char) - Static method in class org.apache.directory.shared.util.Unicode
-
Check if the current char is in the unicodeSubset : all chars but
'\0', '(', ')', '*' and '\'
- isUniversal(byte) - Static method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Tells if the tag is Universal or not
- isUserModifiable() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Gets whether or not this AttributeType can be modified by a user.
- isUseSsl() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Checks if SSL (ldaps://) is used.
- isUsingStandaloneImplementation() - Static method in class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
-
Checks to see if the factory is using the standalone implementation.
- isValid(String) - Static method in class org.apache.directory.shared.ldap.model.csn.Csn
-
Check if the given String is a valid CSN.
- isValid(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
Uses the syntaxChecker associated with the attributeType to check if the
value is valid.
- isValid(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Checks to see if this attribute is valid along with the values it contains.
- isValid(AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Checks to see if this attribute is valid along with the values it contains.
- isValid(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
Uses the syntaxChecker associated with the attributeType to check if the
value is valid.
- isValid(String) - Static method in class org.apache.directory.shared.ldap.model.name.Dn
-
Check if a DistinguishedName is syntactically valid.
- isValid(String) - Static method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Validate a NameComponent :
- isValid() - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Test that the FQCN is equal to the instance's name.
- isValid(String) - Static method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
-
A shared and static method used to check that the string is a BitString.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.aci.ACIItemSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AccessPointSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AttributeTypeUsageSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.AudioSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BinarySyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BitStringSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.BooleanSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateListSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificatePairSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CertificateSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CountrySyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSidSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.CsnSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DataQualitySyntaxSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DeliveryMethodSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DerefAliasSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DirectoryStringSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITContentRuleDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DITStructureRuleDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DLSubmitPermissionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DNSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSAQualitySyntaxSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.DSETypeSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.EnhancedGuideSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.FacsimileTelephoneNumberSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.FaxSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GeneralizedTimeSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.GuideSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.Ia5StringSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.IntegerSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaByteSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaIntegerSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaLongSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JavaShortSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.JpegSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MailPreferenceSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MasterAndShadowAccessPointSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MatchingRuleDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MatchingRuleUseDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.MHSORAddressSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NameAndOptionalUIDSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NameFormDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumberSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumericOidSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.NumericStringSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectClassDescriptionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectClassTypeSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ObjectNameSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OctetStringSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OidLenSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OidSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OtherMailboxSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PostalAddressSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PresentationAddressSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.PrintableStringSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.ProtocolInformationSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.UtcTimeSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidSyntax(Object) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.UuidSyntaxChecker
-
Determines if the attribute's value conforms to the attribute syntax.
- isValidUuid(String) - Static method in class org.apache.directory.shared.util.Strings
-
Checks to see if a String is a valid UUID.
- isVersion3() - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Checks to see if the Ldap v3 protocol is used.
- isVersion3() - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Checks to see if the Ldap v3 protocol is used.
- isVersion3() - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Checks to see if the Ldap v3 protocol is used.
- isVersion3() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Checks to see if the Ldap v3 protocol is used.
- isVisible() - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
- isVisible() - Method in interface org.apache.directory.shared.ldap.model.message.controls.Subentries
-
Check if the subEntry is visible
- isVisible() - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
-
returns Tells if the Subentry values are visible or not
- item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- item() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- item() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- item() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- itemFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- itemFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ItemFirstACIItem - Class in org.apache.directory.shared.ldap.aci
-
- ItemFirstACIItem(String, int, AuthenticationLevel, Collection<ProtectedItem>, Collection<ItemPermission>) - Constructor for class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
-
Creates a new instance.
- itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- itemOrUserFirst() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- itemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- itemPermission() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ItemPermission - Class in org.apache.directory.shared.ldap.aci
-
- ItemPermission(Integer, Collection<GrantAndDenial>, Collection<UserClass>) - Constructor for class org.apache.directory.shared.ldap.aci.ItemPermission
-
Creates a new instance
- itemPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- itemPermissions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ItemRefinement - Class in org.apache.directory.shared.ldap.model.subtree
-
A class holding a n ITEM refinement, as defined in RFC 3672
- ItemRefinement(ObjectClass) - Constructor for class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
-
Creates a new instance of ItemRefinement.
- iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
-
Gets an iterator of all attribute types.
- iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
-
- iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
-
- iterator() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
-
- iterator() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
- iterator() - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
- iterator() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
An iterator on top of the stored values.
- iterator() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Returns an enumeration containing the zero or more attributes in the
collection.
- iterator() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Returns an iterator on the attributes for this entry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Returns an enumeration containing the zero or more attributes in the
collection.
- iterator() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
- iterator() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Iterate over the inner Rdn.
- iterator() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Retrieves the components of this Rdn as an iterator of Avas.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Gets an iterator over the registered descriptions in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Gets an iterator over the registered descriptions in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Lists all the SchemaObjects within the registry.
- iterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Gets an iterator over the registered schema objects in the registry.
- iterator() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Gets an iterator over the keys.
- IteratorNamingEnumeration<T> - Class in org.apache.directory.shared.util
-
A NamingEnumeration over an Iterator.
- IteratorNamingEnumeration(Iterator<T>) - Constructor for class org.apache.directory.shared.util.IteratorNamingEnumeration
-
Creates a NamingEnumeration over an Iterator.
- iteratorOids() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Lists all the OIDs within the registry.
- LANGLE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- last() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
This operation is not supported in SearchCursor.
- last() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
This operation is not supported in SearchCursor.
- last() - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Positions this Cursor at the last element.
- last() - Method in class org.apache.directory.shared.ldap.model.cursor.EmptyCursor
-
Positions this Cursor at the last element.
- last() - Method in class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Positions this Cursor at the last element.
- last() - Method in class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Positions this Cursor at the last element.
- lastIndexOf(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Gets the last index of the specified key.
- lazyStart() - Static method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
-
This class does nothing.
- LBRACKET - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- LCURLY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- LDAP_DECODER - Static variable in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
-
The LdapDecoder key
- LDAP_ENCODER - Static variable in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
-
The LdapEncoder key
- LDAP_RESULT_REFERRAL_SEQUENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- LDAP_SCHEMA_DEFINITION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- LDAP_SCHEMA_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- LDAP_SCHEME - Static variable in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
The constant for "ldap://" scheme.
- LDAP_SYNTAX_DESCRIPTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- LDAP_SYNTAXES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- LDAP_SYNTAXES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- LDAP_V3 - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The LDAP version
- LdapAdminLimitExceededException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAdminLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAdminLimitExceededException
-
Creates a new instance of LdapAdminLimitExceededException.
- LdapAdminLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAdminLimitExceededException
-
Creates a new instance of LdapAdminLimitExceededException.
- LdapAffectMultipleDsaException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAffectMultipleDsaException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAffectMultipleDsaException
-
Creates a new instance of LdapAffectMultipleDsaException.
- LdapAffectMultipleDsaException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAffectMultipleDsaException
-
Creates a new instance of LdapAffectMultipleDsaException.
- LdapAliasDereferencingException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAliasDereferencingException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasDereferencingException
-
Creates a new instance of LdapAliasDereferencingException.
- LdapAliasDereferencingException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasDereferencingException
-
Creates a new instance of LdapAliasDereferencingException.
- LdapAliasException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAliasException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasException
-
Creates a new instance of LdapAliasException.
- LdapAliasException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAliasException
-
Creates a new instance of LdapAliasException.
- LdapApiService - Interface in org.apache.directory.shared.ldap.codec.api
-
The service interface for the LDAP codec.
- LdapApiServiceFactory - Class in org.apache.directory.shared.ldap.codec.api
-
A factory that allows callers a means to get a handle on an LdapCodecService
implementation regardless of the environment in which they're accessing it.
- LdapApiServiceFactory() - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory
-
- LdapAsyncConnection - Interface in org.apache.directory.ldap.client.api
-
Root interface for all asynchronous LDAP connections.
- LdapAttributeInUseException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAttributeInUseException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAttributeInUseException
-
Creates a new instance of LdapAttributeInUseException.
- LdapAttributeInUseException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAttributeInUseException
-
Creates a new instance of LdapAttributeInUseException.
- LdapAuthenticationException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAuthenticationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationException
-
Creates a new instance of LdapAuthenticationException.
- LdapAuthenticationException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationException
-
Creates a new instance of LdapAuthenticationException.
- LdapAuthenticationNotSupportedException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapAuthenticationNotSupportedException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationNotSupportedException
-
Creates a new instance of LdapAuthenticationNotSupportedException.
- LdapAuthenticationNotSupportedException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapAuthenticationNotSupportedException
-
Creates a new instance of LdapAuthenticationNotSupportedException.
- LdapCannotCancelException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapCannotCancelException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapCannotCancelException
-
Creates a new instance of LdapCannotCancelException.
- LdapCannotCancelException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapCannotCancelException
-
Creates a new instance of LdapCannotCancelException.
- LdapCodecActivator - Class in org.apache.directory.shared.ldap.codec.standalone
-
The BundleActivator
for the codec.
- LdapCodecActivator(StandaloneLdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
-
- LdapComparator<T> - Class in org.apache.directory.shared.ldap.model.schema
-
An class used for Comparator.
- LdapComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapComparator
-
Create a new instance of a Comparator
- ldapComparator - Variable in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
The associated Comparator
- ldapComparator() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
Production for comparator descriptions.
- LdapComparatorDescription - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
An ApacheDS specific schema description for a Comparator.
- LdapComparatorDescription(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescription
-
A constructor for a LdapComparatorDescription.
- LdapComparatorDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A parser for ApacheDS comparator descriptions.
- LdapComparatorDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
-
Creates a schema parser instance.
- LdapConfigurationException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapConfigurationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConfigurationException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
-
Creates a new instance of LdapConfigurationException.
- LdapConnection - Interface in org.apache.directory.ldap.client.api
-
The root interface for all the LDAP connection implementations.
- LdapConnectionConfig - Class in org.apache.directory.ldap.client.api
-
A class to hold the configuration for creating an LdapConnection.
- LdapConnectionConfig() - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
- LdapConnectionFactory - Class in org.apache.directory.ldap.client.api
-
A LdapConnection factory.
- LdapConnectionPool - Class in org.apache.directory.ldap.client.api
-
A pool implementation for LdapConnection objects.
- LdapConnectionPool(PoolableLdapConnectionFactory) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Instantiates a new LDAP connection pool.
- LdapConstants - Class in org.apache.directory.shared.ldap.codec.api
-
- LdapContextNotEmptyException - Exception in org.apache.directory.shared.ldap.model.exception
-
A LdapContextNotEmptyException which contains an LDAP result code.
- LdapContextNotEmptyException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapContextNotEmptyException
-
Creates a new instance of LdapContextNotEmptyException.
- LdapContextNotEmptyException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapContextNotEmptyException
-
Creates a new instance of LdapContextNotEmptyException.
- LdapContextParameter - Class in org.apache.directory.shared.ldap.sp
-
A class for representing the special SP parameter: $ldapContext.
- LdapContextParameter(String) - Constructor for class org.apache.directory.shared.ldap.sp.LdapContextParameter
-
- ldapContextStoredProcedureParameter() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- LdapDecoder - Class in org.apache.directory.shared.ldap.codec.api
-
The LdapDecoder decodes ASN.1 BER encoded PDUs into LDAP messages
- LdapDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapDecoder
-
Creates an instance of a Ldap Decoder implementation.
- LdapEncoder - Class in org.apache.directory.shared.ldap.codec.api
-
LDAP BER encoder.
- LdapEncoder(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapEncoder
-
Creates an instance of Ldap message encoder
- LdapEntryAlreadyExistsException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapEntryAlreadyExistsException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapEntryAlreadyExistsException
-
Creates a new instance of LdapEntryAlreadyExistsException.
- LdapEntryAlreadyExistsException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapEntryAlreadyExistsException
-
Creates a new instance of LdapEntryAlreadyExistsException.
- LdapException - Exception in org.apache.directory.shared.ldap.model.exception
-
An class for exceptions which add LDAP specific information to
Exceptions.
- LdapException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapException(Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapException
-
Creates a new instance of LdapException.
- LdapInvalidAttributeTypeException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapInvalidAttributeTypeException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeTypeException
-
Creates a new instance of LdapInvalidAttributeTypeException.
- LdapInvalidAttributeTypeException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeTypeException
-
Creates a new instance of LdapInvalidAttributeTypeException.
- LdapInvalidAttributeTypeException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeTypeException
-
Creates a new instance of LdapInvalidAttributeTypeException.
- LdapInvalidAttributeValueException - Exception in org.apache.directory.shared.ldap.model.exception
-
Makes a
LdapOperationException
unambiguous with respect to the result
code it corresponds to by associating an LDAP specific result code with it.
- LdapInvalidAttributeValueException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidAttributeValueException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidAttributeValueException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidAttributeValueException
-
Creates a new instance of LdapInvalidAttributeValueException.
- LdapInvalidDnException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapInvalidDnException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
-
to be used by some special exceptions like LdapInvalidDnException
- LdapInvalidDnException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
-
to be used by some special exceptions like LdapInvalidDnException
- LdapInvalidDnException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
-
Creates a new instance of LdapInvalidDnException.
- LdapInvalidDnException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
-
Creates a new instance of LdapInvalidDnException.
- LdapInvalidDnException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidDnException
-
Creates a new instance of LdapInvalidDnException.
- LdapInvalidSearchFilterException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapInvalidSearchFilterException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidSearchFilterException
-
Creates a new instance of LdapInvalidSearchFilterException.
- LdapInvalidSearchFilterException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapInvalidSearchFilterException
-
Creates a new instance of LdapInvalidSearchFilterException.
- LdapLdifException - Exception in org.apache.directory.shared.ldap.model.ldif
-
An exception throws when we get an error while parsing a LDIF file.
- LdapLdifException(String) - Constructor for exception org.apache.directory.shared.ldap.model.ldif.LdapLdifException
-
Creates a new instance of LdapLdifException.
- LdapLdifException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.ldif.LdapLdifException
-
Creates a new instance of LdapLdifException.
- LdapLoopDetectedException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapLoopDetectedException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapLoopDetectedException
-
Creates a new instance of LdapLoopDetectedException.
- LdapLoopDetectedException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapLoopDetectedException
-
Creates a new instance of LdapLoopDetectedException.
- LdapMessageContainer<E extends MessageDecorator<? extends Message>> - Class in org.apache.directory.shared.ldap.codec.api
-
The LdapMessage container stores all the messages decoded by the Asn1Decoder.
- LdapMessageContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
Creates a new LdapMessageContainer object.
- LdapMessageContainer(LdapApiService, BinaryAttributeDetector) - Constructor for class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
Creates a new LdapMessageContainer object.
- LdapMessageGrammar<E> - Class in org.apache.directory.shared.ldap.codec
-
This class implements the LdapMessage message.
- LdapNetworkConnection - Class in org.apache.directory.ldap.client.api
-
This class is the base for every operations sent or received to and
from a LDAP server.
- LdapNetworkConnection() - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on localhost,
port 389.
- LdapNetworkConnection(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new instance of LdapConnection with the given connection configuration.
- LdapNetworkConnection(boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on localhost,
port 389 if the SSL flag is off, or 636 otherwise.
- LdapNetworkConnection(String) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, using the default port (389).
- LdapNetworkConnection(String, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, using the default port (389) if the SSL flag
is off, or 636 otherwise.
- LdapNetworkConnection(String, int) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a
given server and a given port.
- LdapNetworkConnection(String, int, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, and a give port.
- LdapNoPermissionException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapNoPermissionException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoPermissionException
-
Creates a new instance of LdapNoPermissionException.
- LdapNoPermissionException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoPermissionException
-
Creates a new instance of LdapNoPermissionException.
- LdapNoSuchAttributeException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapNoSuchAttributeException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException
-
Creates a new instance of LdapNoSuchAttributeException.
- LdapNoSuchAttributeException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException
-
Creates a new instance of LdapNoSuchAttributeException.
- LdapNoSuchAttributeException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException
-
Creates a new instance of LdapNoSuchAttributeException.
- LdapNoSuchObjectException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapNoSuchObjectException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchObjectException
-
Creates a new instance of LdapNoSuchObjectException.
- LdapNoSuchObjectException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchObjectException
-
Creates a new instance of LdapNoSuchObjectException.
- LdapNoSuchOperationException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapNoSuchOperationException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchOperationException
-
Creates a new instance of LdapNoSuchOperationException.
- LdapNoSuchOperationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapNoSuchOperationException
-
Creates a new instance of LdapNoSuchOperationException.
- LdapOperation - Enum in org.apache.directory.shared.ldap.trigger
-
An enumeration that represents change inducing LDAP operations.
- ldapOperationAndStoredProcedureCalls() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- LdapOperationErrorException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapOperationErrorException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationErrorException
-
Creates a new instance of LdapOperationErrorException.
- LdapOperationErrorException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationErrorException
-
Creates a new instance of LdapOperationErrorException.
- LdapOperationErrorException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationErrorException
-
Creates a new instance of LdapOperationErrorException.
- LdapOperationException - Exception in org.apache.directory.shared.ldap.model.exception
-
An class for LDAP operation exceptions which add LDAP specific information to
Exceptions.
- LdapOperationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOperationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOperationException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOperationException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
Creates a new instance of LdapOperationException.
- LdapOtherException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapOtherException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOtherException
-
Creates a new instance of LdapOtherException.
- LdapOtherException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOtherException
-
Creates a new instance of LdapOtherException.
- LdapOtherException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapOtherException
-
Creates a new instance of LdapOtherException.
- LdapPartialResultException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapPartialResultException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapPartialResultException
-
Creates a new instance of LdapPartialResultException.
- LdapProtocolCodecActivator - Class in org.apache.directory.shared.ldap.codec.protocol.mina
-
The BundleActivator
for the codec.
- LdapProtocolCodecActivator() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
-
- LdapProtocolCodecFactory - Class in org.apache.directory.shared.ldap.codec.protocol.mina
-
The factory used to create the LDAP encoder and decoder.
- LdapProtocolCodecFactory() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecFactory
-
- LdapProtocolDecoder - Class in org.apache.directory.shared.ldap.codec.protocol.mina
-
A LDAP message decoder.
- LdapProtocolDecoder() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolDecoder
-
Creates a new instance of LdapProtocolEncoder.
- LdapProtocolEncoder - Class in org.apache.directory.shared.ldap.codec.protocol.mina
-
A LDAP message encoder.
- LdapProtocolEncoder() - Constructor for class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolEncoder
-
Creates a new instance of LdapProtocolEncoder.
- LdapProtocolErrorException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapProtocolErrorException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapProtocolErrorException
-
Creates a new instance of LdapProtocolErrorException.
- LdapProtocolErrorException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapProtocolErrorException
-
Creates a new instance of LdapProtocolErrorException.
- LdapProtocolErrorException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapProtocolErrorException
-
Creates a new instance of LdapProtocolErrorException.
- LdapReferralException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapReferralException(Collection<String>) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
Creates a new instance of LdapReferralException.
- LdapReferralException(Collection<String>, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
Creates a new instance of LdapReferralException.
- ldapResult - Variable in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
-
Response result components
- LdapResult - Interface in org.apache.directory.shared.ldap.model.message
-
LDAPv3 result structure embedded into Responses.
- LdapResultDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the LdapResultResponse message
- LdapResultDecorator(LdapResult) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Makes a LdapResult encodable.
- LdapResultDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for the LdapResult class.
- LdapResultDsml(LdapApiService, LdapResult, Message) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Creates a new instance of LdapResultDsml.
- LdapResultImpl - Class in org.apache.directory.shared.ldap.model.message
-
The LdapResult implementation.
- LdapResultImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
- LDAPS_SCHEME - Static variable in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
The constant for "ldaps://" scheme.
- LdapSchemaException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapSchemaException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaException(LdapSchemaExceptionCodes, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
- LdapSchemaException(LdapSchemaExceptionCodes, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Creates a new instance of LdapSchemaException.
- LdapSchemaExceptionCodes - Enum in org.apache.directory.shared.ldap.model.exception
-
This enum contains all the various codes that can be used to report issues
during the integrity check of the schema by the
SchemaManager
.
- LdapSchemaViolationException - Exception in org.apache.directory.shared.ldap.model.exception
-
Makes a
LdapOperationException
unambiguous with respect to the result code
it corresponds to by associating an LDAP specific result code with it.
- LdapSchemaViolationException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaViolationException
-
Creates a new instance of LdapSchemaViolationException.
- LdapSchemaViolationException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaViolationException
-
- LdapSchemaViolationException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSchemaViolationException
-
Creates a new instance of LdapSchemaViolationException.
- LdapSecurityConstants - Enum in org.apache.directory.shared.ldap.model.constants
-
An enum to store all the security constants used in the server
- LdapServiceUnavailableException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapServiceUnavailableException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapServiceUnavailableException
-
Creates a new instance of LdapServiceUnavailableException.
- LdapServiceUnavailableException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapServiceUnavailableException
-
Creates a new instance of LdapServiceUnavailableException.
- LdapSizeLimitExceededException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapSizeLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSizeLimitExceededException
-
Creates a new instance of LdapSizeLimitExceededException.
- LdapSizeLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapSizeLimitExceededException
-
Creates a new instance of LdapSizeLimitExceededException.
- LdapStatesEnum - Enum in org.apache.directory.shared.ldap.codec
-
This class store the Ldap grammar's constants.
- LdapStrongAuthenticationRequiredException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapStrongAuthenticationRequiredException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapStrongAuthenticationRequiredException
-
Creates a new instance of LdapStrongAuthenticationRequiredException.
- LdapStrongAuthenticationRequiredException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapStrongAuthenticationRequiredException
-
Creates a new instance of LdapStrongAuthenticationRequiredException.
- LdapSyntax - Class in org.apache.directory.shared.ldap.model.schema
-
A syntax definition.
- LdapSyntax(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Creates a Syntax object using a unique OID.
- LdapSyntax(String, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Creates a Syntax object using a unique OID.
- LdapSyntax(String, String, boolean) - Constructor for class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Creates a Syntax object using a unique OID.
- ldapSyntax - Variable in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
The associated LdapSyntax
- ldapSyntaxDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
Production for matching ldap syntax descriptions.
- LdapSyntaxDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A parser for RFC 4512 LDAP syntx descriptions.
- LdapSyntaxDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
-
Creates a schema parser instance.
- LdapSyntaxDescriptionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value follows the
LDAP syntax descripton syntax according to RFC 4512, par 4.2.2:
- LdapSyntaxDescriptionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.LdapSyntaxDescriptionSyntaxChecker
-
Creates a new instance of LdapSyntaxDescriptionSyntaxChecker.
- LdapSyntaxRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
An LdapSyntax registry service interface.
- ldapSyntaxRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The LdapSyntax registry
- LdapTimeLimitExceededException - Exception in org.apache.directory.shared.ldap.model.exception
-
- LdapTimeLimitExceededException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTimeLimitExceededException
-
Creates a new instance of LdapTimeLimitExceededException.
- LdapTimeLimitExceededException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTimeLimitExceededException
-
Creates a new instance of LdapTimeLimitExceededException.
- LdapTooLateException - Exception in org.apache.directory.shared.ldap.model.exception
-
A LdapTooLateException which associates a resultCode namely the
ResultCodeEnum.TOO_LATE
resultCode with the exception.
- LdapTooLateException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTooLateException
-
Creates a new instance of LdapTooLateException.
- LdapTooLateException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapTooLateException
-
Creates a new instance of LdapTooLateException.
- LdapUnknownException - Exception in org.apache.directory.shared.ldap.model.exception
-
A LdapUnknownException which associates a resultCode, namely the
ResultCodeEnum.UNKNOWN
resultCode with the exception.
- LdapUnknownException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnknownException
-
Creates a new instance of LdapUnknownException.
- LdapUnknownException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnknownException
-
Creates a new instance of LdapUnknownException.
- LdapUnwillingToPerformException - Exception in org.apache.directory.shared.ldap.model.exception
-
An LDAPException that extends the
LdapOperationException
carrying with it the corresponding result codes for this condition.
- LdapUnwillingToPerformException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException, with
a default ResultCode to UNWILING_TO_PERFORM.
- LdapUnwillingToPerformException(ResultCodeEnum, String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException.
- LdapUnwillingToPerformException(ResultCodeEnum, String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
-
- LdapUnwillingToPerformException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException.
- LdapUnwillingToPerformException(ResultCodeEnum) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUnwillingToPerformException
-
Creates a new instance of LdapUnwillingToPerformException.
- LdapUriException - Exception in org.apache.directory.shared.ldap.model.exception
-
The URI parsing and escape encoding exception.
- LdapUriException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapUriException
-
The constructor with a reason string argument.
- LdapUrl - Class in org.apache.directory.shared.ldap.model.url
-
Decodes a LdapUrl, and checks that it complies with
the RFC 2255.
- LdapUrl() - Constructor for class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Construct an empty LdapUrl
- LdapUrl(String) - Constructor for class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Create a new LdapUrl from a String after having parsed it.
- LdapUrl.Extension - Class in org.apache.directory.shared.ldap.model.url
-
An inner bean to hold extension information.
- LdapUrl.Extension(boolean, String, String) - Constructor for class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Creates a new instance of Extension.
- LdapURLEncodingException - Exception in org.apache.directory.shared.ldap.model.exception
-
Thrown when a LdapStringEncodingDecoder has encountered a failure condition
during the String creation.
- LdapURLEncodingException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapURLEncodingException
-
Creates a LdapStringEncodingException
- LdapURLEncodingException(String, Throwable) - Constructor for exception org.apache.directory.shared.ldap.model.exception.LdapURLEncodingException
-
Creates a LdapStringEncodingException
- LDIF_ENTRY - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Type of element read : ENTRY
- LdifAttributesReader - Class in org.apache.directory.shared.ldap.model.ldif
-
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep>
<ldif-content-change>
<ldif-content-change> ::=
<number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e>
<ldif-attrval-record-e> |
<alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e>
<ldif-attrval-record-e> |
"control:" <fill> <number> <oid> <spaces-e> <criticality>
<value-spec-e> <sep> <controls-e>
"changetype:" <fill> <changerecord-type> <ldif-change-record-e> |
"changetype:" <fill> <changerecord-type> <ldif-change-record-e>
<ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType>
<options-e> <value-spec> <sep> <attrval-specs-e>
<ldif-attrval-record-e> | e
<ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e>
"changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e
<dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string>
<controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality>
<value-spec-e> <sep> <controls-e> | e
<criticality> ::= "true" | "false" | e
<oid> ::= '.' <number> <oid> | e
<attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep>
<attrval-specs-e> |
<alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e
<value-spec-e> ::= <value-spec> | e
<value-spec> ::= ':' <fill> <safe-string-e> |
"::" <fill> <base64-chars> |
":<" <fill> <url>
<attributeType> ::= <number> <oid> | <alpha> <chars-e>
<options-e> ::= ';' <char> <chars-e> <options-e> |e
<chars-e> ::= <char> <chars-e> | e
<changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec>
<sep> <attrval-specs-e> |
"delete" <sep> |
"modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep>
<attrval-specs-e> <sep> '-' <sep> <mod-specs-e> |
"moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep>
<newsuperior-e> <sep> |
"modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep>
<newsuperior-e> <sep>
<newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars>
<newsuperior-e> ::= "newsuperior" <newrdn> | e
<mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e>
<sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e
<mod-type> ::= "add:" | "delete:" | "replace:"
<url> ::= <a Uniform Resource Locator, as defined in [6]>
LEXICAL
-------
<fill> ::= ' ' <fill> | e
<char> ::= <alpha> | <digit> | '-'
<number> ::= <digit> <digits>
<0-1> ::= '0' | '1'
<digits> ::= <digit> <digits> | e
<digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
<seps> ::= <sep> <seps-e>
<seps-e> ::= <sep> <seps-e> | e
<sep> ::= 0x0D 0x0A | 0x0A
<spaces> ::= ' ' <spaces-e>
<spaces-e> ::= ' ' <spaces-e> | e
<safe-string-e> ::= <safe-string> | e
<safe-string> ::= <safe-init-char> <safe-chars>
<safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F]
<safe-chars> ::= <safe-char> <safe-chars> | e
<safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F]
<base64-string> ::= <base64-char> <base64-chars>
<base64-chars> ::= <base64-char> <base64-chars> | e
<base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A]
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
COMMENTS
--------
- The ldap-oid VN is not correct in the RFC-2849.
- LdifAttributesReader() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifAttributesReader
-
Constructors
- LdifControl - Class in org.apache.directory.shared.ldap.model.ldif
-
The LdifControl class stores a control defined for an entry found in a LDIF
file.
- LdifControl() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifControl
-
Create a new Control
- LdifControl(String) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifControl
-
Create a new Control
- LdifEntry - Class in org.apache.directory.shared.ldap.model.ldif
-
A entry to be populated by an ldif parser.
- LdifEntry() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Creates a new LdifEntry object.
- LdifEntry(Entry) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Creates a new LdifEntry object, storing an Entry
- LdifEntry(Dn, Object...) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Creates a LdifEntry using a list of strings representing the Ldif element
- LdifEntry(String, Object...) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Creates a LdifEntry using a list of strings representing the Ldif element
- LdifReader - Class in org.apache.directory.shared.ldap.model.ldif
-
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep>
<ldif-content-change>
<ldif-content-change> ::=
<number> <oid> <options-e> <value-spec> <sep>
<attrval-specs-e> <ldif-attrval-record-e> |
<alpha> <chars-e> <options-e> <value-spec> <sep>
<attrval-specs-e> <ldif-attrval-record-e> |
"control:" <fill> <number> <oid> <spaces-e>
<criticality> <value-spec-e> <sep> <controls-e>
"changetype:" <fill> <changerecord-type> <ldif-change-record-e> |
"changetype:" <fill> <changerecord-type> <ldif-change-record-e>
<ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType>
<options-e> <value-spec> <sep> <attrval-specs-e>
<ldif-attrval-record-e> | e
<ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e>
"changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e
<dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string>
<controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality>
<value-spec-e> <sep> <controls-e> | e
<criticality> ::= "true" | "false" | e
<oid> ::= '.' <number> <oid> | e
<attrval-specs-e> ::= <number> <oid> <options-e> <value-spec>
<sep> <attrval-specs-e> |
<alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e
<value-spec-e> ::= <value-spec> | e
<value-spec> ::= ':' <fill> <safe-string-e> |
"::" <fill> <base64-chars> |
":<" <fill> <url>
<attributeType> ::= <number> <oid> | <alpha> <chars-e>
<options-e> ::= ';' <char> <chars-e> <options-e> |e
<chars-e> ::= <char> <chars-e> | e
<changerecord-type> ::= "add" <sep> <attributeType>
<options-e> <value-spec> <sep> <attrval-specs-e> |
"delete" <sep> |
"modify" <sep> <mod-type> <fill> <attributeType>
<options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> |
"moddn" <sep> <newrdn> <sep> "deleteoldrdn:"
<fill> <0-1> <sep> <newsuperior-e> <sep> |
"modrdn" <sep> <newrdn> <sep> "deleteoldrdn:"
<fill> <0-1> <sep> <newsuperior-e> <sep>
<newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars>
<newsuperior-e> ::= "newsuperior" <newrdn> | e
<mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e>
<sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e
<mod-type> ::= "add:" | "delete:" | "replace:"
<url> ::= <a Uniform Resource Locator, as defined in [6]>
LEXICAL
-------
<fill> ::= ' ' <fill> | e
<char> ::= <alpha> | <digit> | '-'
<number> ::= <digit> <digits>
<0-1> ::= '0' | '1'
<digits> ::= <digit> <digits> | e
<digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
<seps> ::= <sep> <seps-e>
<seps-e> ::= <sep> <seps-e> | e
<sep> ::= 0x0D 0x0A | 0x0A
<spaces> ::= ' ' <spaces-e>
<spaces-e> ::= ' ' <spaces-e> | e
<safe-string-e> ::= <safe-string> | e
<safe-string> ::= <safe-init-char> <safe-chars>
<safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F]
<safe-chars> ::= <safe-char> <safe-chars> | e
<safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F]
<base64-string> ::= <base64-char> <base64-chars>
<base64-chars> ::= <base64-char> <base64-chars> | e
<base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A]
<alpha> ::= [0x41-0x5A] | [0x61-0x7A]
COMMENTS
--------
- The ldap-oid VN is not correct in the RFC-2849.
- LdifReader() - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Constructors
- LdifReader(String) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A constructor which takes a file name
- LdifReader(Reader) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A constructor which takes a Reader
- LdifReader(InputStream) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A constructor which takes an InputStream
- LdifReader(File) - Constructor for class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A constructor which takes a File
- LdifRevertor - Class in org.apache.directory.shared.ldap.model.ldif
-
A helper class which provides methods to reverse a LDIF modification operation.
- LdifSchemaLoader - Class in org.apache.directory.shared.ldap.schemaloader
-
Loads schema data from LDIF files containing entries representing schema
objects, using the meta schema format.
- LdifSchemaLoader(File) - Constructor for class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Creates a new LDIF based SchemaLoader.
- LdifUtils - Class in org.apache.directory.shared.ldap.model.ldif
-
Some LDIF helper methods.
- LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- LDIGIT - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- LDIGIT - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- LeafNode - Class in org.apache.directory.shared.ldap.model.filter
-
Abstract base class for leaf nodes within the expression filter tree.
- LeafNode(AttributeType, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Creates a leaf node.
- LeafNode(String, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Creates a leaf node.
- LEN - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- LEN - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- length() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
- length() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
- length() - Method in interface org.apache.directory.shared.ldap.model.entry.Value
-
- length - Variable in class org.apache.directory.shared.util.Position
-
The current token length
- LENGTH_EXTENSION_RESERVED - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Value of the reserved extension
- LENGTH_LONG_FORM - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
A mask to get the Length form
- LENGTH_SHORT_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
A mask to get the long form value
- LESS_OR_EQUAL_FILTER - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- LESS_OR_EQUAL_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- LessEqNode<T> - Class in org.apache.directory.shared.ldap.model.filter
-
A assertion value node for LessOrEqual.
- LessEqNode(AttributeType, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.LessEqNode
-
Creates a new LessEqNode object.
- LessEqNode(String, Value<T>) - Constructor for class org.apache.directory.shared.ldap.model.filter.LessEqNode
-
Creates a new LessEqNode object.
- lexer - Variable in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
-
the antlr generated lexer being wrapped
- lines - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
A list of read lines
- ListCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
-
A simple implementation of a Cursor on a
List
.
- ListCursor(Comparator<E>, int, List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with lower (inclusive) and upper (exclusive)
bounds.
- ListCursor(int, List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with lower (inclusive) and upper (exclusive)
bounds.
- ListCursor(List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a specific upper (exclusive) bound: the
lower (inclusive) bound defaults to 0.
- ListCursor(Comparator<E>, List<E>, int) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a specific upper (exclusive) bound: the
lower (inclusive) bound defaults to 0.
- ListCursor(int, List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a lower (inclusive) bound: the upper
(exclusive) bound is the size of the list.
- ListCursor(Comparator<E>, int, List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor with a lower (inclusive) bound: the upper
(exclusive) bound is the size of the list.
- ListCursor(List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without specific bounds: the bounds are
acquired from the size of the list.
- ListCursor(Comparator<E>, List<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without specific bounds: the bounds are
acquired from the size of the list.
- ListCursor() - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without any elements.
- ListCursor(Comparator<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.ListCursor
-
Creates a new ListCursor without any elements.
- listDependentSchemaNames(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Get the list of Schema names which has the given schema name as a dependence
- listDependentSchemaNames(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Get the list of Schema names which has the given schema name as a dependence
- listener - Variable in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
The listener.
- listNestedExceptions() - Method in exception org.apache.directory.shared.util.exception.MultiException
-
Lists the nested exceptions that this Exception encapsulates.
- listNestedExceptions() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Lists the nested exceptions that this Exception encapsulates.
- listToString(List<?>) - Static method in class org.apache.directory.shared.util.Strings
-
Utility method that return a String representation of a list
- listToString(List<?>, String) - Static method in class org.apache.directory.shared.util.Strings
-
Utility method that return a String representation of a list
- LITERAL_ABSTRACT - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_attributetype - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_AUXILIARY - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_COLLECTIVE - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_directoryOperation - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_distributedOperation - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_dSAOperation - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_END - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_end - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- LITERAL_end - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- LITERAL_EQUALITY - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_MAY - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_MUST - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_NAME - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_objectclass - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_OBSOLETE - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_ORDERING - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_STRUCTURAL - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_SUBSTR - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_SUP - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_USAGE - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- LITERAL_userApplications - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- load(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries.
- load(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries.
- load(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load some Schemas into the registries.
- load(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load some Schemas into the registries.
- LoadableSchemaObject - Class in org.apache.directory.shared.ldap.model.schema
-
An abstract class used to manage the ADS specific SchemaObject, which can
contain some compiled Java class to implement the specific logic.
- LoadableSchemaObject(SchemaObjectType, String) - Constructor for class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Constructor to use when the OID is known in advance.
- LoadableSchemaObject(SchemaObjectType) - Constructor for class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Constructor to use when the OID is not known until after instantiation.
- loadAllEnabled() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load all the enabled schema into the Registries.
- loadAllEnabled() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load all the enabled schema into the Registries.
- loadAllEnabledRelaxed() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load all the enabled schema into the Registries.
- loadAllEnabledRelaxed() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load all the enabled schema into the Registries.
- loadAttributeTypes(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specified schema
- loadAttributeTypes(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specific schema, using their name
- loadAttributeTypes(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specified schema
- loadAttributeTypes(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specific schema, using their name
- loadAttributeTypes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specified schema
- loadAttributeTypes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specified schema
- loadAttributeTypes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of AttributeTypes read from the underlying storage for
a list of specified schema
- loadComparators(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema.
- loadComparators(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema, using their name
- loadComparators(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema.
- loadComparators(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema, using their name
- loadComparators(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema.
- loadComparators(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema.
- loadComparators(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of Comparators read from the underlying storage for
a list of specific schema.
- loadDisabled(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load Schemas into the Registries, even if they are disabled.
- loadDisabled(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load Schemas into the Registries, even if they are disabled.
- loadDisabled(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load Schemas into the Registries, even if they are disabled.
- loadDisabled(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load Schemas into the Registries, even if they are disabled.
- loadDitContentRules(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
- loadDitContentRules(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specified schema names
- loadDitContentRules(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
- loadDitContentRules(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specified schema names
- loadDitContentRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
- loadDitContentRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
- loadDitContentRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of DitContentRules read from the underlying storage for
a list of specific schema.
- loadDitStructureRules(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
- loadDitStructureRules(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specified schema names
- loadDitStructureRules(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
- loadDitStructureRules(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specified schema names
- loadDitStructureRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
- loadDitStructureRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
- loadDitStructureRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of DitStructureRules read from the underlying storage for
a list of specific schema.
- loadedSchemas - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
A String name to Schema object map for the schemas loaded into this
registry.
- loadEntryTriggerSpecification(LdapContext, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- loadMatchingRules(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
- loadMatchingRules(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema, using their name
- loadMatchingRules(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
- loadMatchingRules(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema, using their name
- loadMatchingRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
- loadMatchingRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
- loadMatchingRules(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of MatchingRules read from the underlying storage for
a list of specific schema
- loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
- loadMatchingRuleUses(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specified schema names
- loadMatchingRuleUses(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
- loadMatchingRuleUses(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specified schema names
- loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
- loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
- loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of MatchingRuleUses read from the underlying storage for
a list of specific schema.
- loadNameForms(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specific schema.
- loadNameForms(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specified schema names
- loadNameForms(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specific schema.
- loadNameForms(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specified schema names
- loadNameForms(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specific schema.
- loadNameForms(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specific schema.
- loadNameForms(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of NameForms read from the underlying storage for
a list of specific schema.
- loadNormalizers(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema
- loadNormalizers(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema names
- loadNormalizers(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema
- loadNormalizers(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema names
- loadNormalizers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema
- loadNormalizers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema
- loadNormalizers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of Normalizers read from the underlying storage for
a list of specified schema
- loadObjectClasses(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
- loadObjectClasses(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specified schema names
- loadObjectClasses(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
- loadObjectClasses(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specified schema names
- loadObjectClasses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
- loadObjectClasses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
- loadObjectClasses(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of ObjectClasses read from the underlying storage for
a list of specific schema.
- loadPrescriptiveTriggerSpecification(LdapContext, String, String) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- loadRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load Schemas into the registries, even if there are some errors in the schemas.
- loadRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load Schemas into the registries, even if there are some errors in the schemas.
- loadRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load Schemas into the registries, even if there are some errors in the schemas.
- loadRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load Schemas into the registries, even if there are some errors in the schemas.
- loadSchema() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Loads all the default schemas that are bundled with the API.
Note: This method enables all schemas prior to loading
- loadSchema() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Loads all the default schemas that are bundled with the API.
Note: This method enables all schemas prior to loading
- loadSchema(SchemaLoader) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
loads schema using the specified schema loader
- loadStoredProcedureClass(LdapContext, Class<?>) - Static method in class org.apache.directory.shared.ldap.sp.JavaStoredProcUtils
-
Loads a Java class's stream data as a subcontext of an LdapContext given.
- loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
- loadSyntaxCheckers(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema names
- loadSyntaxCheckers(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
- loadSyntaxCheckers(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema names
- loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
- loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
- loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of SyntaxCheckers read from the underlying storage for
a list of specified schema
- loadSyntaxes(Schema...) - Method in class org.apache.directory.ldap.client.api.NetworkSchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
- loadSyntaxes(String...) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema names
- loadSyntaxes(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
- loadSyntaxes(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema names
- loadSyntaxes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.JarLdifSchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
- loadSyntaxes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.LdifSchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
- loadSyntaxes(Schema...) - Method in class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Build a list of Syntaxes read from the underlying storage for
a list of specified schema
- loadWithDeps(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDeps(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDeps(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDeps(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDepsRelaxed(Schema...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDepsRelaxed(String...) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDepsRelaxed(Schema...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- loadWithDepsRelaxed(String...) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Load some Schemas into the registries, and loads all of the schemas they depend
on.
- LOCALITY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- LOCALITY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- lock() - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Transform the SchemaObject to an immutable object
TODO locked.
- lock() - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Transform the SchemaObject to an immutable object
TODO locked.
- locked - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
A locked to avoid modifications when set to true
- LOG - Static variable in class org.apache.directory.shared.ldap.model.entry.AbstractValue
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.AttributeTypeDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.DITContentRuleDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.DITStructureRuleDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.LdapSyntaxDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.MatchingRuleUseDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.NameFormDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.ObjectClassDescriptionSchemaParser
-
The LoggerFactory used by this class
- LOG - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
-
The LoggerFactory used by this class
- Loggers - Enum in org.apache.directory.shared.ldap.model.constants
-
An enum defining a list of dedicated loggers, used for debugging
purpose :
- ACI_LOG
- (more to come)
- loginContextName - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
-
- loginModuleConfiguration - Variable in class org.apache.directory.ldap.client.api.GssApiRequest
-
- LongComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
Compares Long keys and values within a table.
- LongComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.LongComparator
-
The LongComparator constructor.
- LongDecoder - Class in org.apache.directory.shared.asn1.ber.tlv
-
Parse and decode a Long value.
- LongDecoder() - Constructor for class org.apache.directory.shared.asn1.ber.tlv.LongDecoder
-
- LongDecoderException - Exception in org.apache.directory.shared.asn1.ber.tlv
-
Thrown when a LongDecoder has encountered a failure condition during a
decode.
- LongDecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.ber.tlv.LongDecoderException
-
Creates a LongDecoderException
- lookup(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given Dn.
- lookup(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given Dn.
- lookup(Dn, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given Dn.
- lookup(Dn, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given Dn.
- lookup(String, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given Dn.
- lookup(String, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given Dn.
- lookup(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given Dn.
- lookup(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given Dn.
- lookup(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given Dn.
- lookup(Dn, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given Dn.
- lookup(String, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given Dn.
- lookup(String, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given Dn.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Looks up an dITStructureRule by its unique Object IDentifier or by its
name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(int) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Looks up an dITStructureRule by its unique Object IDentifier or by its
name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(int) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Looks up an dITStructureRule by its unique Object IDentifier or by its
name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookup(String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Looks up a SchemaObject by its unique Object Identifier or by name.
- lookupAttributeTypeRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for an AttributeType in the AttributeType registry
- lookupAttributeTypeRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for an AttributeType in the AttributeType registry
- lookupComparatorRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for a Comparator in the Comparator registry
- lookupComparatorRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for a Comparator in the Comparator registry
- lookupLdapSyntaxRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for an LdapSyntax in the LdapSyntax registry
- lookupLdapSyntaxRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for an LdapSyntax in the LdapSyntax registry
- lookupMatchingRuleRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for a MatchingRule in the MatchingRule registry
- lookupMatchingRuleRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for a MatchingRule in the MatchingRule registry
- lookupNormalizerRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for a Normalizer in the Normalizer registry
- lookupNormalizerRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for a Normalizer in the Normalizer registry
- lookupObjectClassRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for a ObjectClass in the ObjectClass registry
- lookupObjectClassRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for a ObjectClass in the ObjectClass registry
- lookupSyntaxCheckerRegistry(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Lookup for a SyntaxChecker in the SyntaxChecker registry
- lookupSyntaxCheckerRegistry(String) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Lookup for a SyntaxChecker in the SyntaxChecker registry
- lowerCase(String) - Static method in class org.apache.directory.shared.util.Strings
-
- lowerCaseAscii(String) - Static method in class org.apache.directory.shared.util.Strings
-
Rewrote the toLowercase method to improve performances.
- LPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
-
- LPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- LPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- lutf1() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3:
LUTF1 = %x01-1F / %x21 / %x24-2A / %x2D-3A /
%x3D / %x3F-5B / %x5D-7F
The rule LUTF1_REST doesn't contain the following charcters,
so we must check them additionally
EQUALS (0x3D)
HYPHEN (0x2D)
DIGIT (0x30-0x39)
ALPHA (0x41-0x5A and 0x61-0x7A)
- LUTF1_REST - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- RANGE_OF_VALUES_CANDIDATE - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- rangeOfValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- rangeOfValues() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- RangeOfValuesItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
Any attribute value which matches the specified filter, i.e.
- RangeOfValuesItem(ExprNode) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
-
Creates a new instance.
- RANGLE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- RBRACKET - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- RCURLY - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- Rdn - Class in org.apache.directory.shared.ldap.model.name
-
This class store the name-component part or the following BNF grammar (as of
RFC2253, par.
- Rdn() - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
A empty constructor.
- Rdn(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
Creates a new schema aware instance of Rdn.
- Rdn(SchemaManager, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
A constructor that parse a String representing a schema aware Rdn.
- Rdn(String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
A constructor that parse a String representing a Rdn.
- Rdn(SchemaManager, String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
A constructor that constructs a schema aware Rdn from a type and a value.
- Rdn(String, String) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
A constructor that constructs a Rdn from a type and a value.
- Rdn(Rdn) - Constructor for class org.apache.directory.shared.ldap.model.name.Rdn
-
Constructs an Rdn from the given rdn.
- rdns - Variable in class org.apache.directory.shared.ldap.model.name.Dn
-
The RDNs that are elements of the Dn
NOTE THAT THESE ARE IN THE OPPOSITE ORDER FROM THAT IMPLIED BY THE JAVADOC!
Rdn[0] is rdns.get(n) and Rdn[n] is rdns.get(0)
For instance,if the Dn is "dc=c, dc=b, dc=a", then the RDNs are stored as :
[0] : dc=c
[1] : dc=b
[2] : dc=a
- reader - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
The ldif Reader
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
We read back the data to create a new ATAV.
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.name.Dn
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
We read back the data to create a new RDB.
- readExternal(ObjectInput) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Deserializes this map from the given stream.
- readLines() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Reads an entry in a ldif buffer, and returns the resulting lines, without
comments, and unfolded.
- readUTF(ObjectInput) - Static method in class org.apache.directory.shared.util.Unicode
-
Reads in a string that has been encoded using a modified UTF-8 format.
- realmName - Variable in class org.apache.directory.ldap.client.api.SaslRequest
-
The realm name on the server
- reason - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
-
The reason message.
- reasonCode - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapUriException
-
The reason code.
- REF_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- REF_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- Referral - Interface in org.apache.directory.shared.ldap.model.message
-
Represents a referral which is a set of alternative locations where an entry
can be found.
- REFERRAL_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- REFERRAL_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ReferralImpl - Class in org.apache.directory.shared.ldap.model.message
-
A Referral implementation.
- ReferralImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
- refinement() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- refinement() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- refinement() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- refinement() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- Refinement - Interface in org.apache.directory.shared.ldap.model.subtree
-
An empty interface used for Refinements.
- refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- refinements() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- refinements() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- refinements() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- refresh() - Method in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
-
Interface method for reloading the configuration.
- RegexNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
A Normalizer that uses Perl5 based regular expressions to normalize values.
- RegexNormalizer(String, Pattern[]) - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.RegexNormalizer
-
Creates a Perl5 regular expression based normalizer.
- RegexSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker implemented using Perl5 regular expressions to constrain
values.
- RegexSyntaxChecker(String, String[]) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Creates a Syntax validator for a specific Syntax using Perl5 matching
rules for validation.
- RegexSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Creates a new instance of RegexSyntaxChecker.
- register(LdapComparator<?>) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ComparatorRegistry
-
Registers a new LdapComparator with this registry.
- register(DITStructureRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Registers a new SchemaObject with this registry.
- register(T) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Registers a new SchemaObject with this registry.
- register(DITStructureRule) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Registers a new DITStructureRule with this registry.
- register(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Registers a new SchemaObject with this registry.
- register(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Registers a new LdapComparator with this registry.
- register(DITContentRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Registers a new SchemaObject with this registry.
- register(DITStructureRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Registers a new DITStructureRule with this registry.
- register(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Registers a new SchemaObject with this registry.
- register(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Registers a new SchemaObject with this registry.
- register(MatchingRuleUse) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Registers a new SchemaObject with this registry.
- register(NameForm) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Registers a new SchemaObject with this registry.
- register(Normalizer) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Registers a new Normalizer with this registry.
- register(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Registers a new ObjectClass with this registry.
- register(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Registers a new SyntaxChecker with this registry.
- register(Normalizer) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.NormalizerRegistry
-
Registers a new Normalizer with this registry.
- register(ObjectClass) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
-
Registers a new ObjectClass with this registry.
- register(T) - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
Adds an OID name pair to the registry.
- register(T) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Registers a new SchemaObject with this registry.
- register(SyntaxChecker) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SyntaxCheckerRegistry
-
Registers a new SyntaxChecker with this registry.
- registerControl(ControlFactory<?, ?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- registerControl(ControlFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
- registerControl(ControlFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
- registerDescendants(AttributeType, AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Store the AttributeType into a map associating an AttributeType to its
descendants.
- registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Store the AttributeType into a map associating an AttributeType to its
descendants.
- registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultObjectClassRegistry
-
Store the ObjectClass into a map associating an ObjectClass to its
descendants.
- registerDescendants(AttributeType, AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Store the AttributeType into a map associating an AttributeType to its
descendants.
- registerDescendants(ObjectClass, List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Store the ObjectClass into a map associating an ObjectClass to its
descendants.
- registerDescendants(ObjectClass, List<ObjectClass>) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.ObjectClassRegistry
-
Store the ObjectClass into a map associating an ObjectClass to its
descendants.
- registeredControls() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Returns an Iterator over the OID Strings of registered controls.
- registeredControls() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Returns an Iterator over the OID Strings of registered controls.
- registeredControls() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Returns an Iterator over the OID Strings of registered controls.
- registeredExtendedRequests() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Returns an Iterator over the OID Strings of registered extended
requests.
- registeredExtendedRequests() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Returns an Iterator over the OID Strings of registered extended
requests.
- registeredExtendedRequests() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Returns an Iterator over the OID Strings of registered extended
requests.
- registeredUnsolicitedResponses() - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Returns an Iterator over the OID Strings of registered unsolicited
extended responses.
- registeredUnsolicitedResponses() - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Returns an Iterator over the OID Strings of registered unsolicited
extended responses.
- registeredUnsolicitedResponses() - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Returns an Iterator over the OID Strings of registered unsolicited
extended responses.
- registerExtendedRequest(ExtendedRequestFactory<?, ?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- registerExtendedRequest(ExtendedRequestFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
- registerExtendedRequest(ExtendedRequestFactory<?, ?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
- registerOid(SchemaObject, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Register the given SchemaObject into the given registries' globalOidRegistry
- registerOid(SchemaObject, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Register the given SchemaObject into the given registries' globalOidRegistry
- registerOid(SchemaObject, Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Register the given SchemaObject into the given registries' globalOidRegistry
- registerProtocolCodecFactory(ProtocolCodecFactory) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Registers a ProtocolCodecFactory with this LdapCodecService.
- registerProtocolCodecFactory(ProtocolCodecFactory) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
- registerProtocolCodecFactory(ProtocolCodecFactory) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Registers a ProtocolCodecFactory with this LdapCodecService.
- registerUnsolicitedResponse(UnsolicitedResponseFactory<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- registerUnsolicitedResponse(UnsolicitedResponseFactory<?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
- registerUnsolicitedResponse(UnsolicitedResponseFactory<?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
- Registries - Class in org.apache.directory.shared.ldap.model.schema.registries
-
Document this class.
- Registries(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Creates a new instance of Registries.
- relativeDistinguishedName(Rdn) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
Parses an Rdn string.
- relativeDistinguishedNames(List<Rdn>) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
Parses an Dn string.
- RELAXED - Static variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- RELAXED - Static variable in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Two flags for RELAXED and STRICT, this is RELAXED
- releaseConnection(LdapNetworkConnection) - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Places the given LdapConnection back in the pool.
- remove(String, String...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for removal with the given
values from the target entry.
- remove(String, byte[]...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
- remove(Attribute) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for removal from the target entry.
- remove(String, String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
marks a given attribute for removal with the given
values from the target entry.
- remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
- remove(Attribute) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
marks a given attribute for removal from the target entry.
- remove() - Method in class org.apache.directory.shared.ldap.model.cursor.CursorIterator
- remove(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Removes all the values that are equal to the given values.
- remove(byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Removes all the values that are equal to the given values.
- remove(Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Removes all the values that are equal to the given values.
- remove(Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Removes all the values that are equal to the given values.
- remove(byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Removes all the values that are equal to the given values.
- remove(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Removes all the values that are equal to the given values.
- remove(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified attributes.
- remove(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified binary values from an attribute.
- remove(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified String values from an attribute.
- remove(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified values from an attribute.
- remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified binary values from an attribute.
- remove(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified String values from an attribute.
- remove(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the specified values from an attribute.
- remove(AttributeType, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified binary values from an attribute.
- remove(AttributeType, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified String values from an attribute.
- remove(AttributeType, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified values from an attribute.
- remove(Attribute...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified attributes.
- remove(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified binary values from an attribute.
- remove(String, String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified String values from an attribute.
- remove(String, Value<?>...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the specified values from an attribute.
- remove(Attribute...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified attributes.
- remove(AttributeType, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified binary values from an attribute.
- remove(AttributeType, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified String values from an attribute.
- remove(AttributeType, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified values from an attribute.
- remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified binary values from an attribute.
- remove(String, String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified String values from an attribute.
- remove(String, Value<?>...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the specified values from an attribute.
- remove() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Always throws UnsupportedOperationException!
- remove(String, String...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
marks a given attribute for removal with the given
values from the target entry.
- remove(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
- remove(Attribute) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
marks a given attribute for removal from the target entry.
- remove(String, String...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for removal with the given
values from the target entry.
- remove(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
- remove(Attribute) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for removal from the target entry.
- remove(Dn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Removes a node from the tree.
- remove() - Method in class org.apache.directory.shared.util.JoinIterator
-
- remove(Object) - Method in class org.apache.directory.shared.util.PreferencesDictionary
-
- remove(Object) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- remove(int) - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Removes the element at the specified index.
- removeAttribute(String) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Removes an attribute to the set of entry attributes to return.
- removeAttribute(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Removes an attribute to the set of entry attributes to return.
- removeAttribute(String...) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Remove a list of Attributes from the LdifEntry
- removeAttribute(String) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Removes an attribute to the set of entry attributes to return.
- removeAttribute(String) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Removes an attribute to the set of entry attributes to return.
- removeAttributes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Removes the attribute with the specified alias.
- removeAttributes(AttributeType...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(String...) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Removes the attribute with the specified alias.
- removeAttributes(AttributeType...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the attribute with the specified AttributeTypes.
- removeAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Removes the attribute with the specified alias.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
-
Deletes a control removing it from this Message.
- removeControl(Control) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
-
Deletes a control removing it from this Message.
- removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Remove this SchemaObject from the given registries, updating the references to
other SchemaObject.
- removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Remove this SchemaObject from the given registries, updating the references to
other SchemaObject.
- removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Remove this SchemaObject from the given registries, updating the references to
other SchemaObject.
- removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Remove the MatchingRule from the registries, updating the references to
other SchemaObject.
- removeFromRegistries(List<Throwable>, Registries) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Remove the ObjectClass from the registries, updating the references to
other SchemaObject.
- removeFromRegistries(List<Throwable>, Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Remove this SchemaObject from the given registries, updating the references to
other SchemaObject.
- removeLdapUrl(String) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
Removes an LDAPv3 URL to this Referral.
- removeLdapUrl(String) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Removes an LDAPv3 URL to this Referral.
- removeMappingFor(AttributeType) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.AttributeTypeRegistry
-
Remove a new Oid/Normalizer couple in the OidNormalizer map
- removeMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry
-
Remove the AttributeType normalizer from the OidNormalizer map
- removeMappingFor(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Remove a new Oid/Normalizer couple in the OidNormalizer map
- removeModification(Modification) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Removes a ModificationItem to the set of modifications composing this
modify request.
- removeModification(Modification) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Removes a ModificationItem to the set of modifications composing this
modify request.
- removeModification(Modification) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Removes a ModificationItem to the set of modifications composing this
modify request.
- removeModification(Modification) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Removes a ModificationItem to the set of modifications composing this
modify request.
- removeReference(List<Throwable>, SchemaObject) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Unlink the SchemaObject references
- removeRequest(DsmlDecorator<? extends Request>) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Removes a request from the Batch Request DSML.
- removeResponse(DsmlDecorator<Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Removes a request from the Batch Response DSML.
- removeResponse(DsmlDecorator<Response>) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
-
Removes a response.
- removeSchema(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Remove a schema from the schema's list
- removeSchema(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Remove a schema from the schema's list
- rename(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn.
- rename(Dn, Rdn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn.
- rename(String, String, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn if
deleteOldRdn is set to true.
- rename(Dn, Rdn, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn if
deleteOldRdn is set to true.
- rename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn.
- rename(Dn, Rdn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn.
- rename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn if
deleteOldRdn is set to true.
- rename(Dn, Rdn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Renames the given entryDn with new Rdn and deletes the old Rdn if
deleteOldRdn is set to true.
- rename(Rdn) - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
rename the DnNode's Dn
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Modify all the DITStructureRule using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Modify all the DITStructureRule using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- renameSchema(String, String) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
Modify all the SchemaObject using a schemaName when this name changes.
- render(StringBuffer, List<String>) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders qdescrs into an existing buffer.
- render(ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders a list of object classes for things like a list of superior
objectClasses using the ( oid $ oid ) format.
- render(StringBuffer, ObjectClass[]) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders a list of object classes for things like a list of superior
objectClasses using the ( oid $ oid ) format into an existing buffer.
- render(AttributeType[]) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders a list of attributeTypes for things like the must or may list of
objectClasses using the ( oid $ oid ) format.
- render(StringBuffer, AttributeType[]) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders a list of attributeTypes for things like the must or may list of
objectClasses using the ( oid $ oid ) format into an existing buffer.
- render(ObjectClass) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders an objectClass into a new StringBuffer according to the Object
Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37.
- render(AttributeType) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders an attributeType into a new StringBuffer according to the
Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
- render(Map<String, List<String>>) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders the schema extensions into a new StringBuffer.
- render(MatchingRule) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders an matchingRule into a new StringBuffer according to the
MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
- render(LdapSyntax) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Renders a Syntax into a new StringBuffer according to the LDAP Syntax
Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.
- render(MatchingRuleUse) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
NOT FULLY IMPLEMENTED!
- render(DITContentRule) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
NOT FULLY IMPLEMENTED!
- render(DITStructureRule) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
NOT FULLY IMPLEMENTED!
- render(NameForm) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
NOT FULLY IMPLEMENTED!
- render(LoadableSchemaObject) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Returns a String description of a schema.
- render(UsageEnum) - Static method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
-
Get the string representation for UsageEnum, which will be
used by the AttributeType rendering
- render() - Method in enum org.apache.directory.shared.ldap.model.schema.UsageEnum
-
Get the string representation for UsageEnum, which will be
used by the AttributeType rendering
- replace(String) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
- replace(String, String...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for replacement with the given
values in the target entry.
- replace(String, byte[]...) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
- replace(Attribute) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
marks a given attribute for replacement in the target entry.
- replace(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
- replace(String, String...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
marks a given attribute for replacement with the given
values in the target entry.
- replace(String, byte[]...) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
- replace(Attribute) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
marks a given attribute for replacement in the target entry.
- replace(String) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
- replace(String, String...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
marks a given attribute for replacement with the given
values in the target entry.
- replace(String, byte[]...) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
- replace(Attribute) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
marks a given attribute for replacement in the target entry.
- replace(String) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
- replace(String, String...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for replacement with the given
values in the target entry.
- replace(String, byte[]...) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
- replace(Attribute) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
marks a given attribute for replacement in the target entry.
- Request - Interface in org.apache.directory.shared.ldap.model.message
-
Ldap protocol request messages derive from this super interface.
- requestAbandoned(AbandonableRequest) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonListener
-
Notifies that a request has been abandoned.
- RequestDecorator<M extends Request> - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the LdapResultResponse message
- RequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.RequestDecorator
-
Makes Request a MessageDecorator.
- requestValue - Variable in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
- reset() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Reset the TLV, so it can be reused for the next PDU decoding.
- reset() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Reset the Value so that it can be reused
- reset(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
-
Initializes the plumbing by creating a pipe and coupling the parser/lexer
pair with it.
- resetState() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaParser
-
Resets the state of an antlr parser.
- RESIDENTIAL_PERSON_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- RESIDENTIAL_PERSON_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- resolvedDn - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
The resolved Dn
- ResourceMap - Class in org.apache.directory.shared.ldap.schemaextractor.impl
-
Lists LDIF resources available from the classpath.
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
LDAPv3 add response type enum code
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Bind response message type enumeration value
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Compare response message type enum code
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Delete response message type enumeration value
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Extended response message type enumeration value
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Modify Dn response message type enumeration value
- RESP_TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Modify response message type enumeration value
- response - Variable in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
The associated response
- response - Variable in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
The associated response
- response - Variable in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
The associated response
- Response - Interface in org.apache.directory.shared.ldap.model.message
-
Super interface used as a marker for all protocol response type messages.
- RESPONSE_TYPES - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Different response types that a search request may return.
- ResponseCarryingException - Exception in org.apache.directory.shared.ldap.codec.api
-
Thrown when a Decoder has encountered a failure condition during a decode.
- ResponseCarryingException(String) - Constructor for exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
-
Creates a DecoderException
- ResponseCarryingException(String, ResultResponse, ResultCodeEnum, Dn, Throwable) - Constructor for exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
-
Creates a DecoderException
- ResponseCarryingMessageException - Exception in org.apache.directory.shared.ldap.model.exception
-
This exception is thrown when a message processing error occurs.
- ResponseCarryingMessageException() - Constructor for exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
-
Constructs an Exception without a message.
- ResponseCarryingMessageException(String) - Constructor for exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
-
Constructs an Exception with a detailed message.
- ResponseDecorator<M extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the Response message.
- ResponseDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ResponseDecorator
-
Makes a AddRequest encodable.
- ResponseFuture<R extends Response> - Class in org.apache.directory.ldap.client.api.future
-
A Future implementation used in LdapConnection operations.
- ResponseFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ResponseFuture
-
Creates a new instance of ResponseFuture.
- responseName - Variable in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Object identifier for the extended response
- responseName - Variable in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
ResponseName for the intermediate response
- responseValue - Variable in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
- responseValue - Variable in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Response Value for the intermediate response
- restrictedBy() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- restrictedBy() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- RestrictedByElem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
- RestrictedByElem(AttributeType, AttributeType) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
-
Creates a new instance.
- RestrictedByItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
Restricts values added to the attribute type to being values that are
already present in the same entry as values of the attribute valuesIn.
- RestrictedByItem(Set<RestrictedByElem>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
-
Creates a new instance.
- restrictedValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- restrictedValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- resultCode - Variable in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
The operation resultCode
- ResultCodeEnum - Enum in org.apache.directory.shared.ldap.model.message
-
Type safe LDAP message envelope result code enumeration.
- ResultResponse - Interface in org.apache.directory.shared.ldap.model.message
-
An LDAP Response that contains an LDAPResult structure within it.
- ResultResponseRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.model.message
-
A request who's one or more responses contains an LdapResult.
- ResultResponseRequestDecorator<M extends ResultResponseRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the LdapResultResponse message
- ResultResponseRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.ResultResponseRequestDecorator
-
Makes Request a MessageDecorator.
- retryReferral() - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- retryReferral() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- ReusableAntlrSchemaLexer - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A reusable lexer class extended from antlr generated lexer for an LDAP
schema as defined in RFC 4512.
- ReusableAntlrSchemaLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaLexer
-
Creates a ReusableAntlrSchemaLexer instance.
- ReusableAntlrSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A reusable parser class extended from antlr generated parser for an LDAP
schema as defined in RFC 4512.
- ReusableAntlrSchemaParser(TokenStream) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.ReusableAntlrSchemaParser
-
Creates a ReusableAntlrSchemaParser instance.
- ReusableAntlrSubtreeSpecificationCheckerLexer - Class in org.apache.directory.shared.ldap.model.subtree
-
A reusable lexer class extended from antlr generated lexer for an LDAP
subtree specification as defined by
RFC 3672.
- ReusableAntlrSubtreeSpecificationCheckerLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.ReusableAntlrSubtreeSpecificationCheckerLexer
-
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
- ReusableAntlrSubtreeSpecificationLexer - Class in org.apache.directory.shared.ldap.model.subtree
-
A reusable lexer class extended from antlr generated lexer for an LDAP
subtree specification as defined by
RFC 3672.
- ReusableAntlrSubtreeSpecificationLexer(Reader) - Constructor for class org.apache.directory.shared.ldap.model.subtree.ReusableAntlrSubtreeSpecificationLexer
-
Creates a ReusableAntlrSubtreeSpecificationLexer instance.
- reverseAdd(Dn) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Compute a reverse LDIF of an AddRequest.
- reverseDel(Dn, Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Compute a reverse LDIF of a DeleteRequest.
- reverseModify(Dn, List<Modification>, Entry) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Compute the reversed LDIF for a modify request.
- reverseMove(Dn, Dn) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Compute a reverse LDIF for a forward change which if in LDIF format
would represent a Move operation.
- reverseMoveAndRename(Entry, Dn, Rdn, boolean) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.
- reverseRename(Entry, Rdn, boolean) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifRevertor
-
Revert a Dn to it's previous version by removing the first Rdn and adding the given Rdn.
- rewind() - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Move backward in the stream to the first byte for a given TLV.
- rewind() - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Move backward in the stream to the first byte for a given TLV.
- ROOT_DSE - Static variable in class org.apache.directory.shared.ldap.model.name.Dn
-
The rootDSE
- RPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringTokenTypes
-
- RPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- RPAR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueTokenTypes
-
- RULE_ID_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- RULE_ID_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ruleid(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- ruleid() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
ruleid = number
number = DIGIT / ( LDIGIT 1*DIGIT )
- ruleIdIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultDITStructureRuleRegistry
-
Gets an iterator over the registered ruleId in the registry.
- ruleIdIterator() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry
-
Gets an iterator over the registered ruleId in the registry.
- ruleIdIterator() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
-
Gets an iterator over the registered ruleId in the registry.
- ruleids(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- ruleids() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
ruleids = ruleid / ( LPAREN WSP ruleidlist WSP RPAREN )
ruleidlist = ruleid *( SP ruleid )
- RuntimeMultiException - Exception in org.apache.directory.shared.util.exception
-
This exception is thrown when Base class for nested exceptions.
- RuntimeMultiException() - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Constructs an Exception without a message.
- RuntimeMultiException(String) - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Constructs an Exception with a detailed message.
- RuntimeMultiException(String, Throwable) - Constructor for exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Constructs an Exception with a detailed message.
- SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- SAFEUTF8CHAR - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- SAFEUTF8STRING - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- SaslCallbackHandler - Class in org.apache.directory.ldap.client.api.callback
-
The CallbackHandler implementation used by the LdapConnection during SASL mechanism based bind operations.
- SaslCallbackHandler(SaslRequest) - Constructor for class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
-
Instantiates a new SASL callback handler.
- saslMechanism - Variable in class org.apache.directory.ldap.client.api.SaslRequest
-
The mechanism used to decode user identity
- SaslQoP - Enum in org.apache.directory.shared.ldap.model.constants
-
This enums contains values for SASL QoP (Quality of Protection).
- SaslRequest - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the SASL operation
- SaslRequest(String) - Constructor for class org.apache.directory.ldap.client.api.SaslRequest
-
Creates a new instance of SaslRequest.
- SaslSecurityStrength - Enum in org.apache.directory.shared.ldap.model.constants
-
This enums contains values for SASL Security Strength.
- Schema - Class in org.apache.directory.shared.converter.schema
-
A bean used to hold a schema.
- Schema() - Constructor for class org.apache.directory.shared.converter.schema.Schema
-
- Schema - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
Base schema interface.
- SCHEMA_MODIFICATIONS_DN - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SCHEMA_NAME - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
-
- SCHEMA_OTHER - Static variable in class org.apache.directory.shared.ldap.model.constants.MetaSchemaConstants
-
- SchemaConstants - Class in org.apache.directory.shared.ldap.model.constants
-
A utility class where we declare all the schema objects being used by any
ldap server.
- SchemaElement - Interface in org.apache.directory.shared.converter.schema
-
An interface defining the methods to be implemented by the SchemaElement
classes
- SchemaElementImpl - Class in org.apache.directory.shared.converter.schema
-
An abstract SchemaElement implementation.
- SchemaElementImpl() - Constructor for class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
- SchemaEntityFactory - Class in org.apache.directory.shared.ldap.schemaloader
-
Showing how it's done ...
- SchemaEntityFactory() - Constructor for class org.apache.directory.shared.ldap.schemaloader.SchemaEntityFactory
-
Instantiates a new schema entity factory.
- SchemaLdifExtractor - Interface in org.apache.directory.shared.ldap.schemaextractor
-
Extracts LDIF files for the schema repository.
- schemaLoaded(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Merely adds the schema to the set of loaded schemas.
- schemaLoaded(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoaderListener
-
Listener method called to indicate a loader or other agent finished
loading the schema objects for a schema into the Registries.
- SchemaLoader - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
Loads schemas into registries.
- SchemaLoaderListener - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
A listener interface used by schema loaders and the schema subsystem of
Apache Directory Server to notify the registry of events like a new schema
being loaded or unloaded.
- SchemaManager - Interface in org.apache.directory.shared.ldap.model.schema
-
A class used to manage access to the Schemas and Registries.
- schemaMap - Variable in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
A map of all available schema names to schema objects.
- schemaName - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
The name of the schema this object is associated with
- SchemaObject - Interface in org.apache.directory.shared.ldap.model.schema
-
Most schema objects have some common attributes.
- SchemaObjectRegistry<T extends SchemaObject> - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
Common schema object registry interface.
- schemaObjectType - Variable in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
The SchemaObject type, used by the toString() method
- SchemaObjectType - Enum in org.apache.directory.shared.ldap.model.schema
-
The SchemaObject types
- SchemaObjectWrapper - Class in org.apache.directory.shared.ldap.model.schema
-
A class containing a SchemaObject, used by the global registries.
- SchemaObjectWrapper(SchemaObject) - Constructor for class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
-
Creates a new instance of SchemaObjectWrapper.
- SchemaParser - Class in org.apache.directory.shared.converter.schema
-
A reusable wrapper for antlr generated schema parsers.
- SchemaParser() - Constructor for class org.apache.directory.shared.converter.schema.SchemaParser
-
Creates a reusable instance of an SchemaParser.
- schemaToLdif(String, String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Transform a Schema to a LDIF formated String
- SchemaToLdif - Class in org.apache.directory.shared.converter.schema
-
A class used to translate a OpenLdap schema file to a Ldif file compatible
with the Apache DS meta schema format
- schemaUnloaded(Schema) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Merely removes the schema from the set of loaded schemas.
- schemaUnloaded(Schema) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoaderListener
-
Listener method called to indicate an agent finished loading the schema
objects for a schema into the Registries.
- SchemaUtils - Class in org.apache.directory.shared.ldap.model.schema
-
Various utility methods for schema functions and objects.
- SCOPE_BASE_OBJECT - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
The scope constants
- SCOPE_SINGLE_LEVEL - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SCOPE_WHOLE_SUBTREE - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- ScopeNode - Class in org.apache.directory.shared.ldap.model.filter
-
Node used not to represent a published assertion but an assertion on the
scope of the search.
- ScopeNode(AliasDerefMode, Dn, SearchScope) - Constructor for class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
Creates a new ScopeNode object.
- search(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Do a search, on the base object, using the given filter.
- search(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Do a search, on the base object, using the given filter.
- search(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs search in a synchronous mode.
- search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do a search, on the base object, using the given filter.
- search(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do a search, on the base object, using the given filter.
- search(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs search in a synchronous mode.
- SEARCH_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SEARCH_RESULT_DONE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SEARCH_RESULT_ENTRY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SEARCH_RESULT_REFERENCE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SEARCH_SCOPE_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- searchAsync(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do a search, on the base object, using the given filter.
- searchAsync(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous search, on the base object, using the given filter.
- searchAsync(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do a search, on the base object, using the given filter.
- SearchCursor - Interface in org.apache.directory.shared.ldap.model.cursor
-
An extension of Cursor which includes the retrieval of the SearchResultDone.
- SearchCursorImpl - Class in org.apache.directory.ldap.client.api
-
An implementation of Cursor based on the underlying SearchFuture instance.
- SearchCursorImpl(SearchFuture, long, TimeUnit) - Constructor for class org.apache.directory.ldap.client.api.SearchCursorImpl
-
Instantiates a new search cursor.
- SearchFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage SerachRequest.
- SearchFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.SearchFuture
-
Creates a new instance of SearchFuture.
- SEARCHGUIDE_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SEARCHGUIDE_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SearchNoDResponse - Class in org.apache.directory.shared.ldap.model.message.extended
-
An extended operation intended for notifying clients of upcoming
disconnection for the Search response.
- SearchParams - Class in org.apache.directory.shared.ldap.model.message
-
A container for Search parameters.
- SearchParams() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchParams
-
Creates a new instance of SearchContext, with all the values set to
default.
- SearchRequest - Interface in org.apache.directory.shared.ldap.model.message
-
Search request protocol message interface.
- SearchRequestDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the SearchRequest message
- SearchRequestDecorator(LdapApiService, SearchRequest) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Makes a SearchRequest encodable.
- SearchRequestDsml - Class in org.apache.directory.shared.dsmlv2.request
-
DSML Decorator for SearchRequest
- SearchRequestDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Creates a new getDecoratedMessage() of SearchRequestDsml.
- SearchRequestDsml(LdapApiService, SearchRequest) - Constructor for class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Creates a new getDecoratedMessage() of SearchRequestDsml.
- SearchRequestImpl - Class in org.apache.directory.shared.ldap.model.message
-
SearchRequest implementation.
- SearchRequestImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Creates a SearcRequest implementing object used to search the
DIT.
- SearchResponse - Class in org.apache.directory.shared.dsmlv2.reponse
-
This class represents the DSML Search Response
- SearchResponse(int, MessageTypeEnum) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Creates a new instance of SearchResponse.
- SearchResponseDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
This class represents the Search Response Dsml Container.
- SearchResponseDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
-
Creates a new getDecoratedMessage() of SearchResponseDsml.
- SearchResponseDsml(LdapApiService, Message) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
-
Creates a new getDecoratedMessage() of SearchResponseDsml.
- SearchResultDone - Interface in org.apache.directory.shared.ldap.model.message
-
Search done protocol response message used to indicate the completion of a
search request message.
- SearchResultDoneDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the SearchResultDone message
- SearchResultDoneDecorator(LdapApiService, SearchResultDone) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
-
Makes a SearchResultDone encodable.
- SearchResultDoneDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for SearchResultDone
- SearchResultDoneDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
-
Creates a new getDecoratedMessage() of SearchResultDoneDsml.
- SearchResultDoneDsml(LdapApiService, SearchResultDone) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
-
Creates a new getDecoratedMessage() of SearchResultDoneDsml.
- SearchResultDoneImpl - Class in org.apache.directory.shared.ldap.model.message
-
SearchResponseDone implementation
- SearchResultDoneImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
-
Creates a SearchResponseDone as a reply to an SearchRequest to
indicate the end of a search operation.
- SearchResultDoneImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
-
Creates a SearchResponseDone as a reply to an SearchRequest to
indicate the end of a search operation.
- SearchResultEntry - Interface in org.apache.directory.shared.ldap.model.message
-
Search entry protocol response message used to return non referral entries to
the client in response to a search request message.
- SearchResultEntryDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the SearchResultEntry message
- SearchResultEntryDecorator(LdapApiService, SearchResultEntry) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Makes a SearchResultEntry encodable.
- SearchResultEntryDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for SearchResultEntry
- SearchResultEntryDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Creates a new getDecoratedMessage() of SearchResultEntryDsml.
- SearchResultEntryDsml(LdapApiService, SearchResultEntry) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Creates a new getDecoratedMessage() of SearchResultEntryDsml.
- SearchResultEntryImpl - Class in org.apache.directory.shared.ldap.model.message
-
Lockable SearchResponseEntry implementation
- SearchResultEntryImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Creates a SearchResponseEntry as a reply to an SearchRequest to
indicate the end of a search operation.
- SearchResultEntryImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Creates a SearchResponseEntry as a reply to an SearchRequest to
indicate the end of a search operation.
- SearchResultReference - Interface in org.apache.directory.shared.ldap.model.message
-
Search reference protocol response message used to return referrals to the
client in response to a search request message.
- SearchResultReferenceDecorator - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the SearchResultReference message
- SearchResultReferenceDecorator(LdapApiService, SearchResultReference) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Makes a SearchResultReference encodable.
- SearchResultReferenceDsml - Class in org.apache.directory.shared.dsmlv2.reponse
-
DSML Decorator for SearchResultReference
- SearchResultReferenceDsml(LdapApiService) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Creates a new getDecoratedMessage() of SearchResultReferenceDsml.
- SearchResultReferenceDsml(LdapApiService, SearchResultReference) - Constructor for class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Creates a new getDecoratedMessage() of SearchResultReferenceDsml.
- SearchResultReferenceImpl - Class in org.apache.directory.shared.ldap.model.message
-
SearchResponseReference implementation
- SearchResultReferenceImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
-
Creates a SearchResponseReference as a reply to an SearchRequest
to indicate the end of a search operation.
- SearchResultReferenceImpl(int) - Constructor for class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
-
Creates a SearchResponseReference as a reply to an SearchRequest
to indicate the end of a search operation.
- SearchScope - Enum in org.apache.directory.shared.ldap.model.message
-
A search scope enumerated type.
- SearchScopeSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a valid Search Scope.
- SearchScopeSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SearchScopeSyntaxChecker
-
Creates a new instance of SearchScopeSyntaxChecker.
- securityStrength - Variable in class org.apache.directory.ldap.client.api.SaslRequest
-
The security strength
- selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- selfValue() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- SelfValueItem - Class in org.apache.directory.shared.ldap.aci.protectedItem
-
The attribute value assertion corresponding to the current requestor.
- SelfValueItem(Set<AttributeType>) - Constructor for class org.apache.directory.shared.ldap.aci.protectedItem.SelfValueItem
-
Creates a new instance.
- SEMI - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- SEMI - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- SEP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- SEP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- SEP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- SEP - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- sequence() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Returns a List view of the keys rather than a set view.
- SequencedHashMap - Class in org.apache.directory.shared.util
-
A map of objects whose mapping entries are sequenced based on the order in
which they were added.
- SequencedHashMap() - Constructor for class org.apache.directory.shared.util.SequencedHashMap
-
Construct a new sequenced hash map with default initial size and load
factor.
- SequencedHashMap(int) - Constructor for class org.apache.directory.shared.util.SequencedHashMap
-
Construct a new sequenced hash map with the specified initial size and
default load factor.
- SequencedHashMap(int, float) - Constructor for class org.apache.directory.shared.util.SequencedHashMap
-
Construct a new sequenced hash map with the specified initial size and
load factor.
- SequencedHashMap(Map) - Constructor for class org.apache.directory.shared.util.SequencedHashMap
-
Construct a new sequenced hash map and add all the elements in the
specified map.
- SerializableComparator<E> - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A serializable wrapper around a Comparator which uses delayed initialization
of the underlying wrapped comparator which is JIT resolved from a static
global registry.
- SerializableComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.SerializableComparator
-
- serialize(ObjectOutput) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Serialize an Entry.
- serialVersionUID - Static variable in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Used for serialization
- SERVER_SASL_CREDENTIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- sessionClosed(IoSession) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
- sessionCreated(IoSession) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
This method is called when a new session is created.
- set(R) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
- set(String, Object) - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
- set(String, Object) - Method in interface org.apache.directory.shared.ldap.model.filter.ExprNode
-
Sets a annotation key to a value.
- setAbandoned(int) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Sets the id of the request operation to terminate.
- setAbandoned(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Sets the id of the request operation to terminate.
- setAbandoned(int) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Sets the id of the request operation to terminate.
- setAbandoned(int) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Sets the id of the request operation to terminate.
- setAbandonedMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Set the abandoned message ID
- setAddRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Stores the encoded length for the AddRequest
- setAddResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddResponseDecorator
-
Stores the encoded length for the AddResponse
- setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setAny(List<String>) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Set the any patterns
- setApplicableAttributeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Set the matchingRule's AttributeType OIDs the MRU applies to.
- setApplicableAttributes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
Set the matchingRule's AttributeType the MRU applies to.
- setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
-
Set the assertion
- setAssertion(AttributeValueAssertion) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Set the assertion
- setAssertionValue(Value<?>) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Set the assertion value
- setAssertionValue(Object) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Set the assertion value
- setAssertionValue(String) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Sets the attribute value to use in the comparison.
- setAssertionValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Sets the attribute value to use in the comparison.
- setAssertionValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Set the assertion value
- setAssertionValue(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the attribute value to use in the comparison.
- setAssertionValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the attribute value to use in the comparison.
- setAssertionValue(String) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Sets the attribute value to use in the comparison.
- setAssertionValue(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Sets the attribute value to use in the comparison.
- setAssertionValue(String) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Sets the attribute value to use in the comparison.
- setAssertionValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Sets the attribute value to use in the comparison.
- setAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Set the attribute's modification
- setAttribute(Attribute) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
Set the attribute's modification
- setAttribute(String) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Sets the attribute this leaf node is based on.
- setAttribute(Attribute) - Method in class org.apache.directory.shared.ldap.schemaloader.AttributeClassLoader
-
Sets the attribute.
- setAttributeDesc(String) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Set the attribute description
- setAttributeDesc(String) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Set the attribute description
- setAttributeDesc(String) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Set the attribute description
- setAttributeDescription(String) - Method in class org.apache.directory.shared.dsmlv2.request.PresentFilter
-
Set the attributeDescription
- setAttributeDescription(String) - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
-
Set the attributeDescription
- setAttributeDescriptionListLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Stores the encoded length for the list of attributes
- setAttributeId(String) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Sets the attribute id used in the comparison.
- setAttributeId(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the attribute id used in the comparison.
- setAttributeId(String) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Sets the attribute id used in the comparison.
- setAttributeId(String) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Sets the attribute id used in the comparison.
- setAttributeLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
- setAttributes(List<String>) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the attributes, null removes all existing attributes.
- setAttributesLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Stores the encoded length for the attributes
- setAttributesLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Stores the encoded length for the Attributes
- setAttributeType(AttributeType) - Method in class org.apache.directory.shared.ldap.model.filter.LeafNode
-
Sets the attributeType this leaf node is based on.
- setAttrIdBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the attribute id bytes used in the comparison.
- setAttrValBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the attribute value bytes used in the comparison.
- setAuthorizationId(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the Authorization ID
- setAuxObjectClasses(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- setAuxObjectClassOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- setAvaLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Stores the encoded length for the ava
- setBase(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the search base as a distinguished name.
- setBase(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the search base as a distinguished name.
- setBase(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the search base as a distinguished name.
- setBase(Dn) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the search base as a distinguished name.
- setBase(Dn) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the subtree base relative to the administration point.
- setBatchRequest(BatchRequestDsml) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Sets the DSML Batch Request
- setBatchResponse(BatchResponseDsml) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Sets the DSML Batch Request
- setBindRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Stores the encoded length for the BindRequest
- setBindResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
-
Stores the encoded length for the BindResponse
- setBit(int) - Method in class org.apache.directory.shared.asn1.util.BitString
-
Set a bit at a specified position.
- setBitString(byte[], E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadBitString
-
gives a byte array to be set to the appropriate field of the ASN.1 object
present in the container
- setBoth(K, V) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Sets both the key and the value for this Tuple in one call and returns
this Tuple object.
- setBoth(Tuple<K, V>) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Sets both the key and the value for this Tuple in one call and returns
this Tuple object.
- setBytecode(String) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Stores some bytecode representing the compiled Java class for this
SchemaObject instance.
- setCancel(Cancel) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelContainer
-
Set a Cancel Object into the container.
- setCancelId(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Set the cancelId
- setCancelId(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
-
- setCancelId(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.CancelRequest
-
Sets the message to cancel by id.
- setCancelId(int) - Method in class org.apache.directory.shared.ldap.extras.extended.CancelRequestImpl
-
- setCause(Throwable) - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
-
Associate a cause to the ResponseFuture
- setCause(Throwable) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapConfigurationException
-
Set the root cause.
- setCertGenerationObject(CertGenerationRequestDecorator) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationContainer
-
Set a CertGenerationObject Object into the container.
- setChangeLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- setChangeNumber(long) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
- setChangeNumber(long) - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
-
- setChangeNumber(long) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
- setChangesLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- setChangesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- setChangesOnly(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
-
Set the ChangeType
- setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the modification type
- setChangeType(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the change type
- setChangeType(ChangeType) - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
-
Set the ChangeType
- setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
- setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- setChangeTypes(int) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- setChangeTypes(int) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- setChildren(List<ExprNode>) - Method in class org.apache.directory.shared.ldap.model.filter.BranchNode
-
Sets the list of children under this node.
- setChildren(List<ExprNode>) - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Sets the list of children under this node.
- setChopAfterExclusions(Set<Dn>) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the set of subordinates entries whose subordinates are to be
excluded.
- setChopBeforeExclusions(Set<Dn>) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the set of subordinates entries and their subordinates to exclude.
- setClassType(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Set the objectClass type.
- setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractCursor
-
Sets a non-null closure monitor to associate with this Cursor.
- setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.shared.ldap.model.cursor.AbstractTupleCursor
-
Sets a non-null closure monitor to associate with this Cursor.
- setClosureMonitor(ClosureMonitor) - Method in interface org.apache.directory.shared.ldap.model.cursor.Cursor
-
Sets a non-null closure monitor to associate with this Cursor.
- setCode(LdapSchemaExceptionCodes) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Sets the code of the exception.
- setCollective(boolean) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType collective flag
- setCollective(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the collective flag
- setCompareRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Stores the encoded length for the CompareRequest
- setCompareResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareResponseDecorator
-
Stores the encoded length for the CompareResponse
- setConnector(IoConnector) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Set the connector to use.
- setControls(Set<Control>) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setControlsLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Set the cookie
- setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
-
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
- setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
- setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
-
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
- setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
-
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
- setCookie(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
-
Set the cookie
- setCookie(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
- setCredentials(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the credentials.
- setCredentials(byte[]) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the credentials.
- setCredentials(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the credentials.
- setCredentials(String) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(String) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(String) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCredentials(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets the simple credentials associated with a simple authentication
attempt.
- setCritical(boolean) - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Sets the critical flag which determines whether or not this control is
critical for the correct operation of a request or response message.
- setCritical(boolean) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Set the criticality
- setCritical(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
-
Sets the critical flag which determines whether or not this control is
critical for the correct operation of a request or response message.
- setCritical(boolean) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
-
Sets the critical flag which determines whether or not this control is
critical for the correct operation of a request or response message.
- setCritical(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.Control
-
Sets the critical flag which determines whether or not this control is
critical for the correct operation of a request or response message.
- setCritical(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
Set the criticality
- setCritical(boolean) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Sets the critical flag.
- setCurrentControl(ControlDecorator<? extends Control>) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
Store a newly created control
- setCurrentFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Set the current filter
- setCurrentFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Set the current filter
- setCurrentLength(int) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Set the current length
- setCurrentLength(int) - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Set the current length
- setCurrentOperation(int) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Store the current operation
- setCurrentOperation(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Store the current operation
- setCurrentParameter(StoredProcedureParameter) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
- setCurrentTLV(TLV) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Set the current TLV
- setCurrentTLV(TLV) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Set the current TLV
- setData(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Set a block of bytes in the Value
- setData(byte[]) - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Set a block of bytes in the Value
- setData(byte[]) - Method in class org.apache.directory.shared.asn1.util.BitString
-
Set a new BitString in the BitString.
- setDecorated(E) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
- setDefaultRegexp(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
Set the defaut regular expression for the Telephone number
- setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
- setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Sets the delay befor disconnection, in seconds.
- setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
-
Sets the delay befor disconnection, in seconds.
- setDelay(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
-
Sets the delay befor disconnection, in seconds.
- setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
- setDelay(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
-
Sets the delay befor disconnection, in seconds.
- setDelay(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Sets the delay befor disconnection, in seconds.
- setDeleteOldRDN(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Set the flag to delete the old Rdn
- setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Sets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Sets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the flage deleteOldRdn
- setDeleteOldRdn(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Sets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Sets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
- setDeleteResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteResponseDecorator
-
Stores the encoded length for the DeleteResponse
- setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the alias handling parameter.
- setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the alias handling parameter.
- setDerefAliases(AliasDerefMode) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the alias handling parameter.
- setDerefAliases(AliasDerefMode) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the alias handling parameter.
- setDescription(String) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Set the schema element's description
- setDescription(String) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Set the schema element's description
- setDescription(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the SchemaObject's description
- setDescription(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the SchemaObject's description
- setDiagnosticMessage(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Sets the descriptive diagnostic message associated with the error code.
- setDiagnosticMessage(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Sets the descriptive diagnostic message associated with the error code.
- setDiagnosticMessage(String) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Sets the descriptive diagnostic message associated with the error code.
- setDiagnosticMessage(String) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Sets the descriptive diagnostic message associated with the error code.
- setDisabledAccepted(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Change the Registries behavior regarding disabled SchemaObject element.
- setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Set this entry's Dn.
- setDn(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Set this entry's Dn.
- setDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Set this entry's Dn.
- setDn(String) - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Set this entry's Dn.
- setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Set this entry's Dn.
- setDn(String) - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Set this entry's Dn.
- setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the Distinguished Name
- setDn(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the Distinguished Name
- setDn(Dn) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the dn.
- setDnAttributes(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Set the dnAttributes flag
- setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Set the dnAttributes flag
- setDnAttributes(boolean) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Set the dnAttributes flag
- setEnabled(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the SchemaObject state, either enabled or disabled.
- setEnabled(boolean) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the SchemaObject state, either enabled or disabled.
- setEnabledCipherSuites(String[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the cipher suites which are enabled
- setEncodedValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.controls.OpaqueControl
-
Stores an opaque value into the control.
- setEntry(Entry) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Initialize the entry.
- setEntry(Entry) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Sets the Entry to add.
- setEntry(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Set the entry to be deleted
- setEntry(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Set the modification Dn.
- setEntry(Entry) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Sets the Entry to add.
- setEntry(Entry) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Sets an entry
- setEntry(Entry) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Sets the Entry to add.
- setEntry(Entry) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Sets the Entry to add.
- setEntry(Entry) - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
-
Sets an entry
- setEntry(Entry) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Sets the entry.
- setEntryChangeDecorator(EntryChangeDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeContainer
-
Set a EntryChangeControl Object into the container.
- setEntryDn(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Sets the distinguished name of the entry to add.
- setEntryDn(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Sets the distinguished name of the entry to add.
- setEntryDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Sets the distinguished name of the entry to add.
- setEntryDn(Dn) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Sets the distinguished name of the entry to add.
- setEntryLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Stores the encoded length for the Entry
- setEntryUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
set the entryUUID
- setEntryUUID(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
-
set the entryUUID
- setEntryUUID(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
-
set the entryUUID
- setEquality(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the equality Matching Rule
- setEquality(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Equality MR for this AttributeType
- setEqualityOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Equality OID for this AttributeType
- setErrorMessageBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Set the encoded message's bytes
- setErrorType(ErrorResponse.ErrorResponseType) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Sets the type of error response
- setExpectedLength(int) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Set the expected length
- setExpectedLength(int) - Method in interface org.apache.directory.shared.asn1.Asn1Object
-
Set the expected length
- setExpectedLength(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Set the new expected length of the current TLV.
- setExpectedMatchingRuleLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Set the expectedMatchingRuleLength
- setExpressions(String[]) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.RegexSyntaxChecker
-
Add a list of regexp to be applied by this SyntaxChecker
- setExtendedRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Stores the encoded length for the ExtendedRequest
- setExtendedResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Stores the encoded length for the ExtendedResponse
- setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Set a list of extensions for a schemaElement
- setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Set a list of extensions for a schemaElement
- setExtensions(Map<String, List<String>>) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Add an extensions with their values.
- setExtensions(Map<String, List<String>>) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Add an extensions with their values.
- setFilter(ExprNode) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the search filter associated with this search request.
- setFilter(String) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the search filter associated with this search request.
- setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the search filter associated with this search request.
- setFilter(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the search filter associated with this search request.
- setFilter(ExprNode) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the search filter associated with this search request.
- setFilter(String) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the search filter associated with this search request.
- setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the search filter associated with this search request.
- setFilter(String) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the search filter associated with this search request.
- setFilter(ExprNode) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets a filter
- setFilter(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the filter.
- setFilterType(int) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
-
Set the filter type
- setFilterType(int) - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Set the filter type
- setFinal(String) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Set the final pattern
- setFinalSubstrings(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Set the final substring
- setFinalSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Set the final substring
- setForceScopeRendering(boolean) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
If set to true forces the toString method to render the scope
regardless of optional nature.
- setForm(String) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Sets the associated NameForm's OID
- setFqcn(String) - Method in class org.apache.directory.shared.ldap.model.schema.LoadableSchemaObject
-
Set the Fully Qualified Class Name for this SchemaObject instance
class stored in the bytecode attribute
- setGathering(boolean) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Set the isGathering flag
- setGathering(boolean) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Set the isGathering flag
- setGenerateSoapResp(boolean) - Method in class org.apache.directory.shared.dsmlv2.engine.Dsmlv2Engine
-
- setGraceAuthNsRemaining(int) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
Sets the number of remaining wrong authentication for this password
- setGraceAuthNsRemaining(int) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
-
Sets the number of remaining wrong authentication for this password
- setGracefulDisconnect(GracefulDisconnect) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectContainer
-
Set a GracefulDisconnect Object into the container.
- setGracefulShutdown(GracefulShutdown) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownContainer
-
Set a GracefulShutdown Object into the container.
- setGrammar(AbstractGrammar) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Sets the Grammar
- setGrammarEndAllowed(boolean) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Set the flag to allow a end transition
- setGrammarEndAllowed(boolean) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Set the flag to allow a end transition
- setHost(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the host.
- setHumanReadable(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Sets the human readable flag value.
- setInitial(String) - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Set the initial pattern
- setInitialSubstrings(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Set the initial substring
- setInitialSubstrings(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Set the initial substring
- setInput(InputStream) - Method in class org.apache.directory.shared.converter.schema.Schema
-
Set the inputStream mapped on the schema file
- setInput(InputStream, String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Sets the input stream the parser is going to process
- setInput(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Sets the input string the parser is going to parse
- setInput(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
-
Sets the input string the parser is going to parse
- setInput(InputStream, String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
-
Sets the input stream the parser is going to process
- setInputFile(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Parser
-
Sets the input file the parser is going to parse
- setInputFile(String) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2ResponseParser
-
Sets the input file the parser is going to parse
- setIntegerValue(int, E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadInteger
-
set the integer value to the appropriate field of ASN.1 object present in the container
- setIntegerValue(int, Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreError
-
set the integer value to the appropriate field of ASN.1 object present in the container
- setIntegerValue(int, Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreGraceAuthsRemaining
-
set the integer value to the appropriate field of ASN.1 object present in the container
- setIntegerValue(int, Asn1Container) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreTimeBeforeExpiration
-
set the integer value to the appropriate field of ASN.1 object present in the container
- setIntermediateResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Stores the encoded length for the IntermediateResponse
- setIssuerDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- setIssuerDN(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- setIssuerDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- setItem(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
-
- setKdcHost(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Sets the KDC host.
- setKdcPort(int) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Sets the KDC port.
- setKey(K) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Sets the key for this Tuple.
- setKeyAlgorithm(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- setKeyAlgorithm(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- setKeyAlgorithm(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- setKeyManagers(KeyManager[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the key managers.
- setKrb5ConfFilePath(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Sets the (absolute) path to the 'krb5.conf' file.
- setLanguage(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Sets the language.
- setLanguage(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Sets the language.
- setLanguage(String) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Sets the language.
- setLdapComparator(LdapComparator<?>) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Sets the LdapComparator
- setLdapHost(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the LDAP host.
- setLdapPort(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the LDAP port.
- setLdapResult(LdapResultDecorator) - Method in class org.apache.directory.shared.ldap.codec.decorators.ResponseDecorator
-
- setLength(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Set the TLV's length
- setLengthBytesRead(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Set the currently read TLV's length bytes.
- setLengthNbBytes(int) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Set the number of bytes we should use to store the TLV's length
- setListener(SchemaLoaderListener) - Method in class org.apache.directory.shared.ldap.model.schema.registries.AbstractSchemaLoader
-
Sets listener used to notify of newly loaded schemas.
- setListener(SchemaLoaderListener) - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaLoader
-
Sets listener used to notify of newly loaded schemas.
- setLoginContextName(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
- setLoginModuleConfiguration(Configuration) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
- setMatchedDn(Dn) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Set the Matched Dn
- setMatchedDn(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Sets the lowest entry in the directory that was matched.
- setMatchedDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Sets the lowest entry in the directory that was matched.
- setMatchedDn(Dn) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Sets the lowest entry in the directory that was matched.
- setMatchedDnBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Sets the encoded value for MatchedDn
- setMatchingRule(String) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Set the matchingRule
- setMatchingRule(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Set the matchingRule
- setMatchingRuleId(String) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Sets the matching rule id as an OID string.
- setMatchValue(Value<?>) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Set the matchValue
- setMatchValue(Value<?>) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Set the matchValue
- setMaxBaseDistance(int) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the maximum distance from base past which entries are excluded.
- setMaximumSize(int) - Method in class org.apache.directory.shared.util.SynchronizedLRUMap
-
Setter for property maximumSize.
- setMaxLengthLength(int) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Set the number of bytes that can be used to encode the Value length,
including the first byte.
- setMaxLengthLength(int) - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Set the number of bytes that can be used to encode the Value length,
including the first byte.
- setMaxPDUSize(int) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Set the maximum PDU size.
- setMaxPDUSize(int) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Set the maximum PDU size.
- setMaxTagLength(int) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
-
Set the maximum Tag length
- setMaxTagLength(int) - Method in interface org.apache.directory.shared.asn1.ber.tlv.TLVBerDecoderMBean
-
Set the maximum number of bytes that should be used to encode a Tag
label, including the first byte.
- setMay(List<String>) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Set the list of optional attributes
- setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Sets the list of allowed AttributeTypes
- setMayAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Sets the list of allowed AttributeTypes
- setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Sets the list of allowed AttributeTypes
- setMayAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Sets the list of allowed AttributeTypes
- setMessage(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Sets the message
- setMessage(E) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
Set a Message Object into the container.
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.AbstractDsmlMessageDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.api.LdapMessageContainer
-
Set the message ID
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AbandonRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.UnbindRequestDecorator
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.Message
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the Message ID for this request
- setMessageId(int) - Method in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
-
Sets the Message ID for this request
- setMessageId(int) - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
-
Sets the Message ID for this request
- setMessageLength(int) - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
- setMinBaseDistance(int) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets the minimum distance below base to start including entries.
- setMode(SynchronizationModeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
- setMode(SynchronizationModeEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
-
- setMode(SynchronizationModeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
- setModificationLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- setModifyDnRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
- setModifyDnResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnResponseDecorator
-
- setModifyRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- setModifyResponseLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyResponseDecorator
-
Stores the encoded length for the ModifyResponse
- setMust(List<String>) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Set the list of mandatory attributes
- setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Sets the list of required AttributeTypes OIDs
- setMustAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Sets the list of required AttributeTypes
- setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Sets the list of required AttributeTypes
- setMustAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Sets the list of required AttributeTypes
- setMutualAuthentication(boolean) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the flag indicating if mutual authentication is required.
- setName(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the name which is used to authenticate the user.
- setName(String) - Method in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
-
Set the grammar's name
- setName(String) - Method in interface org.apache.directory.shared.asn1.ber.grammar.Grammar
-
Set the grammar's name
- setName(String) - Method in class org.apache.directory.shared.converter.schema.Schema
-
Set the schema name to parse.
- setName(String) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
Set the grammar's name
- setName(String) - Method in interface org.apache.directory.shared.dsmlv2.Grammar
-
Set the grammar's name
- setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets the distinguished name of the subject in this authentication
request.
- setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Set the entry to be compared
- setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Sets the distinguished name of the leaf entry to be deleted by this
request.
- setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Sets the entry's distinguished name representing the entry PDU
field.
- setName(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Sets the distinguished name of the entry to be modified by this request.
- setName(String) - Method in class org.apache.directory.shared.dsmlv2.Tag
-
Sets the name of the tag
- setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets the distinguished name of the subject in this authentication
request.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.CompareRequestDecorator
-
Sets the distinguished name of the entry to be compared using the
attribute value assertion.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.DeleteRequestDecorator
-
Sets the distinguished name of the leaf entry to be deleted by this
request.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Sets the entry's distinguished name representing the entry PDU
field.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
Sets the distinguished name of the entry to be modified by this request.
- setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets the distinguished name of the subject in this authentication
request.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets the distinguished name of the subject in this authentication
request.
- setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Sets the distinguished name of the entry to be compared using the
attribute value assertion.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Sets the distinguished name of the entry to be compared using the
attribute value assertion.
- setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Sets the distinguished name of the leaf entry to be deleted by this
request.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Sets the distinguished name of the leaf entry to be deleted by this
request.
- setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Sets the entry's distinguished name representing the entry PDU
field.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Sets the entry's distinguished name representing the entry PDU
field.
- setName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Sets the distinguished name of the entry to be modified by this request.
- setName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Sets the distinguished name of the entry to be modified by this request.
- setName(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Sets the name.
- setNames(List<String>) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Set a list of names for a schemaElement
- setNames(List<String>) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Set a list of names for a schemaElement
- setNames(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the list of names for this SchemaObject.
- setNames(String...) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the list of names for this SchemaObject.
- setNames(List<String>) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the list of names for this SchemaObject.
- setNewRDN(Rdn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Set the new Rdn
- setNewRdn(Rdn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- setNewRdn(Rdn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- setNewRdn(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the new Rdn
- setNewRdn(Rdn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- setNewRdn(Rdn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
- setNewSuperior(Dn) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Set the new superior
- setNewSuperior(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyDnRequestDecorator
-
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
- setNewSuperior(String) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
Set the new superior
- setNewSuperior(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
- setNewSuperior(Dn) - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
- setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
Sets the NameComponentNormalizer for this parser's dnParser.
- setNormalizer(NameComponentNormalizer) - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
Sets the NameComponentNormalizer for this parser's dnParser.
- setNormalizer(Normalizer) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Sets the Normalizer
- setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- setNormalizerMappingResolver(NormalizerMappingResolver) - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
Sets the NameComponentNormalizer for this parser's dnParser.
- setNotAttributeTypeOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- setNotAttributeTypes(List<AttributeType>) - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
Sets the list of precluded AttributeTypes
- setNotFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
-
Set the NotFilter
- setNotFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
-
Set the NotFilter
- setNoUserModification(boolean) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType noUserModification flag
- setObjectName(Dn) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Set the entry Dn
- setObjectName(Dn) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Sets the distinguished name of the entry object returned.
- setObjectName(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
-
Sets the distinguished name of the entry object returned.
- setObjectName(Dn) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Sets the distinguished name of the entry object returned.
- setObjectNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Sets the distinguished name bytes of the entry object returned.
- setObsolete(boolean) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Set the obsolete flag
- setObsolete(boolean) - Method in class org.apache.directory.shared.converter.schema.SchemaElementImpl
-
Set the obsolete flag
- setObsolete(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the Obsolete flag.
- setObsolete(boolean) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the Obsolete flag.
- setOctetString(byte[], E) - Method in class org.apache.directory.shared.asn1.actions.AbstractReadOctetString
-
set the OCTET STRING value to the appropriate field of ASN.1 object present in the container
- setOid(byte[]) - Method in class org.apache.directory.shared.asn1.util.Oid
-
Set the Oid.
- setOid(String) - Method in class org.apache.directory.shared.asn1.util.Oid
-
Set the Oid.
- setOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
A special method used when renaming an SchemaObject: we may have to
change it's OID
- setOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Overrides default behavior by setting the OID of the wrapped Normalizer.
- setOid(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
A special method used when renaming an SchemaObject: we may have to
change it's OID
- setOidLen(int) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType's syntax length
- setOnError(BatchRequestDsml.OnError) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Sets the on error handling type of the request
- setOperation(int) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Store the modification operation
- setOperation(ModificationOperation) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
Store the modification operation
- setOperation(int) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
Store the modification operation
- setOperation(ModificationOperation) - Method in interface org.apache.directory.shared.ldap.model.entry.Modification
-
Store the modification operation
- setOrdering(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the ordering Matching Rule
- setOrdering(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Ordering MR for this AttributeType
- setOrderingOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Ordering OID for this AttributeType
- setOtherObject(SchemaObject) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Sets the 'other' schema object.
- setOutput(Writer) - Method in class org.apache.directory.shared.converter.schema.Schema
-
Set a writer to dump the ldif files
- setPagedSearchControl(PagedResultsDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsContainer
-
Set a PagedSearchControl Object into the container.
- setParent(AbstractAsn1Object) - Method in class org.apache.directory.shared.asn1.AbstractAsn1Object
-
Set the parent
- setParent(TLV) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
- setParent(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.Filter
-
Set the parent
- setParent(Filter, int) - Method in class org.apache.directory.shared.ldap.codec.search.Filter
-
Set the parent
- setParentTLV(TLV) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Set the parent TLV.
- setParentTLV(TLV) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Set the parent TLV
- setParser(XmlPullParser) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Sets the parser
- setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
- setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
-
Sets the parser monitor.
- setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaQdstringParser
-
- setParserMonitor(ParserMonitor) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaValueParser
-
- setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
Sets the PasswordPolicy error number
- setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
-
Sets the PasswordPolicy error number
- setPasswordPolicyResponseControl(PasswordPolicyDecorator) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyContainer
-
- setPersistentSearchDecorator(PersistentSearchDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchContainer
-
Set a PSearchControl Object into the container.
- setPort(int) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the port.
- setPreviousDn(Dn) - Method in class org.apache.directory.shared.ldap.codec.controls.search.entryChange.EntryChangeDecorator
- setPreviousDn(Dn) - Method in interface org.apache.directory.shared.ldap.model.message.controls.EntryChange
-
- setPreviousDn(Dn) - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
- setProcedure(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
- setProcedure(byte[]) - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
- setProcedure(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
- setProcedure(String) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
- setProcessing(BatchRequestDsml.Processing) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Sets the processing type of the request
- setQualityOfProtection(SaslQoP) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the quality of protection.
- setQuirksMode(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.AbstractSchemaParser
-
Sets the quirks mode.
- setQuirksMode(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
- setRawOidOrNameSuffix(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Sets the raw OID or name plus suffix.
- setReadOnly(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the SchemaObject readOnly flag
- setReadOnly(boolean) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the SchemaObject readOnly flag
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.DigestMd5Request
-
Sets the realm name.
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.GssApiRequest
-
Sets the realm name.
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the realm name.
- setReferral(Referral) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- setReferral(Referral) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Sets the sequence of LdapUrls as a Referral instance.
- setReferral(Referral) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- setReferral(Referral) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Sets the sequence of LdapUrls as a Referral instance.
- setReferral(Referral) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- setReferral(Referral) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
- setReferral(Referral) - Method in interface org.apache.directory.shared.ldap.model.message.SearchResultReference
-
Sets the sequence of LdapUrls as a Referral instance.
- setReferral(Referral) - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
-
Sets the sequence of LdapUrls as a Referral instance.
- setReferralLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Stores the encoded length for the Referrals
- setReferralLength(int) - Method in interface org.apache.directory.shared.ldap.model.message.Referral
-
Set the length of the referral
- setReferralLength(int) - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Set the length of the referral
- setRefinement(ExprNode) - Method in class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
Sets a filter using only assertions on objectClass attributes for subtree
refinement.
- setRefreshDeletes(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncDoneValue
-
- setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
- setRefreshDeletes(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
- setRefreshDeletes(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- setRefreshDone(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- setRefreshDone(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- setRefreshDone(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Inject the Registries into the SchemaObject
- setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Inject the Registries into the SchemaObject
- setRegistries(Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Associate a new Registries to the SchemaManager
- setRegistries(Registries) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Inject the Registries into the SchemaObject
- setRegistries(Registries) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Associate a new Registries to the SchemaManager
- setRelatedId(String) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Sets the related ID (name or OID) of the exception.
- setRelaxed() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Change the Registries to a relaxed mode, where invalid SchemaObjects
can be registered.
- setRelaxed() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Change the SchemaManager to a relaxed mode, where invalid SchemaObjects
can be registered.
- setReloadHint(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
- setReloadHint(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncRequestValue
-
- setReloadHint(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
- setRemainingDn(Dn) - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- setRemainingDn(Dn) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- setRequestID(int) - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Sets the ID of the response
- setRequestID(int) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Sets the request ID
- setRequestID(int) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Sets the ID of the request
- setRequestName(Oid) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Set the extended request name
- setRequestName(String) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Sets the Object Identifier corresponding to the extended request type.
- setRequestName(String) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Sets the Object Identifier corresponding to the extended request type.
- setRequestName(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Sets the Object Identifier corresponding to the extended request type.
- setRequestName(String) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Sets the Object Identifier corresponding to the extended request type.
- setRequestName(String) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Sets the Object Identifier corresponding to the extended request type.
- setRequestNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
-
Sets the requestName bytes.
- setRequestValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Set the extended request value
- setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedRequestDecorator
- setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.CancelRequestDecorator
-
Sets the extended request's requestValue portion of the PDU.
- setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
- setRequestValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
- setResolvedDn(Dn) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapOperationException
-
- setResolvedObject(Object) - Method in exception org.apache.directory.shared.ldap.model.exception.AbstractLdapReferralException
-
- setResolvedObject(Object) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- setResolvedOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
Sets the resolved OID.
- setResolveObjectIdentifierMacros(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.OpenLdapSchemaParser
-
Sets if object identifier macros should be resolved.
- setResponse(Message) - Method in exception org.apache.directory.shared.ldap.codec.api.ResponseCarryingException
-
Set a response if we get an exception while parsing the message
- setResponse(PasswordPolicyResponse) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
-
Sets the response.
- setResponse(boolean) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicy
-
If true sets the response to a default newly initialized response object.
- setResponse(PasswordPolicyResponse) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
Sets the response.
- setResponse(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
If true sets the response to a default newly initialized response object.
- setResponse(PasswordPolicyResponse) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
-
Sets the response.
- setResponse(boolean) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyImpl
-
If true sets the response to a default newly initialized response object.
- setResponse(Message) - Method in exception org.apache.directory.shared.ldap.model.exception.ResponseCarryingMessageException
-
Set a response if we get an exception while parsing the message
- setResponse(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
Sets the response OID specific encoded response values.
- setResponseName(String) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(Oid) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Set the extended response name
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Sets the response name.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationResponseImpl
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownResponseImpl
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in interface org.apache.directory.shared.ldap.model.message.ExtendedResponse
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Sets the OID uniquely identifying this extended response (a.k.a.
- setResponseName(String) - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
-
Sets the response name.
- setResponseName(String) - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Sets the OID uniquely identifying this Intermediate response (a.k.a.
- setResponseNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
-
Sets the OID bytes.
- setResponseNameBytes(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Sets the ResponseName bytes
- setResponseOrder(BatchRequestDsml.ResponseOrder) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Sets the response order type of the request
- setResponseValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Set the extended response
- setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ExtendedResponseDecorator
- setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.IntermediateResponseDecorator
-
Sets the respponseValue
- setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Sets the response OID specific encoded response values.
- setResponseValue(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
-
Sets the respponseValue
- setResponseValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Sets the response value
- setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Set the result code
- setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
-
Sets the result code enumeration associated with the response.
- setResultCode(ResultCodeEnum) - Method in interface org.apache.directory.shared.ldap.model.message.LdapResult
-
Sets the result code enumeration associated with the response.
- setResultCode(ResultCodeEnum) - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Sets the result code enumeration associated with the response.
- setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.search.persistentSearch.PersistentSearchDecorator
-
- setReturnECs(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PersistentSearch
-
- setReturnECs(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
- setReturningAttributes(String...) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setRuleId(int) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Sets the rule identifier of this DIT structure rule;
- setSaslCredentialsLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Stores the encoded length for the SaslCredentials
- setSaslMechanism(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the SASL mechanism
- setSaslMechanism(String) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- setSaslMechanism(String) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- setSaslMechanism(String) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- setSaslMechanism(String) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
- setSaslMechanismLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Stores the encoded length for the Mechanism
- setSchemaLoader(SchemaLoader) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaManager
-
Associate a Schema loader to this SchemaManager
- setSchemaLoader(SchemaLoader) - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Associate a Schema loader to this SchemaManager
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.aci.ACIItemSyntaxChecker
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.DnComparator
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.SerializableComparator
-
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.comparators.UniqueMemberComparator
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.LdapComparator
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingDnNormalizer
-
Sets the SchemaManager
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.CachingNormalizer
-
Sets the SchemaManager
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.DnNormalizer
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.NameOrNumericIdNormalizer
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.UniqueMemberNormalizer
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
-
Store the SchemaManager in this instance.
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
-
Store the SchemaManager in this instance.
- setSchemaName(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the name of the schema this SchemaObject is associated with.
- setSchemaName(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the name of the schema this SchemaObject is associated with.
- setScheme(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the scheme.
- setScope(SearchScope) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the search scope parameter enumeration.
- setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the search scope parameter enumeration.
- setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setScope(SearchScope) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the search scope parameter enumeration.
- setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the search scope parameter enumeration.
- setScope(int) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the scope.
- setScope(SearchScope) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Sets the scope.
- setSearchRequestLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Stores the encoded length for the SearchRequest
- setSearchResultDone(SearchResultDoneDsml) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponse
-
Sets the Search Result Entry
- setSearchResultDoneLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultDoneDecorator
-
Stores the encoded length for the SearchResultDone
- setSearchResultEntryLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Stores the encoded length for the SearchResultEntry
- setSearchResultReferenceLength(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultReferenceDecorator
-
Stores the encoded length for the SearchResultReference's
- setSecureRandom(SecureRandom) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the secure random.
- setSecurityStrength(SaslSecurityStrength) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the security strength.
- setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
-
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
- setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindResponseDecorator
-
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
- setServerSaslCreds(byte[]) - Method in interface org.apache.directory.shared.ldap.model.message.BindResponse
-
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
- setServerSaslCreds(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
-
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
- setSimple(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets the authentication mechanism to simple or to SASL based
authentication.
- setSimple(boolean) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets the authentication mechanism to simple or to SASL based
authentication.
- setSimple(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets the authentication mechanism to simple or to SASL based
authentication.
- setSimple(boolean) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets the authentication mechanism to simple or to SASL based
authentication.
- setSingleValue(boolean) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType singleValue flag
- setSingleValued(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Tells if this AttributeType is Single Valued or not
- setSize(int) - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Set the number of entry requested or returned
- setSize(int) - Method in interface org.apache.directory.shared.ldap.model.message.controls.PagedResults
-
Set the number of entry requested or returned
- setSize(int) - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
- setSizeLimit(long) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets sizelimit that restricts the maximum number of entries to be
returned as a result of the search.
- setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets sizelimit that restricts the maximum number of entries to be
returned as a result of the search.
- setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Set the maximum file size that can be accepted for an attribute value
- setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setSizeLimit(long) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets sizelimit that restricts the maximum number of entries to be
returned as a result of the search.
- setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets sizelimit that restricts the maximum number of entries to be
returned as a result of the search.
- setSourceObject(SchemaObject) - Method in exception org.apache.directory.shared.ldap.model.exception.LdapSchemaException
-
Sets the 'source' schema object.
- setSpecification(String) - Method in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
Sets the SchemaObject's specification
- setSpecification(String) - Method in interface org.apache.directory.shared.ldap.model.schema.SchemaObject
-
Sets the SchemaObject's specification
- setSslProtocol(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the SSL protocol.
- setState(TLVStateEnum) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Set the new current state
- setState(TLVStateEnum) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Set the new current state
- setState(Enum<Dsmlv2StatesEnum>) - Method in interface org.apache.directory.shared.dsmlv2.Container
-
Set the new current state
- setState(Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Set the new current state
- setStatesEnum(Enum<Dsmlv2StatesEnum>[]) - Method in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
Set the states for this grammar
- setStoredProcedure(StoredProcedureRequestDecorator) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
-
Set a StoredProcedure object into the container.
- setStoreReq(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
set the storeReq flag to turn on/off storing of request objects
Note: it is better to set this flag to false while processing large DSML
batch requests
- setStream(ByteBuffer) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Stores the Stream being decoded
- setStream(ByteBuffer) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Stores the Stream being decoded
- setStrict() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Change the Registries to a strict mode, where invalid SchemaObjects
cannot be registered.
- setStrict() - Method in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Change the SchemaManager to a strict mode, where invalid SchemaObjects
cannot be registered.
- setStructuralObjectClass(ObjectClass) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Sets the structural object class this rule applies to
- setStructuralObjectClassOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
Sets the structural object class this rule applies to
- setSubentriesDecorator(SubentriesDecorator) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
-
Set a SubEntryControl Object into the container.
- setSubjectDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- setSubjectDN(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- setSubjectDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- setSubstr(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the substring Matching Rule
- setSubstring(MatchingRule) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Substr MR for this AttributeType
- setSubstringOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Substr OID for this AttributeType
- setSubstringsLength(int) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
- setSuperior(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType's superior
- setSuperior(AttributeType) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the superior for this AttributeType
- setSuperior(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the superior oid for this AttributeType
- setSuperiorOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the superior AttributeType OID of this AttributeType
- setSuperiorOids(List<String>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Sets the superior object class OIDs
- setSuperiors(List<String>) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Set the list of inherited objectClasses
- setSuperiors(List<ObjectClass>) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Sets the superior object classes
- setSuperRules(List<Integer>) - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
-
Sets the list of superior RuleIds
- setSyncDoneValueControl(SyncDoneValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
-
Set a SyncDoneValueControlCodec Object into the container.
- setSyncInfoValueControl(SyncInfoValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
-
Set a SyncInfoValueControl Object into the container.
- setSyncRequestValueControl(SyncRequestValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
-
Set a SyncRequestValueControl Object into the container.
- setSyncStateType(SyncStateTypeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
set the syncState's type
- setSyncStateType(SyncStateTypeEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncStateValue
-
set the syncState's type
- setSyncStateType(SyncStateTypeEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
-
set the syncState's type
- setSyncStateValueControl(SyncStateValue) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
-
Set a SyncStateValueControl Object into the container.
- setSyncUUIDs(List<byte[]>) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- setSyncUUIDs(List<byte[]>) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- setSyncUUIDs(List<byte[]>) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- setSyntax(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType's syntax
- setSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Syntax for this AttributeType
- setSyntax(LdapSyntax) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Sets the Syntax
- setSyntaxChecker(SyntaxChecker) - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
Sets the associated SyntaxChecker
- setSyntaxLength(long) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the length limit of this AttributeType based on its associated
syntax.
- setSyntaxOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the Syntax OID for this AttributeType
- setSyntaxOid(String) - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
Sets the Syntax's OID
- setTag(byte) - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Set a tag value for this TLV.
- setTargetDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationRequestDecorator
- setTargetDN(String) - Method in interface org.apache.directory.shared.ldap.extras.extended.CertGenerationRequest
-
- setTargetDN(String) - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
- setTerminalFilter(Filter) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Set the terminal filter
- setTerminalFilter(Filter) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Set the terminal filter
- setTimeBeforeExpiration(int) - Method in interface org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
Set a date of expiration for the password
- setTimeBeforeExpiration(int) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
-
Set a date of expiration for the password
- setTimeLimit(int) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Sets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Sets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setTimeLimit(int) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
Sets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- setTimeLimit(int) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Sets the timelimit that restricts the maximum time (in seconds) allowed
for a search.
- setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
- setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectResponseDecorator
-
Sets the time offline after disconnection, in minutes.
- setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownRequestDecorator
-
Sets the time offline after disconnection, in minutes.
- setTimeOffline(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponse
-
Sets the time offline after disconnection, in minutes.
- setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulDisconnectResponseImpl
-
- setTimeOffline(int) - Method in interface org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequest
-
Sets the time offline after disconnection, in minutes.
- setTimeOffline(int) - Method in class org.apache.directory.shared.ldap.extras.extended.GracefulShutdownRequestImpl
-
Sets the time offline after disconnection, in minutes.
- setTimeOut(long) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Set the timeOut for the responses.
- setTimeOut(long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Set the timeOut for the responses.
- setTlvId(int) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
Set the SearchRequest PDU TLV's Id
- setToString(Set<?>) - Static method in class org.apache.directory.shared.util.Strings
-
Utility method that return a String representation of a set
- setTransition(Enum<?>) - Method in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Update the transition from a state to another
- setTransition(Enum<?>) - Method in interface org.apache.directory.shared.asn1.ber.Asn1Container
-
Update the transition from a state to another
- setTransition(Enum<Dsmlv2StatesEnum>) - Method in interface org.apache.directory.shared.dsmlv2.Container
-
Update the transition from a state to another
- setTransition(Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.shared.dsmlv2.Dsmlv2Container
-
Update the transition from a state to another
- setTrustManagers(TrustManager...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the trust managers.
- setType(String) - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Set the type
- setType(String) - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Set the attribute to match
- setType(int) - Method in class org.apache.directory.shared.dsmlv2.Tag
-
Sets the type of the tag
- setType(String) - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Set the type
- setType(String) - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Set the attribute to match
- setType(SynchronizationInfoEnum) - Method in interface org.apache.directory.shared.ldap.extras.controls.SyncInfoValue
-
- setType(SynchronizationInfoEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
- setType(SynchronizationInfoEnum) - Method in class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
- setType(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
Sets the type.
- setType(ObjectClassTypeEnum) - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
- setType(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Sets the type.
- setTypesOnly(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchRequestDecorator
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- setTypesOnly(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.SearchRequest
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- setTypesOnly(boolean) - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
An indicator as to whether search results will contain both attribute
types and values, or just attribute types.
- setUpId(String) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Set the user provided ID.
- setUpId(String, AttributeType) - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Set the user provided ID.
- setUpId(String) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Set the user provided ID.
- setUpId(String, AttributeType) - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Set the user provided ID.
- setUsage(UsageEnum) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Set the attributeType's usage
- setUsage(UsageEnum) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Sets the AttributeType usage, one of :
USER_APPLICATIONS
DIRECTORY_OPERATION
DISTRIBUTED_OPERATION
DSA_OPERATION
- setUserModifiable(boolean) - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
-
Tells if this AttributeType can be modified by a user or not
- setUsername(String) - Method in class org.apache.directory.ldap.client.api.SaslRequest
-
Sets the username.
- setUseSsl(boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets whether SSL should be used.
- setValsLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.SearchResultEntryDecorator
-
Stores the list of encoded length for the values
- setValue(byte[]) - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Set the encoded control value
- setValue(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.api.CodecControl
-
Set the Control's encoded control value.
- setValue(byte[]) - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Set the encoded control value
- setValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
Set the encoded control value
- setValue(byte[]) - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
Sets the value.
- setValue(V) - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Sets the value for this Tuple.
- setValue(Value<?>) - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
Sets the value.
- setValue(Value<T>) - Method in class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Sets the value of this node.
- setValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
- setValue(byte[]) - Method in class org.apache.directory.shared.ldap.model.message.controls.CascadeImpl
-
- setValue(String) - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl.Extension
-
Sets the value.
- setValuesLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.AddRequestDecorator
-
Stores the encoded length for the values
- setValuesLength(List<Integer>) - Method in class org.apache.directory.shared.ldap.codec.decorators.ModifyRequestDecorator
-
- setVersion3(boolean) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Sets whether or not the LDAP v3 or v2 protocol is used.
- setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.codec.decorators.BindRequestDecorator
-
Sets whether or not the LDAP v3 or v2 protocol is used.
- setVersion3(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Sets whether or not the LDAP v3 or v2 protocol is used.
- setVersion3(boolean) - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Sets whether or not the LDAP v3 or v2 protocol is used.
- setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
- setVisibility(boolean) - Method in interface org.apache.directory.shared.ldap.model.message.controls.Subentries
-
Set the visibility flag
- setVisibility(boolean) - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
-
- SHARP - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- SHORT_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
tag mask for the short tag format - 0001 1111 - 0x1F
- SimpleNode<T> - Class in org.apache.directory.shared.ldap.model.filter
-
A simple assertion value node.
- SimpleNode(String, Value<T>, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Creates a new SimpleNode object.
- SimpleNode(AttributeType, Value<T>, AssertionType) - Constructor for class org.apache.directory.shared.ldap.model.filter.SimpleNode
-
Creates a new SimpleNode object.
- SINGLE_VALUE - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- SingleLdifSchemaLoader - Class in org.apache.directory.shared.ldap.schemaloader
-
A schema loader based on a single monolithic ldif file containing all the schema partition elements
Performs better than any other existing LDIF schema loaders.
- SingleLdifSchemaLoader() - Constructor for class org.apache.directory.shared.ldap.schemaloader.SingleLdifSchemaLoader
-
Instantiates a new single LDIF schema loader.
- SingleReplyRequest<R extends ResultResponse> - Interface in org.apache.directory.shared.ldap.model.message
-
Super interface for all request messages returning only one type of response.
- SingleReplyRequestDecorator<M extends SingleReplyRequest<R>,R extends ResultResponse> - Class in org.apache.directory.shared.ldap.codec.decorators
-
A decorator for the LdapResultResponse message
- SingleReplyRequestDecorator(LdapApiService, M) - Constructor for class org.apache.directory.shared.ldap.codec.decorators.SingleReplyRequestDecorator
-
Makes Request a MessageDecorator.
- SingletonCursor<E> - Class in org.apache.directory.shared.ldap.model.cursor
-
A Cursor over a single element.
- SingletonCursor(E) - Constructor for class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Creates a new instance of SingletonCursor.
- SingletonCursor(E, Comparator<E>) - Constructor for class org.apache.directory.shared.ldap.model.cursor.SingletonCursor
-
Creates a new instance of SingletonCursor, with its associated
comparator
- SingletonEnumeration<T> - Class in org.apache.directory.shared.util
-
A NamingEnumeration over a single element.
- SingletonEnumeration(T) - Constructor for class org.apache.directory.shared.util.SingletonEnumeration
-
Creates a NamingEnumeration over a single element.
- size() - Method in class org.apache.directory.shared.asn1.util.BitString
-
- size() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Size.
- size() - Method in interface org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequest
-
Size.
- size() - Method in class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Size.
- size() - Method in interface org.apache.directory.shared.ldap.model.entry.Attribute
-
Retrieves the number of values in this attribute.
- size() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
Retrieves the number of values in this attribute.
- size() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
Returns the number of attributes.
- size() - Method in interface org.apache.directory.shared.ldap.model.entry.Entry
-
Returns the number of attributes.
- size() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
Returns the number of attributes.
- size() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- size() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Get the number of RDNs present in the DN
- size() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
Get the number of Avas of this Rdn
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableComparatorRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITContentRuleRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableDITStructureRuleRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableLdapSyntaxRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableMatchingRuleUseRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNameFormRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableNormalizerRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableObjectClassRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableSyntaxCheckerRegistry
- size() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
- size() - Method in interface org.apache.directory.shared.ldap.model.schema.registries.SchemaObjectRegistry
-
- size() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
-
Returns the number of entries under this node.
- size() - Method in exception org.apache.directory.shared.util.exception.MultiException
-
Gets the size of this nested exception which equals the number of
exception nested within.
- size() - Method in exception org.apache.directory.shared.util.exception.RuntimeMultiException
-
Gets the size (number of) exceptions nested within this exception.
- size() - Method in class org.apache.directory.shared.util.PreferencesDictionary
-
- size() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
- SIZE_LIMIT_DEFAULT - Static variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
The default size limit : 1Mo
- sizeLimit - Variable in class org.apache.directory.shared.ldap.model.ldif.LdifReader
-
Size limit for file contained values
- skipReferral() - Method in exception org.apache.directory.shared.ldap.model.exception.LdapReferralException
-
- SN_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SN_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemCheckerTokenTypes
-
- SP - Static variable in interface org.apache.directory.shared.ldap.aci.AntlrACIItemParserTokenTypes
-
- SP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationCheckerTokenTypes
-
- SP - Static variable in interface org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParserTokenTypes
-
- SP - Static variable in interface org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParserTokenTypes
-
- SPACE - Static variable in interface org.apache.directory.shared.ldap.model.name.AntlrDnTokenTypes
-
- special() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
special = escaped / SPACE / SHARP / EQUALS
escaped = DQUOTE / PLUS / COMMA / SEMI / LANGLE / RANGLE
- specification - Variable in class org.apache.directory.shared.ldap.model.schema.AbstractSchemaObject
-
The SchemaObject specification
- specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- specificExclusion() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- specificExclusion() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- specificExclusion() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- splitIntoPackages(String, Set<String>) - Static method in class org.apache.directory.shared.util.OsgiUtils
-
Splits an Package-Export OSGi Manifest Attribute value into packages
while stripping away the key/value properties.
- ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- ss_base() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ss_base() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- ss_base() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- ss_maximum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ss_maximum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- ss_maximum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- ss_minimum() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ss_minimum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- ss_minimum() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- ss_specificationFilter() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- ss_specificExclusions() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- ST_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- ST_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- StandaloneLdapApiService - Class in org.apache.directory.shared.ldap.codec.standalone
-
- StandaloneLdapApiService() - Constructor for class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Creates a new instance of StandaloneLdapCodecService.
- START - Static variable in class org.apache.directory.shared.dsmlv2.Tag
-
This int represents a START tag
- start(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultActivator
- start(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
- start(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
- start(BundleContext) - Method in class org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
- start - Variable in class org.apache.directory.shared.util.Position
-
The starting position in the string
- startedParse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
-
- startedParse(String) - Method in interface org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitor
-
Called when parsing is started.
- startedParse(String) - Method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserMonitorAdapter
-
Called when parsing is started.
- STARTNUMERICOID - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- startTls() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends the StartTLS extended request to server and adds a security layer
upon receiving a response with successful result.
- STATEORPROVINCE_NAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- States - Interface in org.apache.directory.shared.asn1.ber.grammar
-
Interface to get custom function from enum when casting.
- statesEnum - Variable in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
The grammar's states
- stateStack - Variable in class org.apache.directory.shared.asn1.ber.AbstractContainer
-
Store a stack of the current states used when switching grammars
- stop(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultActivator
- stop(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.protocol.mina.LdapProtocolCodecActivator
- stop(BundleContext) - Method in class org.apache.directory.shared.ldap.codec.standalone.LdapCodecActivator
- stop(BundleContext) - Method in class org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
- StoreAddRequestEntryName - Class in org.apache.directory.shared.ldap.codec.actions.addRequest
-
The action used to store the AddReqyuest entry name
- StoreAddRequestEntryName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.addRequest.StoreAddRequestEntryName
-
Instantiates a new action.
- StoreAny - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to store a any value into a substring filter
- StoreAny() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreAny
-
Instantiates a new store any action.
- StoreCompareRequestAssertionValue - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
-
The action used to store the AssertionValue in a Compare Request
- StoreCompareRequestAssertionValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAssertionValue
-
Instantiates a new action.
- StoreCompareRequestAttributeDesc - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
-
The action used to store the AssertionValue attributeDescription in a Compare Request
- StoreCompareRequestAttributeDesc() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestAttributeDesc
-
Instantiates a new action.
- StoreCompareRequestEntryName - Class in org.apache.directory.shared.ldap.codec.actions.compareRequest
-
The action used to store the Compare Request name
- StoreCompareRequestEntryName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.compareRequest.StoreCompareRequestEntryName
-
Instantiates a new action.
- StoreControlCriticality - Class in org.apache.directory.shared.ldap.codec.actions.controls
-
The action used to set the control criticality flag
- StoreControlCriticality() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlCriticality
-
Instantiates a new StoreControlCriticality action.
- StoreControlValue - Class in org.apache.directory.shared.ldap.codec.actions.controls
-
The action used to set the value of a control.
- StoreControlValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.controls.StoreControlValue
-
Instantiates a new StoreControlValue action.
- StoredProcedureContainer - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
A container for the StoredProcedure codec
- StoredProcedureContainer() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureContainer
-
- StoredProcedureDecoder - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
StoredProcedure Decoder
- StoredProcedureDecoder() - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureDecoder
-
- StoredProcedureFactory - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
- StoredProcedureFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory
-
Creates a new instance of StoredProcedureFactory.
- StoredProcedureGrammar - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
ASN.1 BER Grammar for Stored Procedure Extended Operation
- storedProcedureLanguageSchemeOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- StoredProcedureLanguageSchemeOption - Class in org.apache.directory.shared.ldap.trigger
-
The language schema option of triggered stored procedure.
- StoredProcedureLanguageSchemeOption(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
-
Instantiates a new stored procedure language scheme option.
- StoredProcedureOption - Interface in org.apache.directory.shared.ldap.trigger
-
Just a marker interface for Stored Procedure Options.
- StoredProcedureParameter - Class in org.apache.directory.shared.ldap.extras.extended
-
Bean for representing a Stored Procedure Parameter
- StoredProcedureParameter() - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureParameter
-
- StoredProcedureParameter - Class in org.apache.directory.shared.ldap.trigger
-
An entity that represents a stored procedure parameter which can be
specified in an LDAP Trigger Specification.
- StoredProcedureParameter(String) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
-
- StoredProcedureParameter.Add_ATTRIBUTES - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Add_ENTRY - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Delete_DELETED_ENTRY - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Delete_NAME - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Generic_LDAP_CONTEXT - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Generic_OPERATION_PRINCIPAL - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Modify_MODIFICATION - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Modify_NEW_ENTRY - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Modify_OBJECT - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.Modify_OLD_ENTRY - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_DELETE_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_ENTRY - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_NEW_DN - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_NEW_RDN - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_NEW_SUPERIOR - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_OLD_RDN - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureParameter.ModifyDN_OLD_SUPERIOR_DN - Class in org.apache.directory.shared.ldap.trigger
-
- StoredProcedureRequest - Interface in org.apache.directory.shared.ldap.extras.extended
-
An extended operation requesting the server to execute a stored procedure.
- StoredProcedureRequestDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
A Decorator for stored procedure extended operation requests.
- StoredProcedureRequestDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
- StoredProcedureRequestDecorator(LdapApiService, StoredProcedureRequest) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
- StoredProcedureRequestImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
An extended operation requesting the server to execute a stored procedure.
- StoredProcedureRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Instantiates a new stored procedure request.
- StoredProcedureRequestImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Instantiates a new stored procedure request.
- StoredProcedureRequestImpl(int, String, String) - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureRequestImpl
-
Instantiates a new stored procedure request.
- StoredProcedureResponse - Interface in org.apache.directory.shared.ldap.extras.extended
-
The stored procedure extended operation response.
- StoredProcedureResponseDecorator - Class in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
A Decorator for CancelResponses.
- StoredProcedureResponseDecorator(LdapApiService, StoredProcedureResponse) - Constructor for class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureResponseDecorator
-
Creates a new instance of CancelResponseDecorator.
- StoredProcedureResponseImpl - Class in org.apache.directory.shared.ldap.extras.extended
-
- StoredProcedureResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureResponseImpl
-
Instantiates a new stored procedure response.
- StoredProcedureResponseImpl() - Constructor for class org.apache.directory.shared.ldap.extras.extended.StoredProcedureResponseImpl
-
Instantiates a new stored procedure response.
- storedProcedureSearchContext() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- storedProcedureSearchContextOption() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- StoredProcedureSearchContextOption - Class in org.apache.directory.shared.ldap.trigger
-
The search context option of the triggered stored procedure.
- StoredProcedureSearchContextOption(Dn) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
-
Instantiates a new stored procedure search context option.
- StoredProcedureSearchContextOption(Dn, SearchScope) - Constructor for class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
-
Instantiates a new stored procedure search context option.
- storedProcedureSearchScope() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- StoredProcedureStatesEnum - Enum in org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure
-
Constants for StoredProcedureGrammar.
- StoreError - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
-
The action used to store the error
- StoreError() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreError
-
Instantiates a new StoreError action.
- StoreErrorMessage - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
-
The action used to set the LdapResult error message.
- StoreErrorMessage() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreErrorMessage
-
Instantiates a new error message action.
- StoreExtendedRequestName - Class in org.apache.directory.shared.ldap.codec.actions.extendedRequest
-
The action used to store the Extended Request name
- StoreExtendedRequestName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestName
-
Instantiates a new action.
- StoreExtendedRequestValue - Class in org.apache.directory.shared.ldap.codec.actions.extendedRequest
-
The action used to store the Extended Request value
- StoreExtendedRequestValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedRequest.StoreExtendedRequestValue
-
Instantiates a new action.
- StoreExtendedResponseValue - Class in org.apache.directory.shared.ldap.codec.actions.extendedResponse
-
The action used to store a Response to an ExtendedResponse
- StoreExtendedResponseValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreExtendedResponseValue
-
Instantiates a new response action.
- StoreFinal - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to store a final value into a substring filter
- StoreFinal() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreFinal
-
Instantiates a new store final action.
- StoreGraceAuthsRemaining - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
-
The action used to store the GraceAuthsRemains
- StoreGraceAuthsRemaining() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreGraceAuthsRemaining
-
Instantiates a new StoreCusec action.
- StoreInitial - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to store an initial value into a substring filter
- StoreInitial() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreInitial
-
Instantiates a new store any action.
- StoreIntermediateResponseName - Class in org.apache.directory.shared.ldap.codec.actions.intermediateResponse
-
The action used to store a IntermediateResponse Name
- StoreIntermediateResponseName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseName
-
Instantiates a new response name action.
- StoreIntermediateResponseValue - Class in org.apache.directory.shared.ldap.codec.actions.intermediateResponse
-
The action used to store a IntermediateResponse value
- StoreIntermediateResponseValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.intermediateResponse.StoreIntermediateResponseValue
-
Instantiates a new response name action.
- StoreMatchedDN - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
-
The action used to set the LdapResult matched Dn.
- StoreMatchedDN() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreMatchedDN
-
Instantiates a new matched dn action.
- StoreMatchingRuleDnAttributes - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to store a matchingRuleAssertion dnAttributes
- StoreMatchingRuleDnAttributes() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchingRuleDnAttributes
-
Instantiates a new StoreMatchingRuleDnAttributes.
- StoreMatchValue - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to store a match value
- StoreMatchValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreMatchValue
-
Instantiates a new store match value action.
- StoreMessageId - Class in org.apache.directory.shared.ldap.codec.actions.ldapMessage
-
The action used to store the LdapMessage MessageID.
- StoreMessageId() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapMessage.StoreMessageId
-
Instantiates a new action.
- StoreModifyDnRequestDeleteOldRdn - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
-
The action used to store the ModifyDnRequest deleteOldRdn flag
- StoreModifyDnRequestDeleteOldRdn() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestDeleteOldRdn
-
Instantiates a new action.
- StoreModifyDnRequestEntryName - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
-
The action used to store the ModifyDnRequest entry name
- StoreModifyDnRequestEntryName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestEntryName
-
Instantiates a new action.
- StoreModifyDnRequestNewRdn - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
-
The action used to store the ModifyDnRequest new RDN
- StoreModifyDnRequestNewRdn() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewRdn
-
Instantiates a new action.
- StoreModifyDnRequestNewSuperior - Class in org.apache.directory.shared.ldap.codec.actions.modifyDnRequest
-
The action used to store the ModifyDnRequest new Superior
- StoreModifyDnRequestNewSuperior() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyDnRequest.StoreModifyDnRequestNewSuperior
-
Instantiates a new action.
- StoreModifyRequestAttributeValue - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
-
The action used to store a Value to an modifyRequest
- StoreModifyRequestAttributeValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestAttributeValue
-
Instantiates a new modify attribute value action.
- StoreModifyRequestObjectName - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
-
The action used to store the ModificationRequest object name
- StoreModifyRequestObjectName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreModifyRequestObjectName
-
Instantiates a new action.
- StoreName - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to store the BindRequest name.
- StoreName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreName
-
Instantiates a new action.
- StoreOperationType - Class in org.apache.directory.shared.ldap.codec.actions.modifyRequest
-
The action used to store the ModificationRequest operation type
- StoreOperationType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.modifyRequest.StoreOperationType
-
Instantiates a new action.
- StoreReference - Class in org.apache.directory.shared.ldap.codec.actions.searchResultReference
-
The action used to store a reference into a searchResultReference
- StoreReference() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultReference.StoreReference
-
Instantiates a new store reference action.
- StoreResponseName - Class in org.apache.directory.shared.ldap.codec.actions.extendedResponse
-
The action used to store a Response Name to an ExtendedResponse
- StoreResponseName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.extendedResponse.StoreResponseName
-
Instantiates a new response name action.
- StoreResultCode - Class in org.apache.directory.shared.ldap.codec.actions.ldapResult
-
The action used to set the LdapResult result code.
- StoreResultCode() - Constructor for class org.apache.directory.shared.ldap.codec.actions.ldapResult.StoreResultCode
-
Instantiates a new result code action.
- StoreSaslCredentials - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to store the BindRequest credentials.
- StoreSaslCredentials() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslCredentials
-
Instantiates a new action.
- StoreSaslMechanism - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to store the BindRequest version MessageID.
- StoreSaslMechanism() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSaslMechanism
-
Instantiates a new action.
- StoreSearchRequestAttributeDesc - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the attribute description
- StoreSearchRequestAttributeDesc() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestAttributeDesc
-
Instantiates a new attribute desc action.
- StoreSearchRequestBaseObject - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the SearchRequest base object
- StoreSearchRequestBaseObject() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestBaseObject
-
Instantiates a new action.
- StoreSearchRequestDerefAlias - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the SearchRequest derefAlias flag
- StoreSearchRequestDerefAlias() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestDerefAlias
-
Instantiates a new action.
- StoreSearchRequestScope - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the SearchRequest scope
- StoreSearchRequestScope() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestScope
-
Instantiates a new action.
- StoreSearchRequestSizeLimit - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the SearchRequest sizeLimit
- StoreSearchRequestSizeLimit() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestSizeLimit
-
Instantiates a new action.
- StoreSearchRequestTimeLimit - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the SearchRequest timeLimit
- StoreSearchRequestTimeLimit() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTimeLimit
-
Instantiates a new action.
- StoreSearchRequestTypesOnly - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store the SearchRequest typesOnly flag
- StoreSearchRequestTypesOnly() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreSearchRequestTypesOnly
-
Instantiates a new action.
- StoreSearchResultAttributeValue - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
-
The action used to store a Value to an search result entry
- StoreSearchResultAttributeValue() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultAttributeValue
-
Instantiates a new search result attribute value action.
- StoreSearchResultEntryObjectName - Class in org.apache.directory.shared.ldap.codec.actions.searchResultEntry
-
The action used to store the SearchResultEntry name
- StoreSearchResultEntryObjectName() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchResultEntry.StoreSearchResultEntryObjectName
-
Instantiates a new action.
- StoreServerSASLCreds - Class in org.apache.directory.shared.ldap.codec.actions.bindResponse
-
The action used to store a SASL credentials :
- StoreServerSASLCreds() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindResponse.StoreServerSASLCreds
-
Instantiates a new server sasl creds action.
- StoreSimpleAuth - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to store the BindRequest simple authentication
- StoreSimpleAuth() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreSimpleAuth
-
Instantiates a new action.
- StoreSubstringFilterType - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest.filter
-
The action used to store the Substring Filter type
- StoreSubstringFilterType() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.filter.StoreSubstringFilterType
-
Instantiates a new action.
- StoreTimeBeforeExpiration - Class in org.apache.directory.shared.ldap.extras.controls.ppolicy
-
The action used to store the TimeBeforeExpiration
- StoreTimeBeforeExpiration() - Constructor for class org.apache.directory.shared.ldap.extras.controls.ppolicy.StoreTimeBeforeExpiration
-
Instantiates a new StoreTimeBeforeExpiration action.
- StoreTypeMatchingRule - Class in org.apache.directory.shared.ldap.codec.actions.searchRequest
-
The action used to store a type matching rule
- StoreTypeMatchingRule() - Constructor for class org.apache.directory.shared.ldap.codec.actions.searchRequest.StoreTypeMatchingRule
-
Instantiates a new store type matching rule action.
- StoreVersion - Class in org.apache.directory.shared.ldap.codec.actions.bindRequest
-
The action used to store the BindRequest version.
- StoreVersion() - Constructor for class org.apache.directory.shared.ldap.codec.actions.bindRequest.StoreVersion
-
Instantiates a new action.
- STREET_ADDRESS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- STREET_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- STREET_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- STRICT - Static variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
Two flags for RELAXED and STRUCT
- STRICT - Static variable in class org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager
-
Two flags for RELAXED and STRICT, this is STRICT
- STRING - Static variable in interface org.apache.directory.shared.ldap.model.entry.Value
-
Two flags used to tell if the value is HR or not in serialization
- string(AntlrDnParser.UpAndNormValue) - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514 Section 3
; The following characters are to be escaped when they appear
; in the value to be encoded: ESC, one of , leading
; SHARP or SPACE, trailing SPACE, and NULL.
- StringComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A comparator for Strings.
- StringComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.StringComparator
-
The StringComparator constructor.
- StringConstants - Interface in org.apache.directory.shared.util
-
Various String constants are kept here.
- Strings - Class in org.apache.directory.shared.util
-
Various string manipulation methods that are more efficient then chaining
string operations: all is done in the same buffer without creating a bunch of
string objects.
- StringValue - Class in org.apache.directory.shared.ldap.model.entry
-
A server side schema aware wrapper around a String attribute value.
- StringValue(String) - Constructor for class org.apache.directory.shared.ldap.model.entry.StringValue
-
Creates a StringValue with an initial wrapped String value.
- StringValue(AttributeType, String) - Constructor for class org.apache.directory.shared.ldap.model.entry.StringValue
-
Creates a schema aware StringValue with an initial wrapped String value.
- stripLineToNChars(String, int) - Static method in class org.apache.directory.shared.ldap.model.ldif.LdifUtils
-
Strips the String every n specified characters
- stripOptions(String) - Static method in class org.apache.directory.shared.ldap.model.schema.SchemaUtils
-
Remove the options from the attributeType, and returns the ID.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.AddNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.BindNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.CompareNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.DeleteNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ExtendedNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyDnNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.ModifyNoDResponse
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.NoticeOfDisconnect
-
The single instance with strongAuthRequired result code.
- STRONGAUTHREQUIRED - Static variable in class org.apache.directory.shared.ldap.model.message.extended.SearchNoDResponse
-
The single instance with strongAuthRequired result code.
- STRUCTURAL - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- STRUCTURAL_OBJECT_CLASS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- STRUCTURAL_OBJECT_CLASS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- STRUCTURAL_VAL - Static variable in enum org.apache.directory.shared.ldap.model.schema.ObjectClassTypeEnum
-
The int constant value for the structural objectClasses
- styleDocument(Document) - Static method in class org.apache.directory.shared.dsmlv2.ParserUtils
-
XML Pretty Printer XSLT Transformation
- SUB_SCHEMA_ADMIN_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUB_SCHEMA_ADMIN_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- Subentries - Interface in org.apache.directory.shared.ldap.model.message.controls
-
A simple Subentries Control.
- SubentriesContainer - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
-
- SubentriesContainer() - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
-
Creates a new SubEntryControlContainer object.
- SubentriesContainer(SubentriesDecorator) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesContainer
-
Creates a new SubEntryControlContainer object, pre-populating it with the
supplied Subentries control, and optionally wrapping it with a decorator
if it is not a decorator instance.
- SubentriesDecorator - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
-
A Subentries Control implementation which wraps and decorates Subentries
Controls to enable them to be encoded and decoded by the codec.
- SubentriesDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
Default constructor
- SubentriesDecorator(LdapApiService, Subentries) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesDecorator
-
Creates a Subentries decorating implementation for use with the codec,
while decorating the supplied Subentries control.
- SubentriesFactory - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
-
- SubentriesFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.codec.controls.search.subentries.SubentriesFactory
-
Creates a new instance of SubentriesFactory.
- SubentriesGrammar - Class in org.apache.directory.shared.ldap.codec.controls.search.subentries
-
This class implements the SubEntryControl.
- SubentriesImpl - Class in org.apache.directory.shared.ldap.model.message.controls
-
A simple Subentries Control implementation.
- SubentriesImpl() - Constructor for class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
-
Default constructor
- SubentriesStates - Enum in org.apache.directory.shared.ldap.codec.controls.search.subentries
-
This class store the SubEntryControl's grammar constants.
- SUBENTRY_ACI_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBENTRY_ACI_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBENTRY_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBORDINATE_COUNT_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBSCHEMA_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBSCHEMA_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBSCHEMA_SUBENTRY_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBSCHEMA_SUBENTRY_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- substr(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- SUBSTR - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- SUBSTRING_ASSERTION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SubstringAssertionSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a SubstringAssertion
according to RFC 4517.
- SubstringAssertionSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubstringAssertionSyntaxChecker
-
Creates an instance of SubstringAssertionSyntaxChecker
- SubstringFilter - Class in org.apache.directory.shared.dsmlv2.request
-
A Object that stores the substring filter.
- SubstringFilter() - Constructor for class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
- SubstringFilter - Class in org.apache.directory.shared.ldap.codec.search
-
A Object that stores the substring filter.
- SubstringFilter(int) - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
The constructor.
- SubstringFilter() - Constructor for class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
The constructor.
- SubstringNode - Class in org.apache.directory.shared.ldap.model.filter
-
Filter expression tree node used to represent a substring assertion.
- SubstringNode(AttributeType, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object with only one wildcard and no internal
any fragments between wildcards.
- SubstringNode(String, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object with only one wildcard and no internal
any fragments between wildcards.
- SubstringNode(AttributeType) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object without any value
- SubstringNode(String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object without any value
- SubstringNode(List<String>, AttributeType, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object more than one wildcard and an any
list.
- SubstringNode(List<String>, String, String, String) - Constructor for class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
Creates a new SubstringNode object more than one wildcard and an any
list.
- SUBSTRINGS_FILTER_ANY_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SUBSTRINGS_FILTER_FINAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SUBSTRINGS_FILTER_INITIAL_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- SUBSTRINGS_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.api.LdapConstants
-
- subtree() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- subtree() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- SUBTREE_SPECIFICATION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBTREE_SPECIFICATION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUBTREE_SPECIFICATION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- subtreeSpecification() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- subtreeSpecification() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- subtreeSpecification() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- SubtreeSpecification - Interface in org.apache.directory.shared.ldap.model.subtree
-
RFC 3672 defined a
subtree specification to be included within subentries.
- SubtreeSpecificationChecker - Class in org.apache.directory.shared.ldap.model.subtree
-
A reusable wrapper around the antlr generated parser for an LDAP subtree
specification as defined by
RFC 3672.
- SubtreeSpecificationChecker(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationChecker
-
Creates a normalizing subtree specification parser.
- subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationChecker
-
- subtreeSpecificationComponent() - Method in class org.apache.directory.shared.ldap.model.subtree.AntlrSubtreeSpecificationParser
-
- SubtreeSpecificationModifier - Class in org.apache.directory.shared.ldap.model.subtree
-
SubtreeSpecification contains no setters so they must be built by a
modifiable object containing all the necessary parameters to build the base
object.
- SubtreeSpecificationModifier() - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationModifier
-
- SubtreeSpecificationParser - Class in org.apache.directory.shared.ldap.model.subtree
-
A reusable wrapper around the antlr generated parser for an LDAP subtree
specification as defined by
RFC 3672.
- SubtreeSpecificationParser(SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationParser
-
Creates a subtree specification parser.
- SubtreeSpecificationParser(NormalizerMappingResolver, SchemaManager) - Constructor for class org.apache.directory.shared.ldap.model.subtree.SubtreeSpecificationParser
-
Creates a normalizing subtree specification parser.
- subtreeSpecifications - Variable in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
-
The subtree specifications.
- SubtreeSpecificationSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a subtree specification.
- SubtreeSpecificationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SubtreeSpecificationSyntaxChecker
-
Creates an instance of SubtreeSpecificationSyntaxChecker
- SUP - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- SUP_DIT_STRUCTURE_RULE_MATCH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUP_DIT_STRUCTURE_RULE_MATCH_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- superior(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- SUPERIOR - Static variable in class org.apache.directory.shared.ldap.model.name.Rdn
-
Constant used in comparisons
- SUPPLIER_AND_CONSUMER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPLIER_INFORMATION_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPLIER_OR_CONSUMER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SupplierAndConsumerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a supplier and consummer according to RFC 2252.
- SupplierAndConsumerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierAndConsumerSyntaxChecker
-
Creates an instance of SupplierAndConsumerSyntaxChecker
- SupplierInformationSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a supplier information according to RFC 2252.
- SupplierInformationSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierInformationSyntaxChecker
-
Creates an instance of SupplierInformationSyntaxChecker
- SupplierOrConsumerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a supplier or consummer according to RFC 2252.
- SupplierOrConsumerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupplierOrConsumerSyntaxChecker
-
Creates a new instance of SupplierOrConsumerSyntaxChecker.
- SUPPORTED_ALGORITHM_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_CONTROL_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_CONTROL_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_EXTENSION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_EXTENSION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_FEATURES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_FEATURES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_LDAP_VERSION_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_LDAP_VERSION_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_SASL_MECHANISMS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SUPPORTED_SASL_MECHANISMS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SupportedAlgorithmSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a SupportedAlgorithm according to RFC 2252.
- SupportedAlgorithmSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
-
Creates a new instance of SupportedAlgorithmSyntaxChecker.
- SupportedSaslMechanisms - Class in org.apache.directory.shared.ldap.model.constants
-
Contains constants used for populating the supportedSASLMechanisms
in the RootDSE.
- SURNAME_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- sutf1() - Method in class org.apache.directory.shared.ldap.model.name.AntlrDnParser
-
RFC 4514, Section 3:
SUTF1 = %x01-21 / %x23-2A / %x2D-3A /
%x3D / %x3F-5B / %x5D-7F
The rule LUTF1_REST doesn't contain the following charcters,
so we must check them additionally
EQUALS (0x3D)
HYPHEN (0x2D)
DIGIT (0x30-0x39)
ALPHA (0x41-0x5A and 0x61-0x7A)
SHARP
SPACE
- SyncDoneValue - Interface in org.apache.directory.shared.ldap.extras.controls
-
A syncDoneValue object as described in rfc4533 :
- SyncDoneValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
ASN.1 container for SyncDoneValueControl.
- SyncDoneValueContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
-
Creates a new SyncDoneValueControlContainer object.
- SyncDoneValueContainer(LdapApiService, SyncDoneValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueContainer
-
Creates a new SyncDoneValueControlContainer object.
- SyncDoneValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A syncDoneValue object as described in rfc4533.
- SyncDoneValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
-
Creates a new instance of SyncDoneValueControlCodec.
- SyncDoneValueDecorator(LdapApiService, SyncDoneValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueDecorator
-
Creates a new instance of SyncDoneValueDecorator.
- SyncDoneValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
- SyncDoneValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
-
Creates a new instance of SyncDoneValueFactory.
- SyncDoneValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
Implementation of SyncDoneValueControl.
- SyncDoneValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
-
A simple
SyncDoneValue
implementation to store control properties.
- SyncDoneValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
-
Creates a new instance of SyncDoneValueImpl.
- SyncDoneValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
-
Creates a new instance of SyncDoneValueImpl.
- SyncDoneValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
ASN.1 grammer constants of SyncDoneValueControl.
- SynchronizationInfoEnum - Enum in org.apache.directory.shared.ldap.extras.controls
-
This class describes the four possible Info values :
newcookie
refreshDelete
refreshpresent
syncIdSet
- SynchronizationModeEnum - Enum in org.apache.directory.shared.ldap.extras.controls
-
This class describes the four possible synchronization mode, out of
which only two are presently valid :
syncRequestValue ::= SEQUENCE {
mode ENUMERATED {
-- 0 unused
refreshOnly (1),
-- 2 reserved
refreshAndPersist (3)
...
- SynchronizedLRUMap - Class in org.apache.directory.shared.util
-
An implementation of a Map which has a maximum size and uses a Least Recently
Used algorithm to remove items from the Map when the maximum size is reached
and new items are added.
- SynchronizedLRUMap() - Constructor for class org.apache.directory.shared.util.SynchronizedLRUMap
-
Default constructor, primarily for the purpose of de-externalization.
- SynchronizedLRUMap(int) - Constructor for class org.apache.directory.shared.util.SynchronizedLRUMap
-
Create a new LRUMap with a maximum capacity of i.
- SyncInfoValue - Interface in org.apache.directory.shared.ldap.extras.controls
-
A syncInfoValue object, as defined in RFC 4533 ;
- SyncInfoValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A container for the SyncInfoValue control
- SyncInfoValueContainer(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
-
Creates a new SyncInfoValueControlContainer object.
- SyncInfoValueContainer(LdapApiService, SyncInfoValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueContainer
-
Creates a new SyncInfoValueControlContainer object.
- SyncInfoValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A syncInfoValue object, as defined in RFC 4533
- SyncInfoValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
The constructor for this codec.
- SyncInfoValueDecorator(LdapApiService, SyncInfoValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
The constructor for this codec.
- SyncInfoValueDecorator(LdapApiService, SynchronizationInfoEnum) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueDecorator
-
The constructor for this codec.
- SyncInfoValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
- SyncInfoValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory
-
Creates a new instance of SyncInfoValueFactory.
- SyncInfoValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
This class implements the SyncInfoValueControl.
- SyncInfoValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
-
A simple
SyncInfoValue
implementation to store control properties.
- SyncInfoValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
-
Creates a new instance of SyncInfoValueImpl.
- SyncInfoValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
-
Creates a new instance of SyncInfoValueImpl.
- SyncInfoValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
This class store the SyncInfoValueControl's grammar constants.
- SyncInfoValueTags - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
An enumeration to store the tags used to encode and decode the syncInfoValue control.
- SyncModifyDnType - Enum in org.apache.directory.shared.ldap.extras.controls
-
The type of MODDN modification.
- SyncRequestValue - Interface in org.apache.directory.shared.ldap.extras.controls
-
A syncRequestValue object, as defined in RFC 4533
- SyncRequestValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A container for the SyncRequestValue control
- SyncRequestValueContainer() - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
-
Creates a new SyncRequestValueControlContainer object.
- SyncRequestValueContainer(SyncRequestValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueContainer
-
Creates a new SyncRequestValueControlContainer object.
- SyncRequestValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A syncRequestValue object, as defined in RFC 4533
- SyncRequestValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
-
- SyncRequestValueDecorator(LdapApiService, SyncRequestValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueDecorator
-
- SyncRequestValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
- SyncRequestValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory
-
Creates a new instance of SyncRequestValueFactory.
- SyncRequestValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
This class implements the SyncRequestValueControl.
- SyncRequestValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
-
A syncRequestValue object, as defined in RFC 4533 :
- SyncRequestValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
-
Creates a new instance of SyncRequestValueImpl.
- SyncRequestValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
-
Creates a new instance of SyncRequestValueImpl.
- SyncRequestValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
This class store the SyncRequestValueControl's grammar constants.
- SyncStateTypeEnum - Enum in org.apache.directory.shared.ldap.extras.controls
-
This class describes the four types of states part of the syncStateValue as described in rfc4533.
- SyncStateValue - Interface in org.apache.directory.shared.ldap.extras.controls
-
A syncStateValue object, as defined in RFC 4533 :
- SyncStateValueContainer - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A container for the SyncStateValue control
- SyncStateValueContainer() - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
-
Creates a new SyncStateValueControlContainer object.
- SyncStateValueContainer(SyncStateValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueContainer
-
Creates a new SyncStateValueControlContainer object.
- SyncStateValueDecorator - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
A syncStateValue object, as defined in RFC 4533
- SyncStateValueDecorator(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
- SyncStateValueDecorator(LdapApiService, SyncStateValue) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueDecorator
-
- SyncStateValueFactory - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
- SyncStateValueFactory(LdapApiService) - Constructor for class org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
-
Creates a new instance of SyncStateValueFactory.
- SyncStateValueGrammar - Class in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
This class implements the SyncStateValueControl.
- SyncStateValueImpl - Class in org.apache.directory.shared.ldap.extras.controls
-
A simple SyncStateValue
Control
implementation.
- SyncStateValueImpl() - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
-
SyncStateValueImpl
Creates a new instance of SyncDoneValueImpl.
- SyncStateValueImpl(boolean) - Constructor for class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
-
Creates a new instance of SyncStateValueImpl.
- SyncStateValueStatesEnum - Enum in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
-
This class store the SyncStateValueControl's grammar constants.
- syntax(AttributeTypeHolder) - Method in class org.apache.directory.shared.converter.schema.antlrSchemaConverterParser
-
- SYNTAX - Static variable in interface org.apache.directory.shared.converter.schema.antlrSchemaTokenTypes
-
- SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX - Static variable in interface org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaTokenTypes
-
- SYNTAX_CHECKER - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX_CHECKER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX_CHECKER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX_CHECKER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- SYNTAX_CHECKERS_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- syntaxChecker - Variable in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
-
The associated SyntaxChecker
- SyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema
-
Used to validate values of a particular syntax.
- SyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
-
The SyntaxChecker base constructor
- SyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
-
The SyntaxChecker default constructor where the oid is set after
instantiation.
- SyntaxCheckerDescription - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
An ApacheDS specific schema description for a SyntaxChecker.
- SyntaxCheckerDescription(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescription
-
Default constructor for a SyntaxCheckerDecription
- syntaxCheckerDescription() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxes.AntlrSchemaParser
-
Production for syntax checker descriptions.
- SyntaxCheckerDescriptionSchemaParser - Class in org.apache.directory.shared.ldap.model.schema.parsers
-
A parser for ApacheDS syntax checker descriptions.
- SyntaxCheckerDescriptionSchemaParser() - Constructor for class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescriptionSchemaParser
-
Creates a schema parser instance.
- syntaxCheckerRegistry - Variable in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
The SyntaxChecker registry
- SyntaxCheckerRegistry - Interface in org.apache.directory.shared.ldap.model.schema.registries
-
SyntaxChecker registry component's service interface.
- SyntaxCheckerSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker for the SyntaxChecker schema element
- SyntaxCheckerSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.SyntaxCheckerSyntaxChecker
-
Creates a new instance of SyntaxCheckerSyntaxChecker.
- SYNTAXES_PATH - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- syntaxesMatch(LdapSyntax, LdapSyntax) - Static method in class org.apache.directory.shared.ldap.model.schema.parsers.ParserDescriptionUtils
-
Checks to see if two syntax match exactly.
- Tag - Class in org.apache.directory.shared.dsmlv2
-
This class represents a XML tag.
- Tag(String, int) - Constructor for class org.apache.directory.shared.dsmlv2.Tag
-
Creates a new instance of Tag.
- TELEPHONE_NUMBER_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TELEPHONE_NUMBER_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TELEPHONE_NUMBER_SUBSTRINGS_MATCH_MR_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TELEPHONE_NUMBER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TelephoneNumberComparator - Class in org.apache.directory.shared.ldap.model.schema.comparators
-
A comparator for TelephoneNumber.
- TelephoneNumberComparator(String) - Constructor for class org.apache.directory.shared.ldap.model.schema.comparators.TelephoneNumberComparator
-
The TelephoneNumberComparator constructor.
- TelephoneNumberNormalizer - Class in org.apache.directory.shared.ldap.model.schema.normalizers
-
Normalize Telephone Number Strings
- TelephoneNumberNormalizer() - Constructor for class org.apache.directory.shared.ldap.model.schema.normalizers.TelephoneNumberNormalizer
-
Creates a new instance of TelephoneNumberNormalizer.
- TelephoneNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a TelephoneNumber according to ITU
recommendation E.123 (which is quite vague ...).
- TelephoneNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelephoneNumberSyntaxChecker
-
Creates a new instance of TelephoneNumberSyntaxChecker.
- TELETEX_TERMINAL_IDENTIFIER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TeletexTerminalIdentifierSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a TeletexTerminalIdentifier according to
RFC 4517 :
teletex-id = ttx-term *(DOLLAR ttx-param)
ttx-term = PrintableString ; terminal identifier
ttx-param = ttx-key COLON ttx-value ; parameter
ttx-key = "graphic" | "control" | "misc" | "page" | "private"
ttx-value = *ttx-value-octet
ttx-value-octet = %x00-23 | (%x5C "24") | %x25-5B | (%x5C "5C") | %x5D-FF
- TeletexTerminalIdentifierSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TeletexTerminalIdentifierSyntaxChecker
-
Creates a new instance of TeletexTerminalIdentifier.
- TELEX_NUMBER_SYNTAX - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TelexNumberSyntaxChecker - Class in org.apache.directory.shared.ldap.model.schema.syntaxCheckers
-
A SyntaxChecker which verifies that a value is a Telex Number according to
RFC 4517 :
telex-number = actual-number DOLLAR country-code DOLLAR answerback
actual-number = PrintableString
country-code = PrintableString
answerback = PrintableString
- TelexNumberSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.TelexNumberSyntaxChecker
-
Creates a new instance of TelexNumberSyntaxChecker.
- theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- theACIItem() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- theCompositeRuleForCallAndSPNameAndSPOptionList() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- THIS_ENTRY - Static variable in class org.apache.directory.shared.ldap.aci.UserClass
-
The user with the same distinguished name as the entry being accessed, or
if the entry is a member of a family, then additionally the user with the
distinguished name of the ancestor.
- thisEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemChecker
-
- thisEntry() - Method in class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
-
- timeOffline - Variable in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulAction
-
offline Time after disconnection
- TLV - Class in org.apache.directory.shared.asn1.ber.tlv
-
This class is used to store Tag, Length and Value decoded from a PDU.
- TLV(int) - Constructor for class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Creates a new TLV object.
- TLVBerDecoderMBean - Interface in org.apache.directory.shared.asn1.ber.tlv
-
A MBean used to get stats on the decoding process.
- TLVStateEnum - Enum in org.apache.directory.shared.asn1.ber.tlv
-
Stores the different states of a PDU parsing.
- TO_LOWER_CASE - Static variable in class org.apache.directory.shared.util.Strings
-
- toApiAttribute(Attribute) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
Convert a JNDI Attribute to an LDAP API Attribute
- toAttributes(Entry) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
- toByteArray(String) - Static method in class org.apache.directory.shared.util.Strings
-
Get byte array from hex string
- toCaseInsensitive(Attributes) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
Check if the attributes is a BasicAttributes, and if so, switch
the case sensitivity to false to avoid tricky problems in the server.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.DsmlControl
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in interface org.apache.directory.shared.dsmlv2.DsmlDecorator
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.AbstractResultResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.AddResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml() - Method in class org.apache.directory.shared.dsmlv2.reponse.BatchResponseDsml
-
Converts this Batch Response to its XML representation in the DSMLv2 format.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.BindResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.CompareResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ErrorResponse
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ExtendedResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.LdapResultDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ModDNResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.ModifyResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResponseDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultDoneDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultEntryDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.reponse.SearchResultReferenceDsml
-
Converts the request/reponse to its XML representation in the DSMLv2 format
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AbandonRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AbstractResultResponseRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.AddRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
-
Converts this Batch Request to its XML representation in the DSMLv2 format.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.BindRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.CompareRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.DelRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.ModifyRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toDsml(Element) - Method in class org.apache.directory.shared.dsmlv2.request.SearchRequestDsml
-
Creates the Request Element and adds RequestID and Controls.
- toEntry(Attributes, Dn) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
Convert a BasicAttributes or a AttributesImpl to an Entry
- toGeneralizedTime() - Method in class org.apache.directory.shared.util.GeneralizedTime
-
Returns the string representation of this generalized time.
- toGeneralizedTime(GeneralizedTime.Format, GeneralizedTime.FractionDelimiter, int, GeneralizedTime.TimeZoneFormat) - Method in class org.apache.directory.shared.util.GeneralizedTime
-
Returns the string representation of this generalized time.
- toHexString(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Gets a hex string from byte array.
- toJndi(ExtendedResponse) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- toJndi(ExtendedRequest<?>) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
- toJndi(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
- toJndi(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
- toJndi(ExtendedResponse) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
- toJndi(ExtendedRequest<?>) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
- toJndiAttribute(Attribute) - Static method in class org.apache.directory.shared.ldap.model.entry.AttributeUtils
-
- toJndiControl(Control) - Method in interface org.apache.directory.shared.ldap.codec.api.LdapApiService
-
Creates a JNDI control from the ldap model's control.
- toJndiControl(Control) - Method in class org.apache.directory.shared.ldap.codec.osgi.DefaultLdapCodecService
-
Creates a JNDI control from the ldap model's control.
- toJndiControl(Control) - Method in class org.apache.directory.shared.ldap.codec.standalone.StandaloneLdapApiService
-
Creates a JNDI control from the ldap model's control.
- toJndiControl(LdapApiService, Control) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
-
- toJndiControls(LdapApiService, Control...) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
-
- toLdif(String) - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
Convert this attributeType to a Ldif string
- toLdif(String) - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
Convert this objectClass to a Ldif string
- toLdif(String) - Method in interface org.apache.directory.shared.converter.schema.SchemaElement
-
Generate a String representation of this schemaElement, formated
as a ldif string
- toLowerCase(String) - Static method in class org.apache.directory.shared.util.Strings
-
Rewrote the toLowercase method to improve performances.
- toMicroOperations(Collection<GrantAndDenial>) - Static method in class org.apache.directory.shared.ldap.aci.ACIItem
-
- toName(Dn) - Static method in class org.apache.directory.shared.ldap.util.JndiUtils
-
- TooComplexException - Exception in org.apache.directory.shared.ldap.model.name
-
This exception is used to signal, that the complex parser should be used.
- TooComplexException() - Constructor for exception org.apache.directory.shared.ldap.model.name.TooComplexException
-
- TooComplexException(String) - Constructor for exception org.apache.directory.shared.ldap.model.name.TooComplexException
-
- TOP_OC - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TOP_OC_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- toSearchParams(SearchControls, AliasDerefMode) - Static method in class org.apache.directory.shared.ldap.model.message.SearchParams
-
- toString() - Method in class org.apache.directory.ldap.client.api.future.AddFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.BindFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.CompareFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.DeleteFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.ModifyDnFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.ModifyFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.ResponseFuture
- toString() - Method in class org.apache.directory.ldap.client.api.future.SearchFuture
- toString() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
-
Print the action's name
- toString() - Method in class org.apache.directory.shared.asn1.ber.grammar.GrammarTransition
-
- toString() - Method in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
Get a String representation of the TLV
- toString() - Method in class org.apache.directory.shared.asn1.ber.tlv.Value
-
Return a string representing the Value
- toString() - Method in class org.apache.directory.shared.asn1.util.BitString
-
Return a native String representation of the BitString.
- toString() - Method in class org.apache.directory.shared.asn1.util.Oid
-
Get the Oid as a String
- toString() - Method in class org.apache.directory.shared.converter.schema.AttributeTypeHolder
-
- toString() - Method in class org.apache.directory.shared.converter.schema.ObjectClassHolder
-
- toString() - Method in class org.apache.directory.shared.dsmlv2.GrammarAction
-
Print the action's name
- toString(int, Enum<Dsmlv2StatesEnum>) - Method in class org.apache.directory.shared.dsmlv2.GrammarTransition
-
Returns a representation of the transition as a string
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.AndFilter
-
Return a string compliant with RFC 2254 representing an AND filter
- toString(String) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Get a String representation of an AttributeValueAssertion
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Get a String representation of an AttributeValueAssertion
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertionFilter
-
Return a string compliant with RFC 2254 representing an item filter
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.BatchRequestDsml
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.ConnectorFilter
-
Return a string compliant with RFC 2254 representing a composite filter,
one of AND, OR and NOT
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.ExtensibleMatchFilter
-
Return a String representing an extended filter as of RFC 2254
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.NotFilter
-
Return a string compliant with RFC 2254 representing a NOT filter
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.OrFilter
-
Return a string compliant with RFC 2254 representing an OR filter
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.PresentFilter
-
Return a string compliant with RFC 2254 representing a Present filter
- toString() - Method in class org.apache.directory.shared.dsmlv2.request.SubstringFilter
-
Return a string compliant with RFC 2254 representing a Substring filter
- toString() - Method in class org.apache.directory.shared.dsmlv2.Tag
-
- toString() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.ACITuple
- toString() - Method in enum org.apache.directory.shared.ldap.aci.GrantAndDenial
- toString() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.ItemPermission
- toString() - Method in enum org.apache.directory.shared.ldap.aci.MicroOperation
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AbstractAttributeTypeProtectedItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AllAttributeValuesItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesAndValuesItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AllUserAttributeTypesItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeTypeItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.AttributeValueItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.ClassesItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.EntryItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxImmSubItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountElem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.MaxValueCountItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RangeOfValuesItem
-
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByElem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.RestrictedByItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.protectedItem.SelfValueItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.AllUsers
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Name
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.ParentOfEntry
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.Subtree
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.ThisEntry
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserClass.UserGroup
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
- toString() - Method in class org.apache.directory.shared.ldap.aci.UserPermission
- toString() - Method in class org.apache.directory.shared.ldap.codec.api.ControlDecorator
-
Return a String representing a Control
- toString() - Method in class org.apache.directory.shared.ldap.codec.api.MessageDecorator
-
Delegates to the toString() method of the decorated Message.
- toString(String) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Get a String representation of an AttributeValueAssertion
- toString() - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Get a String representation of an AttributeValueAssertion
- toString() - Method in class org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator
-
Return a String representing this PagedSearchControl.
- toString() - Method in class org.apache.directory.shared.ldap.codec.decorators.LdapResultDecorator
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.AndFilter
-
Return a string compliant with RFC 2254 representing an AND filter
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.AttributeValueAssertionFilter
-
Return a string compliant with RFC 2254 representing an item filter
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.ConnectorFilter
-
Return a string compliant with RFC 2254 representing a composite filter,
one of AND, OR and NOT
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
-
Return a String representing an extended filter as of RFC 2254
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.NotFilter
-
Return a string compliant with RFC 2254 representing a NOT filter
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.OrFilter
-
Return a string compliant with RFC 2254 representing an OR filter
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.PresentFilter
-
Return a string compliant with RFC 2254 representing a Present filter
- toString() - Method in class org.apache.directory.shared.ldap.codec.search.SubstringFilter
-
Return a string compliant with RFC 2254 representing a Substring filter
- toString() - Method in class org.apache.directory.shared.ldap.extras.controls.ppolicy.PasswordPolicyDecorator
-
- toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncDoneValueImpl
-
- toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncInfoValueImpl
-
- toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncRequestValueImpl
-
- toString() - Method in class org.apache.directory.shared.ldap.extras.controls.SyncStateValueImpl
-
- toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.cancel.Cancel
-
Return a string representation of the cancel
- toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnect
-
Return a string representation of the graceful disconnect
- toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdown
-
Return a string representation of the graceful shutdown
- toString() - Method in class org.apache.directory.shared.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureRequestDecorator
-
Returns the StoredProcedure string
- toString() - Method in class org.apache.directory.shared.ldap.extras.extended.CertGenerationRequestImpl
-
- toString() - Method in enum org.apache.directory.shared.ldap.model.constants.AuthenticationLevel
- toString() - Method in class org.apache.directory.shared.ldap.model.csn.Csn
-
- toString() - Method in class org.apache.directory.shared.ldap.model.cursor.Tuple
- toString() - Method in class org.apache.directory.shared.ldap.model.entry.BinaryValue
-
Dumps binary in hex with label.
- toString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultAttribute
-
- toString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultEntry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.entry.DefaultModification
-
- toString() - Method in class org.apache.directory.shared.ldap.model.entry.ImmutableEntry
-
- toString() - Method in enum org.apache.directory.shared.ldap.model.entry.ModificationOperation
-
- toString() - Method in class org.apache.directory.shared.ldap.model.entry.StringValue
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.AbstractExprNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.AndNode
-
Gets the recursive prefix string represent of the filter from this node
down.
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.ApproximateNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.AssertionNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.EqualityNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.ExtensibleNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.GreaterEqNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.LessEqNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.NotNode
-
Gets the recursive prefix string represent of the filter from this node
down.
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.OrNode
-
Gets the recursive prefix string represent of the filter from this node
down.
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.PresenceNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.ScopeNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.SubstringNode
-
- toString() - Method in class org.apache.directory.shared.ldap.model.filter.UndefinedNode
- toString() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifControl
- toString() - Method in class org.apache.directory.shared.ldap.model.ldif.LdifEntry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.message.AbandonRequestImpl
-
Return a String representing an AbandonRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.message.AbstractExtendedRequest
-
Get a String representation of an Extended Request
- toString(String) - Method in class org.apache.directory.shared.ldap.model.message.AbstractMessage
-
Get a String representation of a LdapMessage
- toString() - Method in class org.apache.directory.shared.ldap.model.message.AbstractResultResponse
-
Get a String representation of an Response
- toString() - Method in class org.apache.directory.shared.ldap.model.message.AddRequestImpl
-
- toString() - Method in class org.apache.directory.shared.ldap.model.message.AddResponseImpl
-
Get a String representation of an AddResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.BindRequestImpl
-
Get a String representation of a BindRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.message.BindResponseImpl
-
Get a String representation of a BindResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.CompareRequestImpl
-
Get a String representation of a Compare Request
- toString() - Method in class org.apache.directory.shared.ldap.model.message.CompareResponseImpl
-
Get a String representation of an CompareResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.AbstractControl
-
Return a String representing a Control
- toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.EntryChangeImpl
-
Return a String representing this EntryChangeControl.
- toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.PagedResultsImpl
-
Return a String representing this PagedSearchControl.
- toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.PersistentSearchImpl
-
Return a String representing this PSearchControl.
- toString() - Method in class org.apache.directory.shared.ldap.model.message.controls.SubentriesImpl
-
Return a String representing this EntryChangeControl.
- toString() - Method in class org.apache.directory.shared.ldap.model.message.DeleteRequestImpl
-
Return a String representing a DelRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.message.DeleteResponseImpl
-
Get a String representation of a DelResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedRequestImpl
-
Get a String representation of an Extended Request
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ExtendedResponseImpl
-
Get a String representation of an ExtendedResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.IntermediateResponseImpl
-
Get a String representation of an IntermediateResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.LdapResultImpl
-
Get a String representation of a LdapResult
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnRequestImpl
-
Get a String representation of a ModifyDNRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyDnResponseImpl
-
Get a String representation of a ModifyDNResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyRequestImpl
-
Get a String representation of a ModifyRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ModifyResponseImpl
-
Get a String representation of a ModifyResponse
- toString() - Method in class org.apache.directory.shared.ldap.model.message.ReferralImpl
-
Get a String representation of a Referral
- toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchParams
- toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchRequestImpl
-
Return a string the represent a SearchRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultDoneImpl
-
Get a String representation of a SearchResultDone
- toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultEntryImpl
-
Return a string representation of a SearchResultEntry request
- toString() - Method in class org.apache.directory.shared.ldap.model.message.SearchResultReferenceImpl
-
Returns the Search Result Reference string
- toString() - Method in enum org.apache.directory.shared.ldap.model.message.SearchScope
- toString() - Method in class org.apache.directory.shared.ldap.model.message.UnbindRequestImpl
-
Get a String representation of a UnBindRequest
- toString() - Method in class org.apache.directory.shared.ldap.model.name.Ava
-
A String representation of an Ava, as provided by the user.
- toString() - Method in class org.apache.directory.shared.ldap.model.name.Dn
-
Return the user provided Dn as a String.
- toString() - Method in class org.apache.directory.shared.ldap.model.name.Rdn
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeType
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.AttributeTypeOptions
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.DITContentRule
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.DITStructureRule
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.LdapComparator
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.LdapSyntax
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRule
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.MatchingRuleUse
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.NameForm
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.Normalizer
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.OidNormalizer
-
Return a String representation of this class
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.normalizers.RegexNormalizer
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.ObjectClass
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.LdapComparatorDescription
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.NormalizerDescription
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.parsers.SyntaxCheckerDescription
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultComparatorRegistry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultNormalizerRegistry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchema
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.DefaultSyntaxCheckerRegistry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.ImmutableAttributeTypeRegistry
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.OidRegistry
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.registries.Registries
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.SchemaObjectWrapper
-
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.SyntaxChecker
- toString() - Method in class org.apache.directory.shared.ldap.model.schema.syntaxCheckers.OpenLdapObjectIdentifierMacro
-
- toString() - Method in class org.apache.directory.shared.ldap.model.subtree.AndRefinement
-
- toString(StringBuilder) - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
Converts this item into its string representation as stored
in directory.
- toString() - Method in class org.apache.directory.shared.ldap.model.subtree.BaseSubtreeSpecification
-
- toString() - Method in class org.apache.directory.shared.ldap.model.subtree.ItemRefinement
-
- toString() - Method in class org.apache.directory.shared.ldap.model.subtree.NotRefinement
-
- toString() - Method in class org.apache.directory.shared.ldap.model.subtree.OrRefinement
-
- toString(StringBuilder) - Method in interface org.apache.directory.shared.ldap.model.subtree.SubtreeSpecification
-
Converts this item into its string representation as stored
in directory.
- toString() - Method in class org.apache.directory.shared.ldap.model.url.LdapUrl
-
Get a string representation of a LdapUrl.
- toString() - Method in class org.apache.directory.shared.ldap.trigger.ActionTime
- toString() - Method in enum org.apache.directory.shared.ldap.trigger.LdapOperation
-
- toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureLanguageSchemeOption
- toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter.Generic_LDAP_CONTEXT
-
- toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureParameter
-
- toString() - Method in class org.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
- toString() - Method in class org.apache.directory.shared.ldap.util.tree.DnNode
- toString() - Method in class org.apache.directory.shared.util.GeneralizedTime
-
- toString() - Method in class org.apache.directory.shared.util.Position
-
- toString() - Method in class org.apache.directory.shared.util.SequencedHashMap
-
Provides a string representation of the entries within the map.
- toStringRFC2254(int) - Method in class org.apache.directory.shared.dsmlv2.request.AttributeValueAssertion
-
Get a String representation of an AttributeValueAssertion, as of RFC
2254.
- toStringRFC2254(int) - Method in class org.apache.directory.shared.ldap.codec.AttributeValueAssertion
-
Get a String representation of an AttributeValueAssertion, as of RFC
2254.
- toTuples() - Method in class org.apache.directory.shared.ldap.aci.ACIItem
-
Converts this item into a collection of
ACITuple
s.
- toTuples() - Method in class org.apache.directory.shared.ldap.aci.ItemFirstACIItem
-
Transform this protected Item and permissions to a set of Tuples
- toTuples() - Method in class org.apache.directory.shared.ldap.aci.UserFirstACIItem
-
Converts this item into a collection of
ACITuple
s.
- toUpperCase(String) - Static method in class org.apache.directory.shared.util.Strings
-
Rewrote the toLowercase method to improve performances.
- TRACE_KEY - Static variable in class org.apache.directory.shared.ldap.model.schema.parsers.ConsoleParserMonitor
-
- transform(List<Schema>) - Static method in class org.apache.directory.shared.converter.schema.SchemaToLdif
-
This method takes a list of schema and transform them to Ldif files
- transitions - Variable in class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
-
Table of transitions.
- transitions - Variable in class org.apache.directory.shared.dsmlv2.AbstractGrammar
-
Table of transitions.
- TRIGGER_EXECUTION_INNER_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TRIGGER_EXECUTION_INNER_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TRIGGER_EXECUTION_SPECIFIC_AREA - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TRIGGER_EXECUTION_SPECIFIC_AREA_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TRIGGER_EXECUTION_SPECIFIC_AREA_VALUE - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- TRIGGER_EXECUTION_SUBENTRIES_AT - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TRIGGER_EXECUTION_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.shared.ldap.model.constants.SchemaConstants
-
- TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.shared.ldap.trigger.TriggerUtils
-
- triggerSpecification() - Method in class org.apache.directory.shared.ldap.trigger.AntlrTriggerSpecificationParser
-
- TriggerSpecification - Class in org.apache.directory.shared.ldap.trigger
-
The Trigger Specification Bean.
- TriggerSpecification(LdapOperation, ActionTime, List<TriggerSpecification.SPSpec>) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecification
-
Instantiates a new trigger specification.
- TriggerSpecification.SPSpec - Class in org.apache.directory.shared.ldap.trigger
-
The stored procedure spec bean.
- TriggerSpecification.SPSpec(String, List<StoredProcedureOption>, List<StoredProcedureParameter>) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecification.SPSpec
-
Instantiates a new stored procedure spec.
- TriggerSpecificationParser - Class in org.apache.directory.shared.ldap.trigger
-
A reusable wrapper around the ANTLR generated parser for a
TriggerSpecification.
- TriggerSpecificationParser() - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
-
Creates a TriggerSpecification parser.
- TriggerSpecificationParser(NormalizerMappingResolver) - Constructor for class org.apache.directory.shared.ldap.trigger.TriggerSpecificationParser
-
Creates a normalizing TriggerSpecification parser.
- TriggerUtils - Class in org.apache.directory.shared.ldap.trigger
-
A utility class for working with Triggers Execution Administrative Points
Trigger Execution Subentries and Trigger Specifications.
- trim(String) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from both start and ends of this String,
handling null
by returning null
.
- trim(byte[]) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from both start and ends of this bytes
array, handling null
by returning null
.
- trimConsecutiveToOne(String, char) - Static method in class org.apache.directory.shared.util.Strings
-
Trims several consecutive characters into one.
- trimLeft(String) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from start of this String, handling
null
by returning null
.
- trimLeft(char[], int) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from start of this array, handling
null
by returning null
.
- trimLeft(String, Position) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from a position in this array, handling
null
by returning null
.
- trimLeft(byte[], Position) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from a position in this array, handling
null
by returning null
.
- trimLeft(byte[], int) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from start of this array, handling
null
by returning null
.
- trimRight(String) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from end of this String, handling
null
by returning null
.
- trimRight(String, int) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from end of this String, handling
null
by returning null
.
- trimRight(char[], int) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from end of this array, handling
null
by returning null
.
- trimRight(String, Position) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from end of this string, handling
null
by returning null
.
- trimRight(byte[], Position) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from end of this string, handling
null
by returning null
.
- trimRight(byte[], int) - Static method in class org.apache.directory.shared.util.Strings
-
Removes spaces (char <= 32) from end of this array, handling
null
by returning null
.
- TRUE_VALUE - Static variable in class org.apache.directory.shared.asn1.ber.tlv.Value
-
The encoded byte for a TRUE value
- Tuple<K,V> - Class in org.apache.directory.shared.ldap.model.cursor
-
A key/value tuple for simple two column persistent Tables with sorted keys.
- Tuple() - Constructor for class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Do nothing default that has a null key and null value.
- Tuple(K, V) - Constructor for class org.apache.directory.shared.ldap.model.cursor.Tuple
-
Creates a Tuple using a key and a value.
- TupleCursor<K,V> - Interface in org.apache.directory.shared.ldap.model.cursor
-
A Cursor introducing new advance methods designed to reduce some
inefficiencies encountered when scanning over Tuples.
- TupleRenderer - Interface in org.apache.directory.shared.ldap.model.cursor
-
A table key/value String renderer for the display or logging of
human readable potentially binary data.
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AbandonRequest
-
Ldap abandon request type code
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AddRequest
-
LDAPv3 add request type enum code
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.AddResponse
-
Add response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.BindRequest
-
Bind request message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.BindResponse
-
Bind response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.CompareRequest
-
Compare request message type enum code
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.CompareResponse
-
Compare response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.DeleteRequest
-
Delete request message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.DeleteResponse
-
Delete response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ExtendedRequest
-
Extended request message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ExtendedResponse
-
Extended response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.IntermediateResponse
-
Intermediate response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyDnRequest
-
Modify Dn request message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyDnResponse
-
Modify Dn response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyRequest
-
Modify request message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.ModifyResponse
-
Modify response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchResultDone
-
Search done response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchResultEntry
-
Search entry response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.SearchResultReference
-
Search reference response message type enumeration value
- TYPE - Static variable in interface org.apache.directory.shared.ldap.model.message.UnbindRequest
-
Unbind request protocol message type
- TYPE_CLASS_MASK - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
mask to get the type class value
- TYPE_CLASS_UNIVERSAL - Static variable in class org.apache.directory.shared.asn1.ber.tlv.TLV
-
value for the universal type class