|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.ldap.LdapServiceImpl
public class LdapServiceImpl
The LDAP service allows other modules to query an LDAP server.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.java.sip.communicator.service.ldap.LdapConstants |
|---|
LdapConstants.Auth, LdapConstants.Encryption, LdapConstants.Scope |
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.ldap.LdapConstants |
|---|
LDAP_CONNECT_TIMEOUT, LDAP_READ_TIMEOUT |
| Constructor Summary | |
|---|---|
LdapServiceImpl()
|
|
| Method Summary | |
|---|---|
ContactSourceService |
createContactSource(LdapDirectory ldapDir)
Creates a contact source corresponding to the given ldap directory. |
static CertificateService |
getCertificateService()
Gets the CertificateService to be used by the functionality of the addrbook plug-in. |
static ConfigurationService |
getConfigService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static CredentialsStorageService |
getCredentialsService()
Returns a reference to a CredentialsStorageConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
LdapFactory |
getFactory()
Required by interface LdapService. |
LdapDirectorySet |
getServerSet()
Returns all the LDAP directories |
void |
removeContactSource(LdapDirectory ldapDir)
Removes the contact source corresponding to the given ldap directory. |
void |
start(org.osgi.framework.BundleContext bc)
Starts the service. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapServiceImpl()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
bc - BundleContextpublic void stop(org.osgi.framework.BundleContext bc)
bc - BundleContextpublic static ConfigurationService getConfigService()
public static CredentialsStorageService getCredentialsService()
public static CertificateService getCertificateService()
public LdapDirectorySet getServerSet()
getServerSet in interface LdapServicenet.java.sip.communicator.service.ldappublic LdapFactory getFactory()
getFactory in interface LdapServicenet.java.sip.communicator.service.ldappublic ContactSourceService createContactSource(LdapDirectory ldapDir)
createContactSource in interface LdapServiceldapDir - the ldap directory, for which we're creating the contact
source
public void removeContactSource(LdapDirectory ldapDir)
removeContactSource in interface LdapServiceldapDir - the ldap directory, which contact source we'd like to
remove
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||