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

A

abandon(int, RequestControl[]) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
abandon() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncRequest
 
abandon(RequestControl[]) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncRequest
 
AbstractUnboundIDSearch(SearchRequest) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Creates a new abstract unbound id search.
add(AddRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
addDisconnectHandler(DisconnectHandler) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateDisconnectHandler
Adds an disconnect handler to this handler.
addUnsolicitedNotificationListener(UnsolicitedNotificationListener) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
addUnsolicitedNotificationListener(UnsolicitedNotificationListener) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateUnsolicitedNotificationHandler
Adds an unsolicited notification listener to this handler.
AggregateDisconnectHandler() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateDisconnectHandler
 
AggregateUnsolicitedNotificationHandler() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateUnsolicitedNotificationHandler
 
anonymousBind(BindRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
Performs an anonymous bind.

B

binaryAttrs - Variable in class org.ldaptive.provider.unboundid.UnboundIDUtils
Attributes that should be treated as binary.
bind(BindRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 

C

close(RequestControl[]) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
close() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
 
compare(CompareRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
config - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection
Provider configuration.
config - Variable in class org.ldaptive.provider.unboundid.UnboundIDProvider
Provider configuration.
connection - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection
Ldap connection.
connectionOptions - Variable in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Connection options.
createDigestMd5Properties(String, Credential, SaslConfig) - Static method in class org.ldaptive.provider.unboundid.UnboundIDSaslUtils
Creates a new digest md5 request properties.
createGssApiProperties(String, Credential, SaslConfig) - Static method in class org.ldaptive.provider.unboundid.UnboundIDSaslUtils
Creates a new gssapi request properties.
createInternal(String) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnectionFactory
 
createInternal(String) - Method in class org.ldaptive.provider.unboundid.UnboundIDStartTLSConnectionFactory
 
createResponse(Request, T, LDAPResult) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
Creates an operation response with the supplied response data.

D

delete(DeleteRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
disconnectHandler - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection
Receives disconnect notifications.

E

extendedOperation(ExtendedRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 

F

fromAttributeModification(AttributeModification[]) - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns unbound id modifications using the supplied attribute modifications.
fromLdapAttribute(LdapAttribute) - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns an unbound id attribute that represents the values in the supplied ldap attribute.
fromLdapAttributes(Collection<LdapAttribute>) - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns a list of unbound id attribute that represents the values in the supplied ldap attributes.
fromSortKey(SortKey[]) - Static method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns unbound id sort keys using the supplied sort keys.

G

getBinaryAttributes() - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns the list of binary attributes.
getConnectionFactory(ConnectionConfig) - Method in class org.ldaptive.provider.unboundid.UnboundIDProvider
 
getConnectionOptions() - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Returns the connection options.
getControlType() - Method in class org.ldaptive.provider.unboundid.UnboundIDControlHandler
 
getDefaultLDAPConnectionOptions(ConnectionConfig) - Method in class org.ldaptive.provider.unboundid.UnboundIDProvider
Returns the default connection options for this provider.
getDefaultLDAPConnectionOptions(ConnectionConfig) - Method in class org.ldaptive.provider.unboundid.UnboundIDSyncProvider
 
getDereferencePolicy(DerefAliases) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Returns the unbound id deference policy for the supplied deref aliases.
getHostnameVerifierSocketFactory(ConnectionConfig) - Method in class org.ldaptive.provider.unboundid.UnboundIDProvider
Returns an SSL socket factory configured with a default hostname verifier.
getLdapConnection() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
Returns the underlying ldap connection.
getMessageId() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncRequest
 
getModificationType(AttributeModificationType) - Static method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns the unbound id modification type for the supplied attribute modification type.
getOID(Control) - Method in class org.ldaptive.provider.unboundid.UnboundIDControlHandler
 
getProviderConfig() - Method in class org.ldaptive.provider.unboundid.UnboundIDProvider
 
getQualityOfProtection(QualityOfProtection) - Static method in class org.ldaptive.provider.unboundid.UnboundIDSaslUtils
Returns the SASL quality of protection string for the supplied enum.
getRequestID() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Returns the request ID.
getResponse() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
 
getSearchIgnoreResultCodes() - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Returns the search ignore result codes.
getSearchRequest(SearchRequest, SearchResultListener, IntermediateResponseListener) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Returns an unbound id search request object configured with the supplied search request.
getSearchScope(SearchScope) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Returns the unbound id search scope for the supplied search scope.
getSocketFactory() - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Returns the socket factory to use for LDAP connections.
getSSLSocketFactory() - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Returns the SSL socket factory to use for LDAPS and startTLS connections.

H

handleDisconnect(LDAPConnection, String, int, DisconnectType, String, Throwable) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateDisconnectHandler
 
handler - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Receives disconnect notifications for this async operation.
handleRequest(RequestControl) - Method in class org.ldaptive.provider.unboundid.UnboundIDControlHandler
 
handleResponse(Control) - Method in class org.ldaptive.provider.unboundid.UnboundIDControlHandler
 
handlers - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateDisconnectHandler
Handlers to receive disconnect notifications.
handleUnsolicitedNotification(LDAPConnection, ExtendedResult) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateUnsolicitedNotificationHandler
 
hasNext() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
 
hasNext() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
Whether the queue is empty.

I

ignoreSearchException(ResultCode[], LDAPException) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Determines whether the supplied ldap exception should be ignored.
initialize() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Initializes this unbound id search listener.
initialize() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
Initializes this unbound id search iterator.
intermediateResponseReturned(IntermediateResponse) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
 
intermediateResponseReturned(IntermediateResponse) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
 

L

ldapOptions - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnectionFactory
UnboundID connection options.
ldapOptions - Variable in class org.ldaptive.provider.unboundid.UnboundIDStartTLSConnectionFactory
UnboundID connection options.
listener - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Search result listener.
listeners - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateUnsolicitedNotificationHandler
Listeners to receive unsolicited notifications.
logger - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection
Logger for this class.

M

modify(ModifyRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
modifyDn(ModifyDnRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 

N

newInstance() - Method in class org.ldaptive.provider.unboundid.UnboundIDProvider
 
next() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
 
next() - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
Returns the next search item from the queue.
notificationHandler - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection
Receives unsolicited notifications.

O

org.ldaptive.provider.unboundid - package org.ldaptive.provider.unboundid
 

P

processIntermediateResponse(IntermediateResponse) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Processes the response controls on the supplied response and returns a corresponding search item.
processLDAPException(Request, LDAPException) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
Determines if the supplied ldap exception should result in an operation retry.
processSearchResultEntry(SearchResultEntry) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Processes the response controls on the supplied entry and returns a corresponding search item.
processSearchResultReference(SearchResultReference) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Processes the response controls on the supplied reference and returns a corresponding search item.

Q

queue - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
Search items.

R

removeDisconnectHandler(DisconnectHandler) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateDisconnectHandler
Removes a disconnect handler from this handler.
removeUnsolicitedNotificationListener(UnsolicitedNotificationListener) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.AggregateUnsolicitedNotificationHandler
Removes an unsolicited notification listener from this handler.
removeUnsolicitedNotificationListener(UnsolicitedNotificationListener) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
request - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Search request.
request - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncRequest
Request that produced this async request.
requestID - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncRequest
Async request id.
requestID - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Request ID of the search operation.
response - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
Response data.
resultIterator - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
Search result iterator.

S

saslBind(BindRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
Performs a sasl bind.
search(SearchRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
search(LDAPConnection, SearchRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Executes an ldap search.
search(LDAPConnection, SearchRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
Executes an ldap search.
searchAsync(SearchRequest, SearchListener) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
 
searchEntryReturned(SearchResultEntry) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
 
searchEntryReturned(SearchResultEntry) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
 
searchIgnoreResultCodes - Variable in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Search result codes to ignore.
searchReferenceReturned(SearchResultReference) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
 
searchReferenceReturned(SearchResultReference) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
 
SearchResultIterator() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator
 
searchResultReceived(AsyncRequestID, SearchResult) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
 
setBinaryAttributes(String[]) - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Sets the list of binary attributes.
setConnectionOptions(LDAPConnectionOptions) - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Sets the connection options.
setProviderConfig(UnboundIDProviderConfig) - Method in class org.ldaptive.provider.unboundid.UnboundIDProvider
 
setSearchIgnoreResultCodes(ResultCode[]) - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Sets the search ignore result codes.
setSocketFactory(SocketFactory) - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Sets the socket factory to use for LDAP connections.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Sets the SSL socket factory to use for LDAPS and startTLS connections.
simpleBind(BindRequest) - Method in class org.ldaptive.provider.unboundid.UnboundIDConnection
Performs a simple bind.
socketFactory - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnectionFactory
Socket factory to use for LDAPS connections.
socketFactory - Variable in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
socket factory for ldap connections.
socketFactory - Variable in class org.ldaptive.provider.unboundid.UnboundIDStartTLSConnectionFactory
Socket factory to use for startTLS.
sortBehavior - Variable in class org.ldaptive.provider.unboundid.UnboundIDUtils
Ldap result sort behavior.
sslSocketFactory - Variable in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
socket factory for ldaps and startTLS connections.

T

toLdapAttribute(Attribute) - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns an ldap attribute using the supplied unbound id attribute.
toSearchEntry(Entry, ResponseControl[], int) - Method in class org.ldaptive.provider.unboundid.UnboundIDUtils
Returns a search entry using the supplied unbound id entry.
toString() - Method in class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
 

U

UnboundIDAsyncRequest(AsyncRequestID, Request) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncRequest
Creates a new unboundid async request.
UnboundIDAsyncSearchListener(SearchRequest, SearchListener) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDAsyncSearchListener
Creates a new unbound id search listener.
UnboundIDConnection - Class in org.ldaptive.provider.unboundid
Unbound ID provider implementation of ldap operations.
UnboundIDConnection(LDAPConnection, UnboundIDProviderConfig) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection
Creates a new unboundid ldap connection.
UnboundIDConnection.AbstractUnboundIDSearch - Class in org.ldaptive.provider.unboundid
Common search functionality for unbound id iterators and listeners.
UnboundIDConnection.AggregateDisconnectHandler - Class in org.ldaptive.provider.unboundid
Allows the use of multiple disconnect handlers per connection.
UnboundIDConnection.AggregateUnsolicitedNotificationHandler - Class in org.ldaptive.provider.unboundid
Allows the use of multiple unsolicited notification handlers per connection.
UnboundIDConnection.UnboundIDAsyncRequest - Class in org.ldaptive.provider.unboundid
Async request to invoke abandons.
UnboundIDConnection.UnboundIDAsyncSearchListener - Class in org.ldaptive.provider.unboundid
Search listener for unbound id async search results.
UnboundIDConnection.UnboundIDSearchIterator - Class in org.ldaptive.provider.unboundid
Search iterator for unbound id search results.
UnboundIDConnection.UnboundIDSearchIterator.SearchResultIterator - Class in org.ldaptive.provider.unboundid
Search results listener for storing entries returned by the search operation.
UnboundIDConnectionFactory - Class in org.ldaptive.provider.unboundid
Creates ldap connections using the UnboundID LDAPConnection class.
UnboundIDConnectionFactory(String, ConnectionStrategy, UnboundIDProviderConfig, SSLSocketFactory, LDAPConnectionOptions) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnectionFactory
Creates a new Unbound ID connection factory.
UnboundIDControlHandler - Class in org.ldaptive.provider.unboundid
Unbound ID control handler.
UnboundIDControlHandler() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDControlHandler
 
UnboundIDProvider - Class in org.ldaptive.provider.unboundid
UnboundID provider implementation.
UnboundIDProvider() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDProvider
 
UnboundIDProviderConfig - Class in org.ldaptive.provider.unboundid
Contains configuration data for the UnboundID provider.
UnboundIDProviderConfig() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDProviderConfig
Default constructor.
UnboundIDSaslUtils - Class in org.ldaptive.provider.unboundid
Support for SASL authentication.
UnboundIDSaslUtils() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDSaslUtils
Default constructor.
UnboundIDSearchIterator(SearchRequest) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDConnection.UnboundIDSearchIterator
Creates a new unbound id search iterator.
UnboundIDStartTLSConnectionFactory - Class in org.ldaptive.provider.unboundid
Creates ldap connections using the UnboundID LDAPConnection class and performs the startTLS extended operation.
UnboundIDStartTLSConnectionFactory(String, ConnectionStrategy, UnboundIDProviderConfig, SSLSocketFactory, LDAPConnectionOptions) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDStartTLSConnectionFactory
Creates a new Unbound ID connection factory.
UnboundIDSyncProvider - Class in org.ldaptive.provider.unboundid
UnboundID provider implementation that uses synchronous options.
UnboundIDSyncProvider() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDSyncProvider
 
UnboundIDUtils - Class in org.ldaptive.provider.unboundid
Provides methods for converting between Unbound ID specific objects and ldaptive specific objects.
UnboundIDUtils() - Constructor for class org.ldaptive.provider.unboundid.UnboundIDUtils
Default constructor.
UnboundIDUtils(SortBehavior) - Constructor for class org.ldaptive.provider.unboundid.UnboundIDUtils
Creates a new unboundid util.
util - Variable in class org.ldaptive.provider.unboundid.UnboundIDConnection.AbstractUnboundIDSearch
Utility class.
A B C D E F G H I L M N O P Q R S T U 
Skip navigation links

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