Uses of Package
org.ldaptive

Packages that use org.ldaptive
org.ldaptive   
org.ldaptive.ad   
org.ldaptive.ad.control.util   
org.ldaptive.ad.extended   
org.ldaptive.ad.handler   
org.ldaptive.ad.schema   
org.ldaptive.async   
org.ldaptive.async.handler   
org.ldaptive.auth   
org.ldaptive.cache   
org.ldaptive.cli   
org.ldaptive.concurrent   
org.ldaptive.control   
org.ldaptive.control.util   
org.ldaptive.ext   
org.ldaptive.extended   
org.ldaptive.handler   
org.ldaptive.intermediate   
org.ldaptive.io   
org.ldaptive.jaas   
org.ldaptive.pool   
org.ldaptive.props   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
org.ldaptive.sasl   
org.ldaptive.servlets   
org.ldaptive.ssl   
 

Classes in org.ldaptive used by org.ldaptive
AbstractConfig
          Provides common implementations for configuration objects.
AbstractLdapBean
          Provides common implementations for ldap beans.
AbstractOperation
          Provides common implementation for ldap operations.
AbstractRequest
          Contains the data common to all request objects.
AddRequest
          Contains the data required to perform an ldap add operation.
AttributeModification
          Contains the data required to modify an ldap attribute.
AttributeModificationType
          Enum to define the type of attribute modification.
BindRequest
          Contains the data required to perform an ldap bind operation.
CompareRequest
          Contains the data required to perform an ldap compare operation.
Connection
          Interface for ldap connection implementations.
ConnectionConfig
          Contains all the configuration data needed to control connections.
ConnectionFactory
          Factory for creating connections.
ConnectionInitializer
          Provides an interface for initializing connections after they are opened.
Credential
          Provides convenience methods for converting the various types of passwords into a byte array.
DeleteRequest
          Contains the data required to perform an ldap delete operation.
DerefAliases
          Enum to define how aliases are dereferenced.
LdapAttribute
          Simple bean representing an ldap attribute.
LdapEntry
          Simple bean representing an ldap entry.
LdapException
          Base exception for all ldap related exceptions.
LdapURL.Entry
          Represents a single LDAP URL entry.
Message
          Interface for ldap messages.
ModifyDnRequest
          Contains the data required to perform an ldap modify dn operation.
ModifyRequest
          Contains the data required to perform an ldap modify operation.
Operation
          Interface for ldap operations.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
ResponseMessage
          Interface for ldap response messages.
ResultCode
          Enum to define ldap result codes.
ReturnAttributes
          Enum to define constants specific to ldap return attributes.
SearchFilter
          Simple bean for an ldap search filter and it's parameters.
SearchReference
          Simple bean representing a search reference.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
SearchScope
          Enum to define the type of search scope.
SortBehavior
          Enum to define how ldap result, entries, and attribute data should be sorted.
 

Classes in org.ldaptive used by org.ldaptive.ad
AbstractLdapBean
          Provides common implementations for ldap beans.
LdapAttribute
          Simple bean representing an ldap attribute.
 

Classes in org.ldaptive used by org.ldaptive.ad.control.util
Connection
          Interface for ldap connection implementations.
LdapException
          Base exception for all ldap related exceptions.
Response
          Wrapper class for all operation responses.
SearchEntry
          Simple bean representing a search entry.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.ad.extended
AbstractOperation
          Provides common implementation for ldap operations.
AbstractRequest
          Contains the data common to all request objects.
Connection
          Interface for ldap connection implementations.
ConnectionInitializer
          Provides an interface for initializing connections after they are opened.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
Operation
          Interface for ldap operations.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
 

Classes in org.ldaptive used by org.ldaptive.ad.handler
Connection
          Interface for ldap connection implementations.
LdapException
          Base exception for all ldap related exceptions.
SearchEntry
          Simple bean representing a search entry.
SearchRequest
          Contains the data required to perform an ldap search operation.
 

Classes in org.ldaptive used by org.ldaptive.ad.schema
ConnectionFactory
          Factory for creating connections.
LdapEntry
          Simple bean representing an ldap entry.
LdapException
          Base exception for all ldap related exceptions.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.async
AbstractOperation
          Provides common implementation for ldap operations.
Connection
          Interface for ldap connection implementations.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
Operation
          Interface for ldap operations.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
ResponseMessage
          Interface for ldap response messages.
ResultCode
          Enum to define ldap result codes.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.async.handler
Connection
          Interface for ldap connection implementations.
LdapException
          Base exception for all ldap related exceptions.
Request
          Marker interface for all ldap requests.
 

Classes in org.ldaptive used by org.ldaptive.auth
Connection
          Interface for ldap connection implementations.
ConnectionFactory
          Factory for creating connections.
ConnectionFactoryManager
          Interface for objects that manage an instance of connection factory.
Credential
          Provides convenience methods for converting the various types of passwords into a byte array.
DerefAliases
          Enum to define how aliases are dereferenced.
LdapEntry
          Simple bean representing an ldap entry.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
Response
          Wrapper class for all operation responses.
ResponseMessage
          Interface for ldap response messages.
ResultCode
          Enum to define ldap result codes.
SearchFilter
          Simple bean for an ldap search filter and it's parameters.
SearchOperation
          Executes an ldap search operation.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.cache
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.cli
ConnectionFactory
          Factory for creating connections.
LdapAttribute
          Simple bean representing an ldap attribute.
SearchRequest
          Contains the data required to perform an ldap search operation.
 

Classes in org.ldaptive used by org.ldaptive.concurrent
AbstractRequest
          Contains the data common to all request objects.
AddOperation
          Executes an ldap add operation.
BindOperation
          Executes an ldap bind operation.
CompareOperation
          Executes an ldap compare operation.
Connection
          Interface for ldap connection implementations.
ConnectionFactory
          Factory for creating connections.
DeleteOperation
          Executes an ldap delete operation.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
ModifyDnOperation
          Executes an ldap modify dn operation.
ModifyOperation
          Executes an ldap modify operation.
Operation
          Interface for ldap operations.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
SearchEntry
          Simple bean representing a search entry.
SearchFilter
          Simple bean for an ldap search filter and it's parameters.
SearchOperation
          Executes an ldap search operation.
SearchReference
          Simple bean representing a search reference.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.control
ResultCode
          Enum to define ldap result codes.
 

Classes in org.ldaptive used by org.ldaptive.control.util
Connection
          Interface for ldap connection implementations.
LdapException
          Base exception for all ldap related exceptions.
Response
          Wrapper class for all operation responses.
SearchEntry
          Simple bean representing a search entry.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.ext
AbstractOperation
          Provides common implementation for ldap operations.
AbstractRequest
          Contains the data common to all request objects.
Connection
          Interface for ldap connection implementations.
LdapEntry
          Simple bean representing an ldap entry.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
Operation
          Interface for ldap operations.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
 

Classes in org.ldaptive used by org.ldaptive.extended
AbstractOperation
          Provides common implementation for ldap operations.
AbstractRequest
          Contains the data common to all request objects.
Connection
          Interface for ldap connection implementations.
Credential
          Provides convenience methods for converting the various types of passwords into a byte array.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
Operation
          Interface for ldap operations.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
 

Classes in org.ldaptive used by org.ldaptive.handler
Connection
          Interface for ldap connection implementations.
LdapAttribute
          Simple bean representing an ldap attribute.
LdapException
          Base exception for all ldap related exceptions.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
SearchEntry
          Simple bean representing a search entry.
SearchReference
          Simple bean representing a search reference.
SearchRequest
          Contains the data required to perform an ldap search operation.
 

Classes in org.ldaptive used by org.ldaptive.intermediate
Message
          Interface for ldap messages.
ResponseMessage
          Interface for ldap response messages.
 

Classes in org.ldaptive used by org.ldaptive.io
LdapAttribute
          Simple bean representing an ldap attribute.
LdapEntry
          Simple bean representing an ldap entry.
SearchReference
          Simple bean representing a search reference.
SearchResult
          Simple bean representing an ldap search result.
SortBehavior
          Enum to define how ldap result, entries, and attribute data should be sorted.
 

Classes in org.ldaptive used by org.ldaptive.jaas
Connection
          Interface for ldap connection implementations.
ConnectionFactory
          Factory for creating connections.
ConnectionFactoryManager
          Interface for objects that manage an instance of connection factory.
LdapAttribute
          Simple bean representing an ldap attribute.
LdapEntry
          Simple bean representing an ldap entry.
LdapException
          Base exception for all ldap related exceptions.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.pool
AbstractConfig
          Provides common implementations for configuration objects.
BindRequest
          Contains the data required to perform an ldap bind operation.
CompareRequest
          Contains the data required to perform an ldap compare operation.
Connection
          Interface for ldap connection implementations.
ConnectionFactory
          Factory for creating connections.
DefaultConnectionFactory
          Creates connections for performing ldap operations.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
Response
          Wrapper class for all operation responses.
ResponseMessage
          Interface for ldap response messages.
SearchRequest
          Contains the data required to perform an ldap search operation.
 

Classes in org.ldaptive used by org.ldaptive.props
BindConnectionInitializer
          Initializes a connection by performing a bind operation.
ConnectionConfig
          Contains all the configuration data needed to control connections.
DefaultConnectionFactory
          Creates connections for performing ldap operations.
SearchRequest
          Contains the data required to perform an ldap search operation.
 

Classes in org.ldaptive used by org.ldaptive.provider
AbstractConfig
          Provides common implementations for configuration objects.
AddRequest
          Contains the data required to perform an ldap add operation.
BindRequest
          Contains the data required to perform an ldap bind operation.
CompareRequest
          Contains the data required to perform an ldap compare operation.
ConnectionConfig
          Contains all the configuration data needed to control connections.
DeleteRequest
          Contains the data required to perform an ldap delete operation.
LdapException
          Base exception for all ldap related exceptions.
Message
          Interface for ldap messages.
ModifyDnRequest
          Contains the data required to perform an ldap modify dn operation.
ModifyRequest
          Contains the data required to perform an ldap modify operation.
Response
          Wrapper class for all operation responses.
ResponseMessage
          Interface for ldap response messages.
ResultCode
          Enum to define ldap result codes.
SearchEntry
          Simple bean representing a search entry.
SearchReference
          Simple bean representing a search reference.
SearchRequest
          Contains the data required to perform an ldap search operation.
 

Classes in org.ldaptive used by org.ldaptive.provider.jndi
AbstractConfig
          Provides common implementations for configuration objects.
AddRequest
          Contains the data required to perform an ldap add operation.
AttributeModification
          Contains the data required to modify an ldap attribute.
AttributeModificationType
          Enum to define the type of attribute modification.
BindRequest
          Contains the data required to perform an ldap bind operation.
CompareRequest
          Contains the data required to perform an ldap compare operation.
ConnectionConfig
          Contains all the configuration data needed to control connections.
DeleteRequest
          Contains the data required to perform an ldap delete operation.
LdapAttribute
          Simple bean representing an ldap attribute.
LdapException
          Base exception for all ldap related exceptions.
ModifyDnRequest
          Contains the data required to perform an ldap modify dn operation.
ModifyRequest
          Contains the data required to perform an ldap modify operation.
Request
          Marker interface for all ldap requests.
Response
          Wrapper class for all operation responses.
ResultCode
          Enum to define ldap result codes.
SearchEntry
          Simple bean representing a search entry.
SearchRequest
          Contains the data required to perform an ldap search operation.
SearchScope
          Enum to define the type of search scope.
SortBehavior
          Enum to define how ldap result, entries, and attribute data should be sorted.
 

Classes in org.ldaptive used by org.ldaptive.sasl
AbstractConfig
          Provides common implementations for configuration objects.
 

Classes in org.ldaptive used by org.ldaptive.servlets
LdapException
          Base exception for all ldap related exceptions.
SearchResult
          Simple bean representing an ldap search result.
 

Classes in org.ldaptive used by org.ldaptive.ssl
AbstractConfig
          Provides common implementations for configuration objects.
 



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