WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/network/ldap-service;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsILDAPService |
void addServer ( nsILDAPServer server )
|
| nsILDAPService |
AUTF8String createFilter ( PRUint32 maxSize , AUTF8String pattern , AUTF8String prefix , AUTF8String suffix , AUTF8String attr , AUTF8String value )
|
| nsILDAPService |
void deleteServer ( PRUnichar* key )
|
| nsILDAPService |
nsILDAPConnection getConnection ( PRUnichar* key )
|
| nsILDAPService |
nsILDAPServer getServer ( PRUnichar* key )
|
| nsILDAPMessageListener |
void onLDAPInit ( nsILDAPConnection conn , nsresult status )
|
| nsILDAPMessageListener |
void onLDAPMessage ( nsILDAPMessage message )
|
| nsILDAPService |
void parseDn ( char* dn , out AUTF8String rdn , out AUTF8String baseDn , out PRUint32 rdnCount , out arrayof char* rdnAttrs )
|
| nsILDAPService |
void reconnectConnection ( PRUnichar* key , nsILDAPMessageListener listener )
|
| nsILDAPService |
void releaseConnection ( PRUnichar* key )
|
| nsILDAPService |
void requestConnection ( PRUnichar* key , nsILDAPMessageListener listener )
|
Reference documentation is generated from Mozilla's source.
