|
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.LdapFactoryImpl
public class LdapFactoryImpl
Implementation of The LdapFactory, used to create LdapDirectory-s, LdapDirectorySettings, LdapQuery, ...
| Constructor Summary | |
|---|---|
LdapFactoryImpl()
|
|
| Method Summary | |
|---|---|
LdapQuery |
createQuery(String query)
Required by LdapFactory interface. |
LdapSearchSettings |
createSearchSettings()
Returns an LdapSearchSettings, to use when performing a search |
LdapDirectory |
createServer(LdapDirectorySettings settings)
Required by LdapFactory interface. |
LdapDirectorySettings |
createServerSettings()
Required by LdapFactory interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapFactoryImpl()
| Method Detail |
|---|
public LdapDirectory createServer(LdapDirectorySettings settings)
throws IllegalArgumentException
createServer in interface LdapFactorysettings - settings for this new server
IllegalArgumentException - if argument is invalidLdapDirectorySettings,
LdapFactory.createServer(net.java.sip.communicator.service.ldap.LdapDirectorySettings)public LdapDirectorySettings createServerSettings()
createServerSettings in interface LdapFactoryLdapDirectorySettings,
LdapFactory.createServerSettings()public LdapQuery createQuery(String query)
createQuery in interface LdapFactoryquery - the query string, e.g. "John Doe"
LdapQuery,
LdapFactory.createQuery(java.lang.String)public LdapSearchSettings createSearchSettings()
createSearchSettings in interface LdapFactory
|
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 | |||||||||