Search
Plugins
>
Active Directory 3.0.5
>
LdapResult
>
Class LdapResult
Extends
java.lang.Object
This class provides a data structure for holding the elements that are common to most types of LDAP responses.
Attributes
None
Methods
Name
Returns
LdapResult(
com.unboundid.ldap.sdk.LDAPResult
)
constructor
getDiagnosticMessage
()
String
getMatchedDN
()
String
getReferralURLs
()
String[]
getResultCode
()
com.unboundid.ldap.sdk.ResultCode
getResultString
()
String
Returned by
Method
Returns
LdapClient.addAttribute
(
String
,
Object[]
)
LdapResult
LdapClient.addEntry
(
LdapEntry
)
LdapResult
LdapClient.bind
(
String
,
String
)
LdapResult
LdapClient.delete
(
String
)
LdapResult
LdapClient.deleteByDeleteRequest
(
LdapDeleteRequest
)
LdapResult
LdapClient.modifyDN
(
String
,
String
,
boolean
,
String
)
LdapResult
Referenced in
None