Uses of Class
org.ldaptive.CompareRequest

Packages that use CompareRequest
org.ldaptive   
org.ldaptive.pool   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of CompareRequest in org.ldaptive
 

Methods in org.ldaptive with parameters of type CompareRequest
protected  Response<Boolean> CompareOperation.invoke(CompareRequest request)
          Call the provider specific implementation of this ldap operation.
 

Uses of CompareRequest in org.ldaptive.pool
 

Methods in org.ldaptive.pool that return CompareRequest
 CompareRequest CompareValidator.getCompareRequest()
          Returns the compare request.
 

Methods in org.ldaptive.pool with parameters of type CompareRequest
 void CompareValidator.setCompareRequest(CompareRequest cr)
          Sets the compare request.
 

Constructors in org.ldaptive.pool with parameters of type CompareRequest
CompareValidator(CompareRequest cr)
          Creates a new compare validator.
 

Uses of CompareRequest in org.ldaptive.provider
 

Methods in org.ldaptive.provider with parameters of type CompareRequest
 Response<Boolean> ProviderConnection.compare(CompareRequest request)
          Compare an entry in the ldap.
 

Uses of CompareRequest in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type CompareRequest
 Response<Boolean> JndiConnection.compare(CompareRequest request)
          Compare an entry in the ldap.
 



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