- abandon(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Abandons a request submitted to the server for performing a particular operation.
- abandon(AbandonRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
An abandon request essentially with the request message ID of the operation to be canceled
and/or potentially some controls and timeout (the controls and timeout are not mandatory).
- abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Abandons a request submitted to the server for performing a particular operation.
- abandon(AbandonRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
An abandon request essentially with the request message ID of the operation to be canceled
and/or potentially some controls and timeout (the controls and timeout are not mandatory).
- abandon(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Abandons a request submitted to the server for performing a particular operation.
- abandon(AbandonRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
An abandon request essentially with the request message ID of the operation to be canceled
and/or potentially some controls and timeout (the controls and timeout are not mandatory).
- abandonInternal(AbandonRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Internal AbandonRequest handling
- AbstractFilter - Class in org.apache.directory.ldap.client.api.search
-
An abstract class used as a base for all the Filter implementations
- AbstractFilter() - Constructor for class org.apache.directory.ldap.client.api.search.AbstractFilter
-
- AbstractLdapConnection - Class in org.apache.directory.ldap.client.api
-
An abstract LdapConnection class gathering the common behavior of LdapConnection
concrete classes.
- AbstractLdapConnection() - Constructor for class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Creates a new instance of an AbstractLdapConnection
- AbstractLdapConnection(LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
- AbstractPasswordPolicyResponder - Class in org.apache.directory.ldap.client.template
-
A base, abstract, implementation of PasswordPolicyResponder
.
- AbstractPasswordPolicyResponder(LdapApiService) - Constructor for class org.apache.directory.ldap.client.template.AbstractPasswordPolicyResponder
-
- AbstractPoolableLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
-
An abstract class implementing the PoolableObjectFactory, for LdapConnections.
- AbstractPoolableLdapConnectionFactory() - Constructor for class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
- AbstractSaslRequest - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the SASL operation
- AbstractSaslRequest(String) - Constructor for class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Creates a new instance of SaslRequest.
- activateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
There is nothing to do to activate a connection.
- activateObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
-
There is nothing to do to activate a connection.
- add(Entry) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Add an entry to the server.
- add(AddRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Add an entry present in the AddRequest
to the server.
- add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Add an entry to the server.
- add(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Add an entry present in the AddRequest
to the server.
- add(Entry) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry to the server.
- add(AddRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Add an entry present in the AddRequest
to the server.
- add(Filter) - Method in class org.apache.directory.ldap.client.api.search.SetOfFiltersFilter
-
Adds a Filter into the set of Filters
- add(AddRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Adds an entry specified by an AddRequest to the LDAP server.
- add(Dn, Attribute...) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Adds an entry specified by a Dn and an array of Attribute's to the LDAP
server.
- add(Dn, RequestBuilder<AddRequest>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Adds an entry specified by a Dn, to be filled out by a RequestBuilder,
to the LDAP server.
- add(Dn, Attribute...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Adds an entry specified by a Dn and an array of Attribute's to the LDAP
server.
- add(Dn, RequestBuilder<AddRequest>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Adds an entry specified by a Dn, to be filled out by a RequestBuilder,
to the LDAP server.
- add(AddRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Adds an entry specified by an AddRequest to the LDAP server.
- addAll(Filter...) - Method in class org.apache.directory.ldap.client.api.search.SetOfFiltersFilter
-
Injects a list of Filters into the set of Filters
- addAll(List<Filter>) - Method in class org.apache.directory.ldap.client.api.search.SetOfFiltersFilter
-
Injects a list of Filters into the set of Filters
- addAllControls(Control[]) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Adds the given controls.
- addAnonAttributeType(AttributeType) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Add an attributeType that has to be anonymized
- addAnonAttributeType(AttributeType, Anonymizer<?>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Add an attributeType that has to be anonymized, with its associated anonymizer.
- 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.
- 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.AbstractSaslRequest
-
Adds the given control.
- 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.
- addNamingContext(String) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Add a new NamingContext
- addReceived(AddResponse, AddFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the AddResponse received from the server
- addSaslFilter(SaslClient) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Adds a SaslFilter
to the session's filter chain.
- 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
-
- addSslFilter() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Adds SslFilter
to the IOConnector or IOSession's filter chain
- addToFutureMap(int, ResponseFuture<? extends Response>) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- after(Entry) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
This operation is not supported in SearchCursor.
- after(Response) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
This operation is not supported in SearchCursor.
- afterLast() - Method in 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.
- and(FilterBuilder...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder that will &
together all of the
supplied filters.
- and(Filter...) - Static method in class org.apache.directory.ldap.client.api.search.SetOfFiltersFilter
-
Creates an AND set of filters
- anonymize(String) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a LDIF
- anonymizeAva(Ava) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize an AVA
- anonymizeChangeAdd(LdifEntry) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a Add change
- anonymizeChangeDelete(LdifEntry) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a Delete change
- anonymizeChangeModDn(LdifEntry) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a Delete change
- anonymizeChangeModify(LdifEntry) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a Modify change
- anonymizeDn(Dn) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize the entry's DN
- anonymizeEntry(LdifEntry) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize the full entry
- anonymizeFile(String, Writer) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Anonymize a LDIF
- anonymousBind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Anonymous bind on a server.
- anonymousBind() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Anonymous bind on a server.
- anonymousBind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Anonymous bind on a server.
- anonymousBind() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Anonymous bind on a server.
- anonymousBindAsync() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Anonymous asynchronous Bind on a server.
- anonymousBindAsync() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Anonymous asynchronous Bind on a server.
- any - Variable in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
The array of any substring strings.
- apiService - Variable in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
- approximatelyEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
-
Creates an Approximate Filter : ( <attribute> ~= <value> )
- approximatelyEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder for testing the approximate equality of an
attribute.
- AT_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
The SubschemaSubentry descriptions parsers
- attribute - Variable in class org.apache.directory.ldap.client.api.search.AttributeDescriptionFilter
-
The attribute that must be prersent
- attribute - Variable in class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
-
The associated attribute
- attribute - Variable in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
-
The associated attribute
- attribute - Variable in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
The AttributeType for this filter
- attributeAnonymizers - Variable in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
The map of AttributeType'sOID we want to anonymize.
- AttributeDescriptionFilter - Class in org.apache.directory.ldap.client.api.search
-
This class is used to handle the Present filter (ie, attr =* )
- AttributeDescriptionFilter(String) - Constructor for class org.apache.directory.ldap.client.api.search.AttributeDescriptionFilter
-
Creates a new instance of AttributeDescription filter.
- AttributeValueAssertionFilter - Class in org.apache.directory.ldap.client.api.search
-
A class to represent the various filters that take a value, like =, <=, >= or ~=.
- AttributeValueAssertionFilter(String, String, FilterOperator) - Constructor for class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
-
Creates a new instance of AttributeValueAssertionFilter.
- authenticate(String, String, SearchScope, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
- authenticate(Dn, String, SearchScope, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
- authenticate(SearchRequest, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
- authenticate(Dn, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Attempts to authenticate the supplied credentials.
- authenticate(String, String, SearchScope, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
- authenticate(Dn, String, SearchScope, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
- authenticate(SearchRequest, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
- authenticate(Dn, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Attempts to authenticate the supplied credentials.
- authenticateConnection(LdapConnection, Dn, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
- authenticated - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
A flag indicating that the BindRequest has been issued and successfully authenticated the user
- authorizationId - Variable in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
The authorization ID of the entity
- available() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- available() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- before(Entry) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
This operation is not supported in SearchCursor.
- before(Response) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
This operation is not supported in SearchCursor.
- beforeFirst() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
This operation is not supported in SearchCursor.
- beforeFirst() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
This operation is not supported in SearchCursor.
- binaryAttributeDetector - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The class used to detect if an attribute is HR or not
- bind(Dn) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Unauthenticated authentication bind on a server.
- bind(String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Unauthenticated authentication bind on a server.
- bind(String, String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Simple bind on a server.
- bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Simple bind on a server.
- bind() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
- bind(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Unauthenticated authentication bind on a server.
- bind(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Simple bind on a server.
- bind(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Unauthenticated authentication bind on a server.
- bind(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Simple bind on a server.
- bind(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Bind to the server using a bind request object.
- bind(SaslRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
SASL Bind to the server using a SASL request object.
- bind() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
- bind(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Unauthenticated authentication bind on a server.
- bind(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Simple bind on a server.
- bind(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Unauthenticated authentication bind on a server.
- bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Simple bind on a server.
- bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Bind to the server using a bind request object.
- bind(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
SASL Bind to the server using a SASL request object.
- bind() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a bind request object.
- bind(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a SaslRequest object.
- bind(SaslCramMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a CramMd5Request object.
- bind(SaslDigestMd5Request) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a DigestMd5Request object.
- bind(SaslGssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a GssApiRequest object.
- bind(SaslExternalRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using a SaslExternalRequest object.
- bind() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- bind(String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Unauthenticated authentication bind on a server.
- bind(String, String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Simple bind on a server.
- bind(Dn) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Unauthenticated authentication bind on a server.
- bind(Dn, String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Simple bind on a server.
- bind(BindRequest) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Bind to the server using a bind request object.
- bindAsync() - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
- bindAsync(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Simple asynchronous Bind on a server.
- bindAsync(Dn, String) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Simple asynchronous Bind on a server.
- bindAsync(BindRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Do an asynchronous bind, based on a BindRequest.
- bindAsync() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
- bindAsync(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronous unauthenticated authentication bind
- bindAsync(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Simple asynchronous Bind on a server.
- bindAsync(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Asynchronous unauthenticated authentication Bind on a server.
- bindAsync(Dn, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Simple asynchronous Bind on a server.
- bindAsync(BindRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous bind, based on a BindRequest.
- bindAsync(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous bind, based on a SaslPlainRequest.
- bindAsync(SaslGssApiRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do an asynchronous bind, based on a GssApiRequest.
- bindCalled - Variable in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- bindCalled() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- bindConnection(LdapConnection) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Issues a bind request on the supplied connection using the name and
credentials from the LdapConnectionConfg supplied to the constructor.
- bindConnection(LdapConnection) - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Issues a bind request on the supplied connection using the name and
credentials from the LdapConnectionConfg supplied to the constructor.
- BindFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage BindRequests.
- BindFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.BindFuture
-
Creates a new instance of BindFuture.
- bindReceived(BindResponse, BindFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the BindResponse received from the server
- bindSasl(SaslRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the SASL Bind.
- bindSaslCramMd5(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using the SASL CRAM-MD5 mechanism.
- bindSaslDigestMd5(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Bind to the server using the SASL DIGEST-MD5 mechanism.
- bindSaslPlain(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
SASL PLAIN Bind on a server.
- bindSaslPlain(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
SASL PLAIN Bind on a server.
- build() - Method in class org.apache.directory.ldap.client.api.search.AbstractFilter
-
Constructs a String representation of a Filter
- build(StringBuilder) - Method in class org.apache.directory.ldap.client.api.search.AttributeDescriptionFilter
- build(StringBuilder) - Method in class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
- build() - Method in interface org.apache.directory.ldap.client.api.search.Filter
-
Constructs a String representation of a Filter
- build(StringBuilder) - Method in interface org.apache.directory.ldap.client.api.search.Filter
-
Constructs a String representation of a Filter
- build(StringBuilder) - Method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
- build(StringBuilder) - Method in class org.apache.directory.ldap.client.api.search.SetOfFiltersFilter
- build(StringBuilder) - Method in class org.apache.directory.ldap.client.api.search.SubstringFilter
- build(StringBuilder) - Method in class org.apache.directory.ldap.client.api.search.UnaryFilter
- buildConfig(String, int, boolean) - Static method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- buildRequest(T) - Method in interface org.apache.directory.ldap.client.template.RequestBuilder
-
Modifies the provided request adding specific information to it.
- C_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- cancel() - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
-
Cancel the Future
- cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
- cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
- cancel() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
Cancel the Future
- cancel() - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
-
Cancel the Future
- cancel(boolean) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
- cancel() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
Cancel the Future
- cancelled - Variable in class org.apache.directory.ldap.client.api.future.HandshakeFuture
-
flag to determine if this future is cancelled
- cancelled - Variable in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
flag to determine if this future is cancelled
- cancelled - Variable in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
flag to determine if this future is cancelled
- cause - Variable in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
If the request has been cancelled because of an exception it will be stored here
- cause - Variable in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
If the request has been cancelled because of an exception it will be stored here
- changeAfterReset - Variable in class org.apache.directory.ldap.client.template.PasswordWarningImpl
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Determine if client certificate is to be trusted.
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- checkSecured(ConnectFuture) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Verify that the connection has been secured, otherwise throw a meaningful exception
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Determine if server certificate is to be trusted.
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
-
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- checkSession() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Check that a session is valid, ie we can send requests to the
server
- clear() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Clears the buffer out, filling its cells with null.
- clearMaps() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
clears the async listener, responseQueue and future mapppings to the corresponding request IDs
- close() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- close(Exception) - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- close() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Disconnect from the remote LDAP server.
- close() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Disconnect from the remote LDAP server.
- close(ConnectFuture) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Close the connection and generate the appropriate exception
- close() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Disconnect from the remote LDAP server.
- close() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- close(Exception) - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- closeTimeout - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Timeout for close and unbind operations
- closeTimeout - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Timeout for close and unbind operations
- CLS_NM - Static variable in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
- codec - Variable in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
the ldap codec service
- compare(String, String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(String, String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(String, String, Value) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, Value) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(CompareRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Compares an entry's attribute's value with that of the given value.
- compare(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(String, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(String, String, Value) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, Value) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Compares an entry's attribute's value with that of the given value.
- compare(String, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(String, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(String, String, Value) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(Dn, String, Value) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given distinguished name.
- compare(CompareRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Compares an entry's attribute's value with that of the given value.
- 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.
- compareReceived(CompareResponse, CompareFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the CompareResponse received from the server
- computedBytes - Variable in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
- computedChars - Variable in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
- conCloseListeners - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
a list of listeners interested in getting notified when the
connection's session gets closed cause of network issues
- config - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
configuration object for the connection
- configList - Static variable in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
-
The list with configuration entries.
- configureConnection(LdapConnection) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Applies the following configuration settings from the
LdapConnectionConfig to the supplied connection:
timeOut
binaryAttributeDetector
This method is called by newLdapConnection, so there is no need to call
this on a newly created connection.
- configureConnection(LdapConnection) - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Applies the following configuration settings from the
LdapConnectionConfig to the supplied connection:
timeOut
binaryAttributeDetector
This method is called by newLdapConnection, so there is no need to call
this on a newly created connection.
- connect() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Connect to the remote LDAP server.
- connect() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Connect to the remote LDAP server.
- connect() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Connect to the remote LDAP server.
- connection - Variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
the connection to the ldap server
- connection - Variable in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
The connection used by the request
- connection - Variable in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
The connection used by the request
- connection - Variable in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
The wrapped connection
- ConnectionCallback<T> - Interface in org.apache.directory.ldap.client.template
-
- connectionClosed() - Method in interface org.apache.directory.ldap.client.api.ConnectionClosedEventListener
-
called when the LdapNetworkConnection is unable to reach the server it is connected to
- ConnectionClosedEventListener - Interface in org.apache.directory.ldap.client.api
-
A listener class intended for notifying the classes using LdapNetworkConnection
in the event of any network failure
- connectionCloseFuture - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
A future used to wait for a connection to be closed
- connectionConfig - Variable in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
- connectionFactory - Variable in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
The factory to use to create a new connection
- connectionPool - Variable in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
- connector - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The connector open with the remote server
- connectorMutex - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
A mutex used to avoid a double close of the connector
- connectTimeout - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Timeout for connect and bind operations
- connectTimeout - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Timeout for connect and bind operations
- contains(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder that will construct a SubString filter, with zero to N any parts,
but no initial or final parts.
- contains(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
Create a SubstringFilter based on the filter elements.
- controls - Variable in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
The list of controls
- createBindRequest(String, byte[], String, Control...) - Method in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
Create a complete BindRequest ready to be sent.
- createBindRequest(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a Simple BindRequest ready to be sent.
- createBindRequest(Dn, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a Simple BindRequest ready to be sent.
- createConnector() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create the connector
- createKrb5ConfFile(String, String, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
method to write the kerberos config in the standard MIT kerberos format
This is required cause the JGSS api is not able to recognize the port value set
in the system property java.security.krb5.kdc this issue makes it impossible
to set a kdc running non standard ports (other than 88)
e.g localhost:6088
[libdefaults]
default_realm = EXAMPLE.COM
[realms]
EXAMPLE.COM = {
kdc = localhost:6088
}
- credentials - Variable in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
The credentials
- credentials - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
user's credentials ( current implementation supports password only); it must be a non-null value
- DCR_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- DEFAULT_APACHEDS_VENDOR_NAME - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- 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_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
- DefaultLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
-
The default implementation of LdapConnectionFactory.
- DefaultLdapConnectionFactory(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Creates a new instance of DefaultLdapConnectionFactory.
- DefaultLdapConnectionValidator - Class in org.apache.directory.ldap.client.api
-
An implementation of
LdapConnectionValidator
that checks to see that
the connection
isConnected()
and
isAuthenticated()
.
- DefaultLdapConnectionValidator() - Constructor for class org.apache.directory.ldap.client.api.DefaultLdapConnectionValidator
-
- DefaultPoolableLdapConnectionFactory - Class in org.apache.directory.ldap.client.api
-
A factory for creating LdapConnection objects managed by LdapConnectionPool.
- DefaultPoolableLdapConnectionFactory(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory
-
Creates a new instance of PoolableLdapConnectionFactory.
- DefaultPoolableLdapConnectionFactory(LdapConnectionConfig, Class<? extends LdapConnectionFactory>) - Constructor for class org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory
-
Creates a new instance of PoolableLdapConnectionFactory using an instance
of the supplied class as its LdapConnection factory.
- DefaultPoolableLdapConnectionFactory(LdapConnectionFactory) - Constructor for class org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory
-
Creates a new instance of PoolableLdapConnectionFactory.
- DefaultSchemaLoader - Class in org.apache.directory.ldap.client.api
-
A schema loader which uses LdapConnection to load schema from a ApacheDS serveur
- DefaultSchemaLoader() - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- DefaultSchemaLoader(LdapConnection) - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
Creates a new instance of DefaultSchemaLoader.
- DefaultSchemaLoader(LdapConnection, boolean) - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
Creates a new instance of DefaultSchemaLoader.
- DefaultSchemaLoader(LdapConnection, Dn) - Constructor for class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
Creates a new instance of NetworkSchemaLoader.
- delete(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Deletes the entry with the given distinguished name.
- delete(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Deletes the entry with the given distinguished name.
- delete(DeleteRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs a delete operation based on the delete request object.
- delete(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Deletes the entry with the given distinguished name.
- delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Deletes the entry with the given distinguished name.
- delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs a delete operation based on the delete request object.
- delete(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Deletes the entry with the given distinguished name.
- delete(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Deletes the entry with the given distinguished name.
- delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs a delete operation based on the delete request object.
- delete(DeleteRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Deletes an entry specified by a DeleteRequest from the LDAP server.
- delete(Dn) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Deletes an entry specified by Dn from the LDAP server.
- delete(Dn, RequestBuilder<DeleteRequest>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Deletes an entry specified by Dn, and whose request is configured
by a RequestBuilder, from the LDAP server.
- delete(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Deletes an entry specified by Dn from the LDAP server.
- delete(Dn, RequestBuilder<DeleteRequest>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Deletes an entry specified by Dn, and whose request is configured
by a RequestBuilder, from the LDAP server.
- delete(DeleteRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Deletes an entry specified by a DeleteRequest from the LDAP server.
- 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.
- deleteReceived(DeleteResponse, DeleteFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the DeleteResponse received from the server
- 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
- destroyObject(PooledObject<LdapConnection>) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
Destroying a connection will unbind it which will result on a shutdown
of teh underlying protocol.
- determineTimeoutConfiguration(Long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- DN_ENTRY_MAPPER - Static variable in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
- doesFutureExistFor(int) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
- doesFutureExistFor(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Checks if there is a ResponseFuture associated with the given message ID.
- doesFutureExistFor(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Checks if there is a ResponseFuture associated with the given message ID.
- done - Variable in class org.apache.directory.ldap.client.api.future.HandshakeFuture
-
A flag set to TRUE when the handshake has been completed
- done - Variable in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
A flag set to TRUE when the response has been received
- done - Variable in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
the done flag
- doWithConnection(LdapConnection) - Method in interface org.apache.directory.ldap.client.template.ConnectionCallback
-
Provides a managed connection to the implementation of this method.
- DSR_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- enabledCipherSuites - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
an array of cipher suites which are enabled, if set, will be used while initializing the SSL context
- enabledProtocols - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
an array of protocols which are enabled, if set, will be used while initializing the SSL context
- end - Variable in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
The final substring string.
- endsWith(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder that will construct a SubString filter, with an initial part,
and zero to N any parts, but no final part.
- endsWith(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
Create a SubstringFilter based on the filter elements.
- 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.
- EntryMapper<T> - Interface in org.apache.directory.ldap.client.template
-
A callback for processing entries from a search result.
- equal(String, String) - Static method in class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
-
Creates an equal Filter : ( <attribute> = <value> )
- equal(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder for testing equality of an attribute.
- event(IoSession, FilterEvent) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
- exception(LdapException) - Method in class org.apache.directory.ldap.client.template.AbstractPasswordPolicyResponder
-
- EXCEPTION_KEY - Static variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The exception stored in the session if we've got one
- exceptionCaught() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
tell if an exception was caught while processing the request or a response.
- exceptionCaught() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
tell if an exception was caught while processing the request or a response.
- exceptionCaught() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
tell if an exception was caught while processing the request or a response.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Handle the exception we got.
- execute(ConnectionCallback<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Executes the connectionCallback
, supplying it a managed
connection.
- execute(ConnectionCallback<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Executes the connectionCallback
, supplying it a managed
connection.
- exists(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Tells if an entry exists in the server.
- exists(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Tells if an Entry exists in the server.
- exists(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Tells if an entry exists in the server.
- exists(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Tells if an Entry exists in the server.
- exists(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Tells if an entry exists in the server.
- exists(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Tells if an Entry exists in the server.
- extended(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs an extended operation based on the extended request object.
- extended(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs an extended operation based on the extended request object.
- extended(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs an extended operation based on the extended request object.
- extended(String) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(String, byte[]) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(Oid) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Sends a extended operation request to the server with the given OID and no value.
- extended(Oid, byte[]) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Sends a extended operation request to the server with the given OID and value.
- extended(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
Performs an extended operation based on the extended request object.
- 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.
- extendedReceived(ExtendedResponse, ExtendedFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the ExtendedResponse received from the server
- extendedRequest - Variable in class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
The extendedRequest : we need it to find which request is associated
with a response, when this response has no name
- extensible(String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
- extensible(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Creates an extensible match filter.
- extensible(String) - Static method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
-
Creates a new instance of MatchingRuleAssertionFilter without an attribute.
- extensible(String, String) - Static method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
-
Creates an extensible filter
- get() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- get() - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
- get() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
- get() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
- get(long, TimeUnit) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
- get() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getAcceptedIssuers() - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Return the list of accepted issuers for this trust manager.
- getAcceptedIssuers() - Method in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
- getAppConfigurationEntry(String) - Method in class org.apache.directory.ldap.client.api.Krb5LoginConfiguration
-
Interface method requiring us to return all the LoginModules we know about.
- getAttributeAnonymizers() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- getAuthorizationId() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the authorization ID.
- getAuthorizationId() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the authorization ID.
- getBinaryAttributeDetector() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
- getBinaryAttributeDetector() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
- getBinaryAttributeDetector() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
- getBinaryAttributeDetector() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
- getBytes() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Returns the byte[]
used to create this buffer, or
getComputedBytes() if created with a char[]
.
- getCause() - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
- getCause() - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
-
- getCause() - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
- getChars() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Returns the char[]
used to create this buffer, or
getComputedChars() if created with a byte[]
.
- getCloseTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets close timeout in milliseconds.
- getCodecService() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Gets the LDAP CODEC service responsible for encoding and decoding
messages.
- getCodecService() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Gets the LDAP CODEC service responsible for encoding and decoding
messages.
- getCodecService() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Gets the LDAP CODEC service responsible for encoding and decoding
messages.
- getComputedBytes() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Returns a UTF8 encoded byte[]
representation of the
char[]
used to create this buffer.
- getComputedChars() - Method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Returns a UTF8 decoded char[]
representation of the
byte[]
used to create this buffer.
- 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.DefaultSchemaLoader
-
- getConnection() - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Gives a LdapConnection fetched from the pool.
- getConnectTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets connect timeout in milliseconds.
- getControls() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the controls.
- getControls() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the controls.
- getCredentials() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the crendentials
- getCredentials() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the credentials.
- getCredentials() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the crendentials
- getDefaultLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default LDAP host.
- getDefaultLdapPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default LDAP port.
- getDefaultLdapsPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default LDAPS port.
- getDefaultTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the default timeout in milliseconds.
- getEnabledCipherSuites() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the cipher suites which are enabled.
- getEnabledProtocols() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the protocols which are enabled.
- getEntry(LdapComparatorDescription) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- getEntry(SyntaxCheckerDescription) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- getEntry(NormalizerDescription) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- getEntry() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getExtendedRequest() - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
- getFromFutureMap(int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- getGraceAuthNsRemaining() - Method in interface org.apache.directory.ldap.client.template.PasswordWarning
-
Returns the number of remaining authentications before the account will
be locked.
- getGraceAuthNsRemaining() - Method in class org.apache.directory.ldap.client.template.PasswordWarningImpl
-
Returns the number of remaining authentications before the account will
be locked.
- getIntermediate() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getKdcHost() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Gets the KDC host.
- getKdcPort() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Gets the KDC port.
- getKeyManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the key managers.
- getKrb5ConfFilePath() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Gets the (absolute) path to the 'krb5.conf' file.
- getLatestBytesMap() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- getLatestStringMap() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- getLdapApiService() - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
Returns the LdapApiService instance used by this factory.
- getLdapApiService() - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Returns the LdapApiService instance used by this factory.
- getLdapApiService() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
- getLdapApiService() - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Returns the LdapApiService instance used by this factory.
- getLdapApiService() - Method in class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Returns the LdapApiService instance used by this connection pool.
- getLdapException() - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
If an LdapException was thrown causing this exception, that
LdapException is returned.
- getLdapHost() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the LDAP host.
- getLdapPort() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the LDAP port.
- getLoginContextName() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- getLoginModuleConfiguration() - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- getMessageId() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- getName() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the name that is used to authenticate the user.
- getPasswordPolicy(Response) - Method in class org.apache.directory.ldap.client.template.AbstractPasswordPolicyResponder
-
- getPasswordPolicyError() - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
Returns the password policy error code if present, otherwise null.
- getQualityOfProtection() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the quality of protection.
- getQualityOfProtection() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the quality of protection.
- getReadOperationTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets read operation timeout in milliseconds.
- getRealmName() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets realm name.
- getRealmName() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets realm name.
- getRealmNamesAsString(String[]) - Method in class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
-
Gets the realm names as a string.
- getReferral() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getResponse() - Method in exception org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException
-
- getResultCode() - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
Returns the result code from the attempt to bind or modify the
userPassword.
- getRootDse() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Get back the RooDSE from the connected server.
- getRootDse(String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Get back the RooDSE from the connected server.
- getRootDse() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Get back the RooDSE from the connected server.
- getRootDse(String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Get back the RooDSE from the connected server.
- getRootDse() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Get back the RooDSE from the connected server.
- getRootDse(String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Get back the RooDSE from the connected server.
- getSaslMechanism() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the SASL mechanism.
- getSaslMechanism() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the SASL mechanism.
- getSchemaManager() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
- getSchemaManager() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
- getSchemaManager() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
- getSearchResultDone() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- getSearchResultDone() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- getSecureRandom() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the secure random.
- getSecurityStrength() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the security strength.
- getSecurityStrength() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the security strength.
- getSendTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets send timeout in milliseconds.
- getSocketSessionConfig() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- getSslProtocol() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the SSL protocol.
- getSslSession() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Gets the
SSLSession
associated with the connection.
- getSupportedControls() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Get the Controls supported by server.
- getSupportedControls() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Get the Controls supported by server.
- getSupportedControls() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Get the Controls supported by server.
- getSupportedLdapVersion() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the supported LDAP version.
- getTimeBeforeExpiration() - Method in interface org.apache.directory.ldap.client.template.PasswordWarning
-
Returns the number of seconds before the password will expire.
- getTimeBeforeExpiration() - Method in class org.apache.directory.ldap.client.template.PasswordWarningImpl
-
Returns the number of seconds before the password will expire.
- getTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the timeout in milliseconds.
- getTimeout(long, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Get the largest timeout from the search time limit and the connection
timeout.
- getTrustManagers(X509Certificate[]) - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Return array of trust managers to caller.
- getTrustManagers() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets the trust managers.
- getTrustManagersOnClasspath(X509Certificate[]) - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Return array of trust managers to caller.
- getTrustStore() - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Load the TrustStore file into JSSE KeyStore instance.
- getTrustStoreInputStream() - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Read the trust store off the classpath.
- getUsername() - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Gets the username.
- getUsername() - Method in interface org.apache.directory.ldap.client.api.SaslRequest
-
Gets the username.
- getValueMap() - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- getWriteOperationTimeout() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Gets write operation timeout in milliseconds.
- graceAuthNsRemaining - Variable in class org.apache.directory.ldap.client.template.PasswordWarningImpl
-
- greaterThanOrEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
-
Creates a Greater Than Or Equal Filter : ( <attribute> >= <value> )
- greaterThanOrEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder for testing lexicographical greater than.
- 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.
- latestBytesMap - Variable in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
The latest anonymized byte[] value Map
- latestStringMap - Variable in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
The latest anonymized String value Map
- LDAP_CODEC_FILTER_KEY - Static variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The LDAP coded protocol filter key
- LDAP_V3 - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The LDAP version
- ldapApiService - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The Service to use internally when creating connections
- LdapAsyncConnection - Interface in org.apache.directory.ldap.client.api
-
Root interface for all asynchronous LDAP connections.
- LdapClientTrustStoreManager - Class in org.apache.directory.ldap.client.api
-
Implement the X509TrustManager interface which will be used during JSSE truststore manager initialisation for LDAP
client-to-server communications over TLS/SSL.
- LdapClientTrustStoreManager(String, char[], String, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Constructor used by connection configuration utility to load trust store manager.
- LdapConnection - Interface in org.apache.directory.ldap.client.api
-
The root interface for all the LDAP connection implementations.
- LdapConnectionConfig - Class in org.apache.directory.ldap.client.api
-
A class to hold the configuration for creating an LdapConnection.
- LdapConnectionConfig() - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Creates a default LdapConnectionConfig instance
- LdapConnectionFactory - Interface in org.apache.directory.ldap.client.api
-
- LdapConnectionOperations - Interface in org.apache.directory.ldap.client.template
-
- LdapConnectionPool - Class in org.apache.directory.ldap.client.api
-
A pool implementation for LdapConnection objects.
- LdapConnectionPool(LdapConnectionConfig, LdapApiService, long) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Instantiates a new LDAP connection pool.
- LdapConnectionPool(LdapConnectionConfig, LdapApiService, long, GenericObjectPoolConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Instantiates a new LDAP connection pool.
- LdapConnectionPool(PooledObjectFactory<LdapConnection>) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Instantiates a new LDAP connection pool.
- LdapConnectionPool(PooledObjectFactory<LdapConnection>, GenericObjectPoolConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionPool
-
Instantiates a new LDAP connection pool.
- LdapConnectionTemplate - Class in org.apache.directory.ldap.client.template
-
A facade for LDAP operations that handles all of the boiler plate code for
you allowing more concise operations through the use of callbacks.
- LdapConnectionTemplate(LdapConnectionPool) - Constructor for class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Creates a new instance of LdapConnectionTemplate.
- LdapConnectionTimeOutException - Exception in org.apache.directory.ldap.client.api.exception
-
A LdapConnectionTimeOutException is thrown if there is an connection time-out
situation.
- LdapConnectionTimeOutException() - Constructor for exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
-
Instantiates a new connection timeout exception.
- LdapConnectionTimeOutException(String) - Constructor for exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
-
Instantiates a new connection timeout exception.
- LdapConnectionTimeOutException(String, Throwable) - Constructor for exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
-
Instantiates a new connection timeout exception.
- LdapConnectionValidator - Interface in org.apache.directory.ldap.client.api
-
An LdapConnection validator intended to be used by a GenericObjectPool to
determine whether or not a conneciton is still usable.
- LdapConnectionWrapper - Class in org.apache.directory.ldap.client.api
-
- LdapConnectionWrapper(LdapConnection) - Constructor for class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Creates a new LdapConnectionWrapper instance
- ldapException - Variable in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
- ldapHost - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
the remote LDAP host
- LdapNetworkConnection - Class in org.apache.directory.ldap.client.api
-
This class is the base for every operations sent or received to and
from a LDAP server.
- LdapNetworkConnection() - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on localhost,
port 389.
- LdapNetworkConnection(LdapConnectionConfig) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new instance of LdapConnection with the given connection configuration.
- LdapNetworkConnection(LdapConnectionConfig, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new LdapNetworkConnection instance
- LdapNetworkConnection(boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on localhost,
port 389 if the SSL flag is off, or 636 otherwise.
- LdapNetworkConnection(boolean, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new LdapNetworkConnection instance
- LdapNetworkConnection(String) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, using the default port (389).
- LdapNetworkConnection(String, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new LdapNetworkConnection instance
- LdapNetworkConnection(String, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, using the default port (389) if the SSL flag
is off, or 636 otherwise.
- LdapNetworkConnection(String, boolean, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Creates a new LdapNetworkConnection instance
- LdapNetworkConnection(String, int) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a
given server and a given port.
- LdapNetworkConnection(String, int, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a
given server and a given port.
- LdapNetworkConnection(String, int, boolean) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, and a give port.
- LdapNetworkConnection(String, int, TrustManager...) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a given
server, and a give port.
- LdapNetworkConnection(String, int, boolean, LdapApiService) - Constructor for class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Create a new instance of a LdapConnection on a
given server and a given port.
- ldapPort - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
The selected LDAP port
- ldapProtocolFilter - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The LDAP codec protocol filter
- LdapRequestUnsuccessfulException - Exception in org.apache.directory.ldap.client.template.exception
-
An RuntimeException wrapper class that allows the user to choose to have
unsuccessful responses thrown as exceptions rather than checking the
response itself for process flow.
- LdapRequestUnsuccessfulException(ResultResponse) - Constructor for exception org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException
-
Creates a new LdapRequestUnsuccessfulException instance
- LdapRuntimeException - Exception in org.apache.directory.ldap.client.template.exception
-
An RuntimeException wrapper class for exceptions which add LDAP specific
information to Exceptions.
- LdapRuntimeException(LdapException) - Constructor for exception org.apache.directory.ldap.client.template.exception.LdapRuntimeException
-
Creates a new LdapRuntimeException instance
- LdifAnonymizer - Class in org.apache.directory.ldap.client.api
-
Anonymize the content of a LDIF file.
- LdifAnonymizer() - Constructor for class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Creates a default instance of LdifAnonymizer.
- LdifAnonymizer(SchemaManager) - Constructor for class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Creates a default instance of LdifAnonymizer.
- lessThanOrEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.AttributeValueAssertionFilter
-
Creates a Less Than Or Equal Filter : ( <attribute> <= <value> )
- lessThanOrEqual(String, String) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder for testing lexicographical less than.
- loadAttributeTypes(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadAttributeTypes(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadComparators(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadComparators(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadDitContentRules(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadDitContentRules(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadDitStructureRules(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadDitStructureRules(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadLdapSyntaxes(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadMatchingRules(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadMatchingRules(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadMatchingRuleUses(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadMatchingRuleUses(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadNameForms(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadNameForms(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadNormalizers(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadNormalizers(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadObjectClasses(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadObjectClasses(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadSchema() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Loads all the default schemas that are bundled with the API.
- loadSchema() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Loads all the default schemas that are bundled with the API.
- loadSchema() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Loads all the default schemas that are bundled with the API.
- loadSchema(SchemaLoader) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
loads schema using the specified schema loader
- loadSchemaRelaxed() - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Loads all the default schemas that are bundled with the API, in a relaxed mode.
- loadSchemaRelaxed() - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Loads all the default schemas that are bundled with the API, in a relaxed mode.
- loadSchemaRelaxed() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Loads all the default schemas that are bundled with the API, in a relaxed mode.
- loadSchemas() - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
Load all the schemas.
- loadSyntaxCheckers(Attribute) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- loadSyntaxCheckers(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadSyntaxes(Schema...) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
- loadTrustManagers(KeyStore) - Method in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Return an array of X.509 TrustManagers.
- LOG - Static variable in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
This class logger
- LOG - Static variable in class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
-
The logger.
- LOG - Static variable in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
- LOG - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
the logger
- LOG - Static variable in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
- LOG - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
A logger for this class
- LOG - Static variable in class org.apache.directory.ldap.client.api.LdapConnectionPool
-
- LOG - Static variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
logger for reporting errors that might not be handled properly upstream
- LOG - Static variable in class org.apache.directory.ldap.client.api.NoVerificationTrustManager
-
The logger.
- LOG - Static variable in class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
-
This class logger
- LOG - Static variable in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
- LOG_CURSOR - Static variable in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
A dedicated log for cursors
- LOG_CURSOR - Static variable in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
A dedicated log for cursors
- loginContextName - Variable in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- loginModuleConfiguration - Variable in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- lookup(Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name..
- lookup(String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name.
- lookup(String, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name.
- lookup(String, Control[], String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Searches for an entry having the given distinguished name..
- lookup(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Searches for an entry having the given distinguished name.
- lookup(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Searches for an entry having the given distinguished name.
- lookup(Dn, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Searches for an entry having the given distinguished name.
- lookup(String, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Searches for an entry having the given distinguished name.
- lookup(String, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Searches for an entry having the given distinguished name.
- lookup(Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given distinguished name..
- lookup(String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given distinguished name.
- lookup(String, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given distinguished name.
- lookup(String, Control[], String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Searches for an entry having the given distinguished name.
- lookup(Dn, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Performs a lookup, and supplies the matching entry to the
entryMapper
.
- lookup(Dn, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Performs a lookup, requesting attributes
, and supplies
the matching entry to the entryMapper
.
- lookup(Dn, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Performs a lookup, and supplies the matching entry to the
entryMapper
.
- lookup(Dn, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Performs a lookup, requesting attributes
, and supplies
the matching entry to the entryMapper
.
- LookupLdapConnectionValidator - Class in org.apache.directory.ldap.client.api
-
- LookupLdapConnectionValidator() - Constructor for class org.apache.directory.ldap.client.api.LookupLdapConnectionValidator
-
- LS_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- main(String[]) - Static method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
The entry point, when used as a standalone application.
- makeObject() - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
Specifically, we are creating a new connection based on the LdapConnection Factory
we used to create this pool of connections.
- makeObject() - Method in class org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory
-
Specifically, we are creating a new connection based on the LdapConnection Factory
we used to create this pool of connections.
- map(Entry) - Method in interface org.apache.directory.ldap.client.template.EntryMapper
-
Will be called once for each entry in the search result.
- matchingRule - Variable in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
-
The rule to use
- MatchingRuleAssertionFilter - Class in org.apache.directory.ldap.client.api.search
-
A class to represent the extensible matching filter.
- MatchingRuleAssertionFilter(String, String, FilterOperator) - Constructor for class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
-
Creates a new instance of MatchingRuleAssertionFilter.
- MatchingRuleAssertionFilterBuilder - Class in org.apache.directory.ldap.client.api.search
-
- MatchingRuleAssertionFilterBuilder(String, String) - Constructor for class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilterBuilder
-
Creates a new instance of MatchingRuleAssertionFilterBuilder.
- MemoryClearingBuffer - Class in org.apache.directory.ldap.client.template
-
A buffer for storing sensitive information like passwords.
- MemoryClearingBuffer(byte[], char[], boolean, boolean) - Constructor for class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
- messageId - Variable in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
A Message ID which is incremented for each operation
- messageId - Variable in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
The underlying messageId
- messageId - Variable in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
The messageID for this future
- messageId - Variable in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
The messageID for this future
- messageReceived(IoSession, Object) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Handle the incoming LDAP messages.
- modelFactory - Variable in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
- ModelFactory - Interface in org.apache.directory.ldap.client.template
-
A factory for creating org.apache.directory.api.ldap.model
objects.
- ModelFactoryImpl - Class in org.apache.directory.ldap.client.template
-
- ModelFactoryImpl() - Constructor for class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
- modify(Dn, Modification...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Applies all the modifications to the entry specified by its distinguished name.
- modify(String, Modification...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Applies all the modifications to the entry specified by its distinguished name.
- modify(Entry, ModificationOperation) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Modifies all the attributes present in the entry by applying the same operation.
- modify(ModifyRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs an modify operation based on the modifications present in
the modify request.
- modify(Dn, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Applies all the modifications to the entry specified by its distinguished name.
- modify(String, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Applies all the modifications to the entry specified by its distinguished name.
- modify(Entry, ModificationOperation) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Modifies all the attributes present in the entry by applying the same operation.
- modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs an modify operation based on the modifications present in
the modify request.
- modify(Entry, ModificationOperation) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Modifies all the attributes present in the entry by applying the same operation.
- modify(Dn, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Applies all the modifications to the entry specified by its distinguished name.
- modify(String, Modification...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Applies all the modifications to the entry specified by its distinguished name.
- modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs an modify operation based on the modifications present in
the modify request.
- modify(ModifyRequest) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Modifies an entry specified by a ModifyRequest on the LDAP server.
- modify(Dn, RequestBuilder<ModifyRequest>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Modifies an entry specified by Dn, and whose request is configured
by a RequestBuilder, on the LDAP server.
- modify(Dn, RequestBuilder<ModifyRequest>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Modifies an entry specified by Dn, and whose request is configured
by a RequestBuilder, on the LDAP server.
- modify(ModifyRequest) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Modifies an entry specified by a ModifyRequest on the LDAP server.
- modifyAsync(ModifyRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Performs an asynchronous modify operation based on the modifications present in
the ModifyRequest.
- modifyAsync(ModifyRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs an asynchronous modify operation based on the modifications present in
the ModifyRequest.
- modifyDn(ModifyDnRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs the modifyDn operation based on the given request object.
- modifyDn(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs the modifyDn operation based on the given request object.
- modifyDn(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs the modifyDn operation based on the given request object.
- modifyDnAsync(ModifyDnRequest) - Method in interface org.apache.directory.ldap.client.api.LdapAsyncConnection
-
Performs the modifyDn operation based on the given ModifyDnRequest.
- modifyDnAsync(ModifyDnRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs the modifyDn operation based on the given ModifyDnRequest.
- ModifyDnFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage ModifyDnRequest
- ModifyDnFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ModifyDnFuture
-
Creates a new instance of ModifyDnFuture.
- modifyDnReceived(ModifyDnResponse, ModifyDnFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the ModifyDnResponse received from the server
- ModifyFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage ModifyRequest.
- ModifyFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.ModifyFuture
-
Creates a new instance of ModifyFuture.
- modifyPassword(Dn, char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Modifies the password for userDn
to
newPassword
using the admin account.
- modifyPassword(Dn, char[], char[]) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Modifies the password for userDn
from
oldPassword
to newPassword
.
- modifyPassword(Dn, char[], char[], boolean) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Modifies the password for userDn
from
oldPassword
to newPassword
, optionally using
an admin account.
- modifyPassword(LdapConnection, Dn, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
- modifyPassword(Dn, char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Modifies the password for userDn
to
newPassword
using the admin account.
- modifyPassword(Dn, char[], char[]) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Modifies the password for userDn
from
oldPassword
to newPassword
.
- modifyPassword(Dn, char[], char[], boolean) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Modifies the password for userDn
from
oldPassword
to newPassword
, optionally using
an admin account.
- modifyReceived(ModifyResponse, ModifyFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the ModifyResponse received from the server
- MonitoringLdapConnection - Class in org.apache.directory.ldap.client.api
-
A class used to monitor the use of a LdapConnection
- MonitoringLdapConnection(LdapConnection) - Constructor for class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- move(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Moves the given entry distinguished name under the new superior distinguished name.
- move(Dn, Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Moves the given entry distinguished name under the new superior distinguished name.
- move(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Moves the given entry distinguished name under the new superior distinguished name.
- move(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Moves the given entry distinguished name under the new superior distinguished name.
- move(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Moves the given entry distinguished name under the new superior distinguished name.
- move(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Moves the given entry distinguished name under the new superior distinguished name.
- moveAndRename(Dn, Dn) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Moves and renames the given entryDn.
- moveAndRename(String, String) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Moves and renames the given entry distinguished name.
- moveAndRename(Dn, Dn, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Moves and renames the given entryDn.
- moveAndRename(String, String, boolean) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Moves and renames the given entryDn.
- moveAndRename(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Moves and renames the given entryDn.
- moveAndRename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Moves and renames the given entry distinguished name.
- moveAndRename(Dn, Dn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Moves and renames the given entryDn.
- moveAndRename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Moves and renames the given entryDn.
- moveAndRename(Dn, Dn) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Moves and renames the given entryDn.
- moveAndRename(String, String) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Moves and renames the given entry distinguished name.
- moveAndRename(Dn, Dn, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Moves and renames the given entryDn.
- moveAndRename(String, String, boolean) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Moves and renames the given entryDn.
- MR_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- MRU_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- MultipleResponseFuture<R extends org.apache.directory.api.ldap.model.message.Response> - Class in org.apache.directory.ldap.client.api.future
-
A Future implementation used in LdapConnection operations.
- MultipleResponseFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
Creates a new instance of ResponseFuture.
- mutualAuthentication - Variable in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Require mutual authentication
- N_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- name - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
a valid Dn to authenticate the user
- namingContexts - Variable in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
The list of existing NamingContexts
- newAddRequest(Entry) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new AddRequest
for the entry
.
- newAddRequest(Entry) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new AddRequest
for the entry
.
- newAddRequest(Entry) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new AddRequest
for the entry
.
- newAttribute(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new Attribute for with the provided name
and
a null value.
- newAttribute(String, byte[]...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String, Value...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new Attribute for with the provided name
and
a null value.
- newAttribute(String, byte[]...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String, Value...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new Attribute for with the provided name
and
a null value.
- newAttribute(String, byte[]...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String, String...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newAttribute(String, Value...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new Attribute for with the provided name
and
value(s)
.
- newDeleteRequest(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new DeleteRequest
for the dn
.
- newDeleteRequest(Dn) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new DeleteRequest
for the dn
.
- newDeleteRequest(Dn) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new DeleteRequest
for the dn
.
- newDn(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a Dn
that represents dn
.
- newDn(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a Dn
that represents dn
.
- newDn(String) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a Dn
that represents dn
.
- newEntry(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a Entry
with the specified dn
.
- newEntry(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a Entry
with the specified dn
.
- newEntry(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a Entry
with the specified dn
.
- newEntry(Dn) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a Entry
with the specified dn
.
- newEntry(String) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a Entry
with the specified dn
.
- newEntry(Dn) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a Entry
with the specified dn
.
- newInstance(byte[]) - Static method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Creates a new instance of MemoryClearingBuffer from a
byte[]
.
- newInstance(char[]) - Static method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Creates a new instance of MemoryClearingBuffer from a
char[]
.
- newInstance(char[], boolean, boolean) - Static method in class org.apache.directory.ldap.client.template.MemoryClearingBuffer
-
Creates a new instance of MemoryClearingBuffer from a
char[]
, optionally performing whitespace trimming and
conversion to lower case.
- newLdapConnection() - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Returns a newly created, configured, and authenticated connection.
- newLdapConnection() - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Returns a newly created, configured, and authenticated connection.
- newLdapConnectionFactory(LdapConnectionConfig, Class<? extends LdapConnectionFactory>) - Static method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
- newModifyRequest(String) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new ModifyRequest
for the dn
.
- newModifyRequest(Dn) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new ModifyRequest
for the dn
.
- newModifyRequest(String) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new ModifyRequest
for the dn
.
- newModifyRequest(Dn) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new ModifyRequest
for the dn
.
- newModifyRequest(String) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new ModifyRequest
for the dn
.
- newModifyRequest(Dn) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new ModifyRequest
for the dn
.
- newPoolableConnectionFactory(LdapConnectionConfig, LdapApiService, long) - Static method in class org.apache.directory.ldap.client.api.LdapConnectionPool
-
- newSearchRequest(String, FilterBuilder, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(String, String, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(Dn, FilterBuilder, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(Dn, String, SearchScope) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(String, FilterBuilder, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(Dn, FilterBuilder, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(String, FilterBuilder, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(String, String, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(Dn, String, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(Dn, FilterBuilder, SearchScope) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(String, FilterBuilder, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(Dn, FilterBuilder, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.template.ModelFactory
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(String, FilterBuilder, SearchScope) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(String, String, SearchScope) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(Dn, FilterBuilder, SearchScope) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(Dn, String, SearchScope) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
all normal attributes for each matching entry.
- newSearchRequest(String, FilterBuilder, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(Dn, FilterBuilder, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newSearchRequest(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.template.ModelFactoryImpl
-
Returns a new SearchRequest
over baseDn
in
scope
matching filter
returning
attributes
for each matching entry.
- newUnboundLdapConnection() - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Returns a newly created connection, that has not been bound (bind) that
otherwise respects LdapConnectionConfig supplied to the constructor.
- newUnboundLdapConnection() - Method in interface org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Returns a newly created connection, that has not been bound (bind) that
otherwise respects LdapConnectionConfig supplied to the constructor.
- newWarning(PasswordPolicyResponse) - Static method in class org.apache.directory.ldap.client.template.PasswordWarningImpl
-
- next() - Method in class org.apache.directory.ldap.client.api.EntryCursorImpl
- next() - Method in class org.apache.directory.ldap.client.api.SearchCursorImpl
- NF_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- NO_RESPONSE_ERROR - Static variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- not(FilterBuilder) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder for negating another filter.
- not() - Static method in class org.apache.directory.ldap.client.api.search.UnaryFilter
-
Constructs a NOT filter
- not(Filter) - Static method in class org.apache.directory.ldap.client.api.search.UnaryFilter
-
Constructs a NOT filter with the associated inner Filter
- NoVerificationTrustManager - Class in org.apache.directory.ldap.client.api
-
An implementation of
X509TrustManager
which trusts the given certificates without verifying them.
- NoVerificationTrustManager() - Constructor for class org.apache.directory.ldap.client.api.NoVerificationTrustManager
-
- SASL_FILTER_KEY - Static variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The SaslFilter key
- SaslCallbackHandler - Class in org.apache.directory.ldap.client.api.callback
-
The CallbackHandler implementation used by the LdapConnection during SASL mechanism based bind operations.
- SaslCallbackHandler(SaslRequest) - Constructor for class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
-
Instantiates a new SASL callback handler.
- SaslCramMd5Request - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the CRAM-MD5 SASL operation
- SaslCramMd5Request() - Constructor for class org.apache.directory.ldap.client.api.SaslCramMd5Request
-
Creates a new instance of SaslCramMd5Request.
- SaslDigestMd5Request - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the DIGEST-MD5 SASL operation
- SaslDigestMd5Request() - Constructor for class org.apache.directory.ldap.client.api.SaslDigestMd5Request
-
Creates a new instance of SaslDigestMd5Request.
- SaslExternalRequest - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the EXTERNAL SASL operation
- SaslExternalRequest() - Constructor for class org.apache.directory.ldap.client.api.SaslExternalRequest
-
Creates a new instance of SaslExternalRequest.
- SaslExternalRequest(String) - Constructor for class org.apache.directory.ldap.client.api.SaslExternalRequest
-
Creates a new instance of SaslExternalRequest.
- SaslGssApiRequest - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the GSS-API SASL operation
- SaslGssApiRequest() - Constructor for class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Creates a new instance of SaslGssApiRequest.
- saslMechanism - Variable in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
The mechanism used to decode user identity
- SaslPlainRequest - Class in org.apache.directory.ldap.client.api
-
Holds the data required to complete the SASL PLAIN operation
- SaslPlainRequest() - Constructor for class org.apache.directory.ldap.client.api.SaslPlainRequest
-
Creates a new instance of SaslPlainRequest.
- saslReq - Variable in class org.apache.directory.ldap.client.api.callback.SaslCallbackHandler
-
The sasl request.
- SaslRequest - Interface in org.apache.directory.ldap.client.api
-
Holds the data required to complete the SASL operation
- SC_DESCR_SCHEMA_PARSER - Static variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- schemaManager - Variable in class org.apache.directory.ldap.client.api.AbstractLdapConnection
-
the schema manager
- schemaManager - Variable in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
The schemaManager
- search(Dn, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Do a search, on the base object, using the given filter and scope.
- search(String, String, SearchScope, String...) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Do a search, on the base object, using the given filter and scope.
- search(SearchRequest) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Performs search using a search request object.
- search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Do a search, on the base object, using the given filter and scope.
- search(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Do a search, on the base object, using the given filter and scope.
- search(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Performs search using a search request object.
- search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do a search, on the base object, using the given filter and scope.
- search(String, String, SearchScope, String...) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Do a search, on the base object, using the given filter and scope.
- search(SearchRequest) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Performs search using a search request object.
- search(SearchRequest, long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Search operation with explicit specification of operation timeout.
- search(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(String, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(Dn, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(String, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(SearchRequest, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the entries matching the supplied
searchRequest
, feeding the result into the
entryMapper
.
- search(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(String, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(Dn, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
.
- search(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(String, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- search(SearchRequest, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the entries matching the supplied
searchRequest
, feeding the result into the
entryMapper
.
- 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 - Variable in class org.apache.directory.ldap.client.api.EntryCursorImpl
-
The encapsulated search cursor
- 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.
- searchDoneResp - Variable in class org.apache.directory.ldap.client.api.SearchCursorImpl
-
a reference to hold the SearchResultDone response
- searchFirst(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(String, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(Dn, String, SearchScope, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(String, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(SearchRequest, EntryMapper<T>) - Method in interface org.apache.directory.ldap.client.template.LdapConnectionOperations
-
Searches for the first entry matching the supplied
searchRequest
, feeding the result into the
entryMapper
.
- searchFirst(String, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(String, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(Dn, FilterBuilder, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(Dn, String, SearchScope, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
.
- searchFirst(String, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(String, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(Dn, FilterBuilder, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(Dn, String, SearchScope, String[], EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied criteria, feeding the
result into the entryMapper
, querying only the requested
attributes.
- searchFirst(SearchRequest, EntryMapper<T>) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Searches for the first entry matching the supplied
searchRequest
, feeding the result into the
entryMapper
.
- SearchFuture - Class in org.apache.directory.ldap.client.api.future
-
A Future to manage SerachRequest.
- SearchFuture(LdapConnection, int) - Constructor for class org.apache.directory.ldap.client.api.future.SearchFuture
-
Creates a new instance of SearchFuture.
- searchResultDoneReceived(SearchResultDone, SearchFuture, int) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the SearchResultDone received from the server
- searchResultEntryReceived(SearchResultEntry, SearchFuture) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the SearchResultEntry received from the server
- searchResultReferenceReceived(SearchResultReference, SearchFuture) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Process the SearchResultEntry received from the server
- secured() - Method in class org.apache.directory.ldap.client.api.future.HandshakeFuture
-
Set the Future to done when the TLS handshake has completed
- secureRandom - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
an instance of SecureRandom, if set, will be used while initializing the SSL context
- securityStrength - Variable in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
The security strength
- sendTimeout - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Timeout for I/O (TCP) writes
- sendTimeout - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Timeout for I/O (TCP) writes
- serialVersionUID - Static variable in exception org.apache.directory.ldap.client.api.exception.InvalidConnectionException
-
The serialVersionUID.
- serialVersionUID - Static variable in exception org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
-
The serialVersionUID.
- serialVersionUID - Static variable in class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
-
Default serialVersionUID
- serialVersionUID - Static variable in exception org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException
-
- serialVersionUID - Static variable in exception org.apache.directory.ldap.client.template.exception.LdapRuntimeException
-
- serialVersionUID - Static variable in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
- serialVersionUID - Static variable in class org.apache.directory.ldap.client.template.PasswordWarningImpl
-
- 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(ExtendedResponse) - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
Set the associated Response in this Future
- set(R) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
Set the associated Response in this Future
- set(R) - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
-
Set the associated Response in this Future
- set(R) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
Set the associated Response in this Future
- setAllTimeOuts(long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- setAttributeLatestValueMap(AttributeType, Map<Integer, ?>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Set the latest value map to a defined anonymizer - if it exists -.
- setAuthorizationId(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the Authorization ID
- setBinaryAttributeDetector(BinaryAttributeDetector) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Sets the object responsible for the detection of binary attributes.
- setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
- setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Sets the object responsible for the detection of binary attributes.
- setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sets the object responsible for the detection of binary attributes.
- setBinaryDetector() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Set the BinaryDetector instance in the session
- setCause(Throwable) - Method in class org.apache.directory.ldap.client.api.future.MultipleResponseFuture
-
Associate a cause to the ResponseFuture
- setCause(Throwable) - Method in interface org.apache.directory.ldap.client.api.future.ResponseFuture
-
Associate a cause to the ResponseFuture
- setCause(Throwable) - Method in class org.apache.directory.ldap.client.api.future.UniqueResponseFuture
-
Associate a cause to the ResponseFuture
- setCloseListener(ConnectFuture) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Set a listener associated to the closeFuture
- setCloseTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets close timeout in milliseconds.
- setConnection(LdapConnection) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
- setConnector(IoConnector) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Set the connector to use.
- setConnectTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets connect timeout in milliseconds.
- setCredentials(byte[]) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the credentials.
- setCredentials(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the credentials.
- setCredentials(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the credentials.
- setDefaultTrustManager() - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the default trust manager based on the SunX509 trustManagement algorithm
- setEnabledCipherSuites(String[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the cipher suites which are enabled
- setEnabledProtocols(String...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the protocols which are enabled
- setExtendedRequest(ExtendedRequest) - Method in class org.apache.directory.ldap.client.api.future.ExtendedFuture
-
- setKdcHost(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Sets the KDC host.
- setKdcPort(int) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Sets the KDC port.
- setKeyManagers(KeyManager[]) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the key managers.
- setKrb5ConfFilePath(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Sets the (absolute) path to the 'krb5.conf' file.
- setLatestBytesMap(Map<Integer, byte[]>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- setLatestStringMap(Map<Integer, String>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- setLdapApiService(LdapApiService) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Sets the LdapApiService (codec) to be used by the connections created
by this factory.
- setLdapApiService(LdapApiService) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
- setLdapException(LdapException) - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
Sets the wrapped exception
- setLdapHost(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the LDAP host.
- setLdapPort(int) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the LDAP port.
- setLoginContextName(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- setLoginModuleConfiguration(Configuration) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
- setMatchingRule(String) - Method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilter
-
Sets the matching rule to use.
- setMatchingRule(String) - Method in class org.apache.directory.ldap.client.api.search.MatchingRuleAssertionFilterBuilder
-
Sets the matching rule to use.
- setModelFactory(ModelFactory) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Sets the modelFactory
implementation for this facade.
- setMutualAuthentication(boolean) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the flag indicating if mutual authentication is required.
- setName(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the name which is used to authenticate the user.
- SetOfFiltersFilter - Class in org.apache.directory.ldap.client.api.search
-
An implementation of the Filter interface for the AND and OR Filters
- SetOfFiltersFilter(FilterOperator) - Constructor for class org.apache.directory.ldap.client.api.search.SetOfFiltersFilter
-
Creates a new instance of SetOfFiltersFilter.
- setOut(PrintStream) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
Set the PrintStream to use to print information about the processing
- setPasswordPolicyError(PasswordPolicyErrorEnum) - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
Set the Password Policy error
- setPasswordPolicyResponder(PasswordPolicyResponder) - Method in class org.apache.directory.ldap.client.template.LdapConnectionTemplate
-
Sets the passwordPolicyResponder
implementation for this
facade.
- setQualityOfProtection(SaslQoP) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the quality of protection.
- setQuirksMode(boolean) - Method in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
Sets the quirks mode for all the internal parsers.
- setReadOperationTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets read operation timeout in milliseconds.
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the realm name.
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslDigestMd5Request
-
Sets the realm name.
- setRealmName(String) - Method in class org.apache.directory.ldap.client.api.SaslGssApiRequest
-
Sets the realm name.
- setResultCode(ResultCodeEnum) - Method in exception org.apache.directory.ldap.client.template.exception.PasswordException
-
Sets the LDAP Result code
- setSaslMechanism(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the SASL mechanism
- setSchemaManager(SchemaManager) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
sets a SchemaManager to be used by this connection
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
sets a SchemaManager to be used by this connection
- setSchemaManager(SchemaManager) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
sets a SchemaManager to be used by this connection
- setSecureRandom(SecureRandom) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the secure random.
- setSecurityStrength(SaslSecurityStrength) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the security strength.
- setSendTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the send timeout in milliseconds.
- setSocketSessionConfig(SocketSessionConfig) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
- setSslProtocol(String) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the SSL protocol.
- setTimeOut(long) - Method in class org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory
-
Sets the timeout that will be used by all connections created by this
factory.
- setTimeOut(long) - Method in interface org.apache.directory.ldap.client.api.LdapConnection
-
Set the timeout for the responses.
- setTimeout(long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the timeout in milliseconds.
- setTimeOut(long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionWrapper
-
Set the timeout for the responses.
- setTimeOut(long) - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Set the timeout for the responses.
- setTrustManagers(TrustManager...) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets the trust managers.
- setUsername(String) - Method in class org.apache.directory.ldap.client.api.AbstractSaslRequest
-
Sets the username.
- setUseSsl(boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets whether SSL should be used.
- setUseTls(boolean) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets whether TLS should be used.
- setValidator(LdapConnectionValidator) - Method in class org.apache.directory.ldap.client.api.AbstractPoolableLdapConnectionFactory
-
Sets the validator to use when validation occurs.
- setValueMap(Map<Value, Value>) - Method in class org.apache.directory.ldap.client.api.LdifAnonymizer
-
- setWriteOperationTimeout(Long) - Method in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
Sets write operation timeout in milliseconds.
- socketSessionConfig - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The Socket configuration
- SSL_FILTER_KEY - Static variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
The SslFilter key
- sslProtocol - Variable in class org.apache.directory.ldap.client.api.LdapConnectionConfig
-
name of the protocol used for creating SSL context, default value is "TLS"
- START_TLS_OID - Static variable in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- startsWith(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder that will construct a SubString filter, with an initial part,
and zero to N any part, but no final part.
- startsWith(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
Create a SubstringFilter based on the filter elements.
- startTls() - Method in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
Sends the StartTLS extended request to server and adds a security layer
upon receiving a response with successful result.
- startTlsCalled - Variable in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- startTlsCalled() - Method in class org.apache.directory.ldap.client.api.MonitoringLdapConnection
-
- subschemaSubentryDn - Variable in class org.apache.directory.ldap.client.api.DefaultSchemaLoader
-
the subschemaSubentry DN
- substring(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.FilterBuilder
-
Returns a new FilterBuilder that will construct a SubString filter, with a initial part,
zero to N any parts, and a final part.
- substring(String, String...) - Static method in class org.apache.directory.ldap.client.api.search.SubstringFilter
-
Create a SubstringFilter based on the filter elements.
- SubstringFilter - Class in org.apache.directory.ldap.client.api.search
-
A class used to manage Substring Filters.
- SubstringFilter(String, String, String[], String) - Constructor for class org.apache.directory.ldap.client.api.search.SubstringFilter
-
A private constructor that builds a SubstringFilter
- success(PasswordPolicyResponse) - Method in class org.apache.directory.ldap.client.template.AbstractPasswordPolicyResponder
-
Returns a PasswordWarning
, or null
if no
warnings were present in the supplied passwordPolicy
.
- supportedControls - Variable in class org.apache.directory.ldap.client.api.LdapNetworkConnection
-
list of controls supported by the server