|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.CompareEntryImpl
public class CompareEntryImpl
This class is used to perform the Compare operation on the LDAP server. It compares the entry specified with the matching entry in the directory.
| Constructor Summary | |
|---|---|
protected |
CompareEntryImpl(LDAPClientApplicationImpl app)
Creates a new instance of CompareEntry |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CompareEntryImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this CompareEntry
instance.| Method Detail |
|---|
public CompareEntryOptions getCompareEntryOptions()
throws LDAPApplicationException
getCompareEntryOptions in interface CompareEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public boolean performCompare()
throws LDAPApplicationException
performCompare in interface CompareEntryLDAPApplicationException - if there is no connection is available to the LDAP server.public void reset()
reset in interface CompareEntry
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||