Uses of Interface
org.ldaptive.ResponseMessage

Packages that use ResponseMessage
org.ldaptive   
org.ldaptive.async   
org.ldaptive.auth   
org.ldaptive.intermediate   
org.ldaptive.pool   
org.ldaptive.provider   
 

Uses of ResponseMessage in org.ldaptive
 

Classes in org.ldaptive that implement ResponseMessage
 class LdapException
          Base exception for all ldap related exceptions.
 class OperationException
          Exception thrown when an ldap operation attempt fails.
 class Response<T>
          Wrapper class for all operation responses.
 class SearchEntry
          Simple bean representing a search entry.
 class SearchReference
          Simple bean representing a search reference.
 

Uses of ResponseMessage in org.ldaptive.async
 

Classes in org.ldaptive.async that implement ResponseMessage
 class FutureResponse<T>
          Response that blocks on each property until it is available.
 

Uses of ResponseMessage in org.ldaptive.auth
 

Classes in org.ldaptive.auth that implement ResponseMessage
 class AuthenticationHandlerResponse
          Response object for authentication handlers.
 class AuthenticationResponse
          Response object for authenticator.
 

Uses of ResponseMessage in org.ldaptive.intermediate
 

Subinterfaces of ResponseMessage in org.ldaptive.intermediate
 interface IntermediateResponse
          Interface for ldap intermediate responses.
 

Classes in org.ldaptive.intermediate that implement ResponseMessage
 class AbstractIntermediateResponse
          Base class for ldap intermediate response messages.
 class SyncInfoMessage
          Intermediate response message for ldap content synchronization.
 

Uses of ResponseMessage in org.ldaptive.pool
 

Classes in org.ldaptive.pool that implement ResponseMessage
 class ActivationException
          Thrown when an attempt to activate a pooled object fails.
 class BlockingTimeoutException
          Thrown when a blocking operation times out.
 class PoolException
          Base exception thrown when a pool operation fails.
 class PoolExhaustedException
          Thrown when the pool is empty and no new requests can be serviced.
 class PoolInterruptedException
          Thrown when a pool thread is unexpectedly interrupted while blocking.
 class ValidationException
          Thrown when an attempt to validate a pooled object fails.
 

Uses of ResponseMessage in org.ldaptive.provider
 

Classes in org.ldaptive.provider that implement ResponseMessage
 class ConnectionException
          Exception thrown when a connection attempt fails.
 



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