Interface LDAPSearchResultEvent
-
- All Superinterfaces:
LDAPResultEvent
public interface LDAPSearchResultEvent extends LDAPResultEvent
Represents the result for an LDAP search operation.- See Also:
LDAPProvider.sendRequest(LDAPRequest)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LDAPSearchResult
getResult()
Returns theLDAPSearchResult
object from this search result event.-
Methods inherited from interface com.opencloud.slee.resources.ldap.LDAPResultEvent
getErrorMessage, getMatchedDN, getResultCode, hasErrorInfo, isSuccess
-
-
-
-
Method Detail
-
getResult
LDAPSearchResult getResult()
Returns theLDAPSearchResult
object from this search result event.- Returns:
- the search result or null if error.
- See Also:
LDAPSearchResult
-
-