Interface LDAPCompareResultEvent
-
- All Superinterfaces:
LDAPResultEvent
public interface LDAPCompareResultEvent extends LDAPResultEvent
Represents the result for an LDAP compare operation.- See Also:
LDAPProvider.sendRequest(LDAPRequest)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMatched()
Reports whether the compare operation matched the target entry.-
Methods inherited from interface com.opencloud.slee.resources.ldap.LDAPResultEvent
getErrorMessage, getMatchedDN, getResultCode, hasErrorInfo, isSuccess
-
-