Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface CompareEntry

All Known Implementing Classes:
CompareEntryImpl

public interface CompareEntry

LDAP Compare Entry interface. This defines methods for the Compare operation.

Version:
$Revision: 1.3 $
Author:

Method Summary
 CompareEntryOptions getCompareEntryOptions()
          Method to retrieve the options set for the compare entry
 boolean performCompare()
          Method that performs the compare operation
 void reset()
          Method to reset the values
 

Method Detail

getCompareEntryOptions

CompareEntryOptions getCompareEntryOptions()
                                           throws LDAPApplicationException
Method to retrieve the options set for the compare entry

Returns:
the CompareEntryOptions object associated with this instance
Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

performCompare

boolean performCompare()
                       throws LDAPApplicationException
Method that performs the compare operation

Returns:
true if the compare operation was executed successfully
Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

reset

void reset()
Method to reset the values


Sun Adapter for LDAP API