Name |
Returns |
LdapClient(com.unboundid.ldap.sdk.LDAPConnection )
|
constructor
|
addAttribute(String , Object[] )
|
LdapResult
|
addEntry(LdapEntry )
|
LdapResult
|
bind(String , String )
|
LdapResult
|
close()
|
void
|
connect(String , Number , Number )
|
void
|
delete(String )
|
LdapResult
|
deleteByDeleteRequest(LdapDeleteRequest )
|
LdapResult
|
getConnectionName()
|
String
|
getConnectionStatistics()
|
com.unboundid.ldap.sdk.LDAPConnectionStatistics
|
getConnectTime()
|
Number
|
getDisconnectCause()
|
java.lang.Throwable
|
getDisconnectMessage()
|
String
|
getEntry(String , String[] )
|
LdapEntry
|
getLastCommunicationTime()
|
Number
|
getRootDSE()
|
com.unboundid.ldap.sdk.RootDSE
|
isConnected()
|
boolean
|
modify(String , Object[] )
|
com.unboundid.ldap.sdk.LDAPResult
|
modifyDN(String , String , boolean , String )
|
LdapResult
|
reconnect()
|
void
|
search(String , LdapSearchScope , LdapDereferencePolicy , Number , Number , String , String[] )
|
LdapSearchResult
|
searchBySearchRequest(LdapSearchRequest )
|
LdapSearchResult
|
searchForEntry(String , LdapSearchScope , Number , String , String[] )
|
LdapEntry
|
setConnectionName(String )
|
void
|
toString()
|
String
|