Skip navigation links
A B C D E F G H I L M N O P R S T U 

A

abandon(int, RequestControl[]) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
AbstractApacheLdapSearch(SearchRequest) - Constructor for class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Creates a new abstract apache ldap search.
add(AddRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
addUnsolicitedNotificationListener(UnsolicitedNotificationListener) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
anonymousBind(BindRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Performs an anonymous bind.
ApacheLdapConnection - Class in org.ldaptive.provider.apache
Apache LDAP provider implementation of ldap operations.
ApacheLdapConnection(LdapNetworkConnection, ApacheLdapProviderConfig) - Constructor for class org.ldaptive.provider.apache.ApacheLdapConnection
Creates a new apache ldap connection.
ApacheLdapConnection.AbstractApacheLdapSearch - Class in org.ldaptive.provider.apache
Common search functionality for apache ldap iterators and listeners.
ApacheLdapConnection.ApacheLdapSearchIterator - Class in org.ldaptive.provider.apache
Search iterator for apache ldap search results.
ApacheLdapConnection.ApacheLdapSearchListener - Class in org.ldaptive.provider.apache
Search listener for apache ldap search results.
ApacheLdapConnectionFactory - Class in org.ldaptive.provider.apache
Creates ldap connections using the Apache LdapNetworkConnection class.
ApacheLdapConnectionFactory(String, ConnectionStrategy, ApacheLdapProviderConfig, LdapConnectionConfig, boolean, Duration) - Constructor for class org.ldaptive.provider.apache.ApacheLdapConnectionFactory
Creates a new Apache LDAP connection factory.
ApacheLdapControlHandler - Class in org.ldaptive.provider.apache
Apache Ldap control handler.
ApacheLdapControlHandler() - Constructor for class org.ldaptive.provider.apache.ApacheLdapControlHandler
 
ApacheLdapProvider - Class in org.ldaptive.provider.apache
Exposes a connection factory for creating ldap connections with Apache LDAP.
ApacheLdapProvider() - Constructor for class org.ldaptive.provider.apache.ApacheLdapProvider
 
ApacheLdapProviderConfig - Class in org.ldaptive.provider.apache
Contains configuration data for the Apache Ldap provider.
ApacheLdapProviderConfig() - Constructor for class org.ldaptive.provider.apache.ApacheLdapProviderConfig
Default constructor.
ApacheLdapSaslUtils - Class in org.ldaptive.provider.apache
Support for SASL authentication.
ApacheLdapSaslUtils() - Constructor for class org.ldaptive.provider.apache.ApacheLdapSaslUtils
Default constructor.
ApacheLdapSearchIterator(SearchRequest) - Constructor for class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
Creates a new apache ldap search iterator.
ApacheLdapSearchListener(SearchRequest, SearchListener) - Constructor for class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchListener
Creates a new apache ldap search listener.
ApacheLdapUtils - Class in org.ldaptive.provider.apache
Provides methods for converting between Apache Ldap specific objects and ldaptive specific objects.
ApacheLdapUtils() - Constructor for class org.ldaptive.provider.apache.ApacheLdapUtils
Default constructor.
ApacheLdapUtils(SortBehavior) - Constructor for class org.ldaptive.provider.apache.ApacheLdapUtils
Creates a new apache ldap util.

B

binaryAttrs - Variable in class org.ldaptive.provider.apache.ApacheLdapUtils
Attributes that should be treated as binary.
bind(BindRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 

C

close() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
 
close(RequestControl[]) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
compare(CompareRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
config - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection
Provider configuration.
config - Variable in class org.ldaptive.provider.apache.ApacheLdapProvider
Provider configuration.
connection - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection
Ldap connection.
connectionConfig - Variable in class org.ldaptive.provider.apache.ApacheLdapProviderConfig
Connection configuration.
createCramMd5Request(String, Credential, SaslConfig) - Static method in class org.ldaptive.provider.apache.ApacheLdapSaslUtils
Creates a new cram md5 request.
createDigestMd5Request(String, Credential, SaslConfig) - Static method in class org.ldaptive.provider.apache.ApacheLdapSaslUtils
Creates a new digest md5 request.
createGssApiRequest(String, Credential, SaslConfig) - Static method in class org.ldaptive.provider.apache.ApacheLdapSaslUtils
Creates a new gssapi request.
createInternal(String) - Method in class org.ldaptive.provider.apache.ApacheLdapConnectionFactory
 
createResponse(Request, T, ResultResponse) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Creates an operation response with the supplied response data.
createValue(Object) - Static method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns an apache ldap value for the supplied object.
cursor - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
Ldap search cursor.

D

delete(DeleteRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 

E

extendedOperation(ExtendedRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 

F

fromAttributeModification(AttributeModification[]) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns apache ldap modifications using the supplied attribute modifications.
fromLdapAttribute(LdapAttribute) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns an apache ldap attribute that represents the values in the supplied ldap attribute.
fromLdapAttributes(Collection<LdapAttribute>) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns a list of apache ldap attribute that represents the values in the supplied ldap attributes.
fromLdapEntry(LdapEntry) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns an apache ldap entry that represents the supplied ldap entry.

G

getAliasDerefMode(DerefAliases) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Returns the apache ldap alias deref mode for the supplied deref aliases.
getAttributeModification(AttributeModificationType) - Static method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns the apache ldap modification operation for the supplied attribute modification type.
getBinaryAttributes() - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns the list of binary attributes.
getConnectionFactory(ConnectionConfig) - Method in class org.ldaptive.provider.apache.ApacheLdapProvider
 
getControlType() - Method in class org.ldaptive.provider.apache.ApacheLdapControlHandler
 
getDefaultLdapConnectionConfig(ConnectionConfig) - Method in class org.ldaptive.provider.apache.ApacheLdapProvider
Returns the default connection configuration for this provider.
getHostnameVerifierSSLContextInitializer(ConnectionConfig) - Method in class org.ldaptive.provider.apache.ApacheLdapProvider
Returns an SSLContextInitializer configured with a default hostname verifier.
getLdapConnection() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Returns the underlying ldap connection.
getLdapConnectionConfig() - Method in class org.ldaptive.provider.apache.ApacheLdapProviderConfig
Returns the connection configuration.
getOID(Control) - Method in class org.ldaptive.provider.apache.ApacheLdapControlHandler
 
getProviderConfig() - Method in class org.ldaptive.provider.apache.ApacheLdapProvider
 
getQualityOfProtection(QualityOfProtection) - Static method in class org.ldaptive.provider.apache.ApacheLdapSaslUtils
Returns the SASL quality of protection string for the supplied enum.
getResponse() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
 
getResponseControls(Message) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Retrieves the response controls from the supplied response.
getSearchRequest(SearchRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Returns an apache ldap search request object configured with the supplied search request.
getSearchScope(SearchScope) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Returns the apache ldap search scope for the supplied search scope.
getSecurityStrength(SecurityStrength) - Static method in class org.ldaptive.provider.apache.ApacheLdapSaslUtils
Returns the SASL security strength string for the supplied enum.

H

handleRequest(RequestControl) - Method in class org.ldaptive.provider.apache.ApacheLdapControlHandler
 
handleResponse(Control) - Method in class org.ldaptive.provider.apache.ApacheLdapControlHandler
 
hasNext() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
 

I

initialize() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
Initializes this apache ldap search iterator.
initialize() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchListener
Initializes this apache ldap search listener.

L

ldapConnectionConfig - Variable in class org.ldaptive.provider.apache.ApacheLdapConnectionFactory
Connection configuration.
listener - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchListener
Search result listener.
logger - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection
Logger for this class.

M

modify(ModifyRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
modifyDn(ModifyDnRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 

N

newInstance() - Method in class org.ldaptive.provider.apache.ApacheLdapProvider
 
next() - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
 

O

org.ldaptive.provider.apache - package org.ldaptive.provider.apache
 

P

processIntermediateResponse(IntermediateResponse) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Processes the response controls on the supplied response and returns a corresponding search item.
processLdapException(LdapException) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Determines if the supplied ldap exception should result in an operation exception.
processLdapOperationException(LdapOperationException) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Determines if the supplied ldap exception should result in an operation exception.
processResponseControls(ControlProcessor<Control>, RequestControl[], Message) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Retrieves the response controls from the supplied response and processes them with the supplied control processor.
processSearchResultEntry(SearchResultEntry) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Processes the response controls on the supplied entry and returns a corresponding search item.
processSearchResultReference(SearchResultReference) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Processes the response controls on the supplied reference and returns a corresponding search item.

R

removeUnsolicitedNotificationListener(UnsolicitedNotificationListener) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
request - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Search request.
response - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection.ApacheLdapSearchIterator
Response data.
responseTimeOut - Variable in class org.ldaptive.provider.apache.ApacheLdapConnectionFactory
Timeout for responses.

S

saslBind(BindRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Performs a sasl bind.
search(LdapNetworkConnection, SearchRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Executes an ldap search.
search(SearchRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
searchAsync(SearchRequest, SearchListener) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
 
setBinaryAttributes(String[]) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Sets the list of binary attributes.
setLdapConnectionConfig(LdapConnectionConfig) - Method in class org.ldaptive.provider.apache.ApacheLdapProviderConfig
Sets the connection configuration.
setProviderConfig(ApacheLdapProviderConfig) - Method in class org.ldaptive.provider.apache.ApacheLdapProvider
 
simpleBind(BindRequest) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Performs a simple bind.
sortBehavior - Variable in class org.ldaptive.provider.apache.ApacheLdapUtils
Ldap result sort behavior.

T

throwOperationException(Request, ResultResponse) - Method in class org.ldaptive.provider.apache.ApacheLdapConnection
Determines if the supplied response should result in an operation retry.
toLdapAttribute(Attribute) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns an ldap attribute using the supplied apache ldap attribute.
toSearchEntry(Entry, ResponseControl[], int) - Method in class org.ldaptive.provider.apache.ApacheLdapUtils
Returns a search entry using the supplied apache ldap entry.
toString() - Method in class org.ldaptive.provider.apache.ApacheLdapProviderConfig
 

U

useStartTLS - Variable in class org.ldaptive.provider.apache.ApacheLdapConnectionFactory
Whether to startTLS on connections.
util - Variable in class org.ldaptive.provider.apache.ApacheLdapConnection.AbstractApacheLdapSearch
Utility class.
A B C D E F G H I L M N O P R S T U 
Skip navigation links

Copyright © 2003-2016 Virginia Tech. All Rights Reserved.