Class Hierarchy
- java.lang.Object
- com.unboundid.ldap.sdk.AbstractConnectionPool (implements java.io.Closeable, com.unboundid.ldap.sdk.FullLDAPInterface)
- com.unboundid.ldap.sdk.LDAPConnectionPool
- com.unboundid.ldap.sdk.LDAPThreadLocalConnectionPool
- com.unboundid.ldap.sdk.AggregatePostConnectProcessor (implements com.unboundid.ldap.sdk.PostConnectProcessor)
- com.unboundid.ldap.sdk.AsyncRequestID (implements java.util.concurrent.Future<V>, java.io.Serializable)
- com.unboundid.ldap.sdk.Attribute (implements java.io.Serializable)
- com.unboundid.ldap.sdk.BasicAsyncCompareResultListener (implements com.unboundid.ldap.sdk.AsyncCompareResultListener, java.io.Serializable)
- com.unboundid.ldap.sdk.BasicAsyncResultListener (implements com.unboundid.ldap.sdk.AsyncResultListener, java.io.Serializable)
- com.unboundid.ldap.sdk.BasicAsyncSearchResultListener (implements com.unboundid.ldap.sdk.AsyncSearchResultListener)
- com.unboundid.ldap.sdk.CompactEntry (implements java.io.Serializable)
- com.unboundid.ldap.sdk.Control (implements java.io.Serializable)
- com.unboundid.ldap.sdk.DereferencePolicy (implements java.io.Serializable)
- com.unboundid.ldap.sdk.DIGESTMD5BindRequestProperties (implements java.io.Serializable)
- com.unboundid.ldap.sdk.DN (implements java.lang.Comparable<T>, java.util.Comparator<T>, java.io.Serializable)
- com.unboundid.ldap.sdk.DNEscapingStrategy (implements java.io.Serializable)
- com.unboundid.ldap.sdk.Entry (implements com.unboundid.ldif.LDIFRecord)
- com.unboundid.ldap.sdk.ReadOnlyEntry
- com.unboundid.ldap.sdk.ChangeLogEntry
- com.unboundid.ldap.sdk.RootDSE
- com.unboundid.ldap.sdk.SearchResultEntry (implements com.unboundid.ldap.protocol.LDAPResponse)
- com.unboundid.ldap.sdk.ReadOnlyEntry
- com.unboundid.ldap.sdk.EntrySorter (implements java.util.Comparator<T>, java.io.Serializable)
- com.unboundid.ldap.sdk.EntrySource (implements java.io.Closeable)
- com.unboundid.ldap.sdk.DNEntrySource
- com.unboundid.ldap.sdk.LDAPEntrySource (implements com.unboundid.ldap.sdk.AsyncSearchResultListener)
- com.unboundid.ldap.sdk.Filter (implements java.io.Serializable)
- com.unboundid.ldap.sdk.GSSAPIBindRequestProperties (implements java.io.Serializable)
- com.unboundid.ldap.sdk.IntermediateResponse (implements com.unboundid.ldap.protocol.LDAPResponse, java.io.Serializable)
- com.unboundid.ldap.sdk.JSONLDAPConnectionLoggerProperties (implements java.io.Serializable)
- com.unboundid.ldap.sdk.LDAPConnection (implements java.io.Closeable, com.unboundid.ldap.sdk.FullLDAPInterface, com.unboundid.ldap.sdk.LDAPConnectionInfo, com.unboundid.ldap.sdk.ReferralConnector)
- com.unboundid.ldap.sdk.LDAPConnectionLogger
- com.unboundid.ldap.sdk.JSONLDAPConnectionLogger
- com.unboundid.ldap.sdk.LDAPConnectionOptions
- com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
- com.unboundid.ldap.sdk.AggregateLDAPConnectionPoolHealthCheck
- com.unboundid.ldap.sdk.GetEntryLDAPConnectionPoolHealthCheck (implements java.io.Serializable)
- com.unboundid.ldap.sdk.PasswordExpirationLDAPConnectionPoolHealthCheck
- com.unboundid.ldap.sdk.PruneUnneededConnectionsLDAPConnectionPoolHealthCheck
- com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult (implements java.io.Serializable)
- com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics (implements java.io.Serializable)
- com.unboundid.ldap.sdk.LDAPConnectionStatistics (implements java.io.Serializable)
- com.unboundid.ldap.sdk.LDAPReadWriteConnectionPool (implements java.io.Closeable, com.unboundid.ldap.sdk.LDAPInterface)
- com.unboundid.ldap.sdk.LDAPRequest (implements com.unboundid.ldap.sdk.ReadOnlyLDAPRequest)
- com.unboundid.ldap.sdk.BindRequest
- com.unboundid.ldap.sdk.SASLBindRequest
- com.unboundid.ldap.sdk.ANONYMOUSBindRequest
- com.unboundid.ldap.sdk.CRAMMD5BindRequest (implements javax.security.auth.callback.CallbackHandler)
- com.unboundid.ldap.sdk.DIGESTMD5BindRequest (implements javax.security.auth.callback.CallbackHandler)
- com.unboundid.ldap.sdk.EXTERNALBindRequest
- com.unboundid.ldap.sdk.GenericSASLBindRequest
- com.unboundid.ldap.sdk.GSSAPIBindRequest (implements javax.security.auth.callback.CallbackHandler, java.security.PrivilegedExceptionAction<T>)
- com.unboundid.ldap.sdk.OAUTHBEARERBindRequest
- com.unboundid.ldap.sdk.PLAINBindRequest
- com.unboundid.ldap.sdk.SCRAMBindRequest
- com.unboundid.ldap.sdk.SCRAMSHA1BindRequest
- com.unboundid.ldap.sdk.SCRAMSHA256BindRequest
- com.unboundid.ldap.sdk.SCRAMSHA512BindRequest
- com.unboundid.ldap.sdk.SimpleBindRequest (implements com.unboundid.ldap.protocol.ProtocolOp)
- com.unboundid.ldap.sdk.SASLBindRequest
- com.unboundid.ldap.sdk.ExtendedRequest (implements com.unboundid.ldap.protocol.ProtocolOp)
- com.unboundid.ldap.sdk.UpdatableLDAPRequest
- com.unboundid.ldap.sdk.AddRequest (implements com.unboundid.ldap.protocol.ProtocolOp, com.unboundid.ldap.sdk.ReadOnlyAddRequest)
- com.unboundid.ldap.sdk.CompareRequest (implements com.unboundid.ldap.protocol.ProtocolOp, com.unboundid.ldap.sdk.ReadOnlyCompareRequest)
- com.unboundid.ldap.sdk.DeleteRequest (implements com.unboundid.ldap.protocol.ProtocolOp, com.unboundid.ldap.sdk.ReadOnlyDeleteRequest)
- com.unboundid.ldap.sdk.ModifyDNRequest (implements com.unboundid.ldap.protocol.ProtocolOp, com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest)
- com.unboundid.ldap.sdk.ModifyRequest (implements com.unboundid.ldap.protocol.ProtocolOp, com.unboundid.ldap.sdk.ReadOnlyModifyRequest)
- com.unboundid.ldap.sdk.SearchRequest (implements com.unboundid.ldap.protocol.ProtocolOp, com.unboundid.ldap.sdk.ReadOnlySearchRequest)
- com.unboundid.ldap.sdk.BindRequest
- com.unboundid.ldap.sdk.LDAPResult (implements com.unboundid.ldap.protocol.LDAPResponse, java.io.Serializable)
- com.unboundid.ldap.sdk.BindResult
- com.unboundid.ldap.sdk.OAUTHBEARERBindResult
- com.unboundid.ldap.sdk.CompareResult
- com.unboundid.ldap.sdk.ExtendedResult
- com.unboundid.ldap.sdk.SearchResult
- com.unboundid.ldap.sdk.BindResult
- com.unboundid.ldap.sdk.LDAPURL (implements java.io.Serializable)
- com.unboundid.ldap.sdk.MockableLDAPConnection (implements com.unboundid.ldap.sdk.FullLDAPInterface)
- com.unboundid.ldap.sdk.Modification (implements java.io.Serializable)
- com.unboundid.ldap.sdk.ModificationType (implements java.io.Serializable)
- com.unboundid.ldap.sdk.NameResolver
- com.unboundid.ldap.sdk.CachingNameResolver
- com.unboundid.ldap.sdk.DefaultNameResolver
- com.unboundid.ldap.sdk.OAUTHBEARERBindRequestProperties (implements java.io.Serializable)
- com.unboundid.ldap.sdk.PasswordProvider (implements java.io.Serializable)
- com.unboundid.ldap.sdk.ReadFromFilePasswordProvider
- com.unboundid.ldap.sdk.RDN (implements java.lang.Comparable<T>, java.util.Comparator<T>, java.io.Serializable)
- com.unboundid.ldap.sdk.RDNNameValuePair (implements java.lang.Comparable<T>, java.util.Comparator<T>, java.io.Serializable)
- com.unboundid.ldap.sdk.ResultCode (implements java.io.Serializable)
- com.unboundid.ldap.sdk.RetainConnectExceptionReferralConnector (implements com.unboundid.ldap.sdk.ReferralConnector)
- com.unboundid.ldap.sdk.SASLClientBindHandler
- com.unboundid.ldap.sdk.SearchResultReference (implements com.unboundid.ldap.protocol.LDAPResponse, java.io.Serializable)
- com.unboundid.ldap.sdk.SearchScope (implements java.io.Serializable)
- com.unboundid.ldap.sdk.ServerSet
- com.unboundid.ldap.sdk.DNSSRVRecordServerSet
- com.unboundid.ldap.sdk.FailoverServerSet
- com.unboundid.ldap.sdk.FastestConnectServerSet
- com.unboundid.ldap.sdk.FewestConnectionsServerSet
- com.unboundid.ldap.sdk.RoundRobinDNSServerSet
- com.unboundid.ldap.sdk.RoundRobinServerSet
- com.unboundid.ldap.sdk.SingleServerSet
- com.unboundid.ldap.sdk.ServerSetBlacklistManager
- com.unboundid.ldap.sdk.StartTLSPostConnectProcessor (implements com.unboundid.ldap.sdk.PostConnectProcessor)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.unboundid.util.LDAPSDKException
- com.unboundid.ldap.sdk.EntrySourceException
- com.unboundid.ldap.sdk.SearchResultReferenceEntrySourceException
- com.unboundid.ldap.sdk.LDAPException
- com.unboundid.ldap.sdk.LDAPBindException
- com.unboundid.ldap.sdk.SASLBindInProgressException
- com.unboundid.ldap.sdk.LDAPExtendedOperationException
- com.unboundid.ldap.sdk.LDAPSearchException
- com.unboundid.ldap.sdk.LDAPBindException
- com.unboundid.ldap.sdk.EntrySourceException
- java.lang.RuntimeException
- com.unboundid.util.LDAPSDKRuntimeException
- com.unboundid.ldap.sdk.LDAPRuntimeException
- com.unboundid.util.LDAPSDKRuntimeException
- com.unboundid.util.LDAPSDKException
- java.lang.Exception
- com.unboundid.ldap.sdk.Version
- com.unboundid.ldap.sdk.AbstractConnectionPool (implements java.io.Closeable, com.unboundid.ldap.sdk.FullLDAPInterface)
Interface Hierarchy
- com.unboundid.ldap.sdk.AsyncCompareResultListener
- com.unboundid.ldap.sdk.AsyncResultListener
- java.lang.AutoCloseable
- java.io.Closeable
- com.unboundid.ldap.sdk.FullLDAPInterface (also extends com.unboundid.ldap.sdk.LDAPInterface)
- java.io.Closeable
- com.unboundid.ldap.sdk.DisconnectHandler
- com.unboundid.ldap.sdk.LDAPConnectionInfo
- com.unboundid.ldap.sdk.LDAPInterface
- com.unboundid.ldap.sdk.FullLDAPInterface (also extends java.io.Closeable)
- com.unboundid.ldap.sdk.PostConnectProcessor
- com.unboundid.ldap.sdk.ReferralConnector
- java.io.Serializable
- com.unboundid.ldap.sdk.DecodeableControl
- com.unboundid.ldap.sdk.IntermediateResponseListener
- com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
- com.unboundid.ldap.sdk.ReadOnlyAddRequest
- com.unboundid.ldap.sdk.ReadOnlyCompareRequest
- com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
- com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
- com.unboundid.ldap.sdk.ReadOnlyModifyRequest
- com.unboundid.ldap.sdk.ReadOnlySearchRequest
- com.unboundid.ldap.sdk.SearchResultListener
- com.unboundid.ldap.sdk.AsyncSearchResultListener
- com.unboundid.ldap.sdk.UnsolicitedNotificationHandler
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.unboundid.ldap.sdk.ChangeType
- com.unboundid.ldap.sdk.DisconnectType
- com.unboundid.ldap.sdk.GSSAPIChannelBindingType
- com.unboundid.ldap.sdk.OperationType
- com.unboundid.ldap.sdk.RoundRobinDNSServerSet.AddressSelectionMode
- com.unboundid.ldap.sdk.SASLQualityOfProtection
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)