|
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 | |||||||||
public interface LdapFactory
The LdapFactory is used to create LdapDirectoryS, LdapDirectorySettings, LdapQueryS, ...
| Method Summary | |
|---|---|
LdapQuery |
createQuery(String query)
Returns an LDAP query, ready to be sent to an LdapDirectory |
LdapSearchSettings |
createSearchSettings()
Returns an LdapSearchSettings, to use when performing a search |
LdapDirectory |
createServer(LdapDirectorySettings settings)
Creates an LdapDirectory based on the provided settings This method will not modify the settings or save a reference to it, but may save a clone. |
LdapDirectorySettings |
createServerSettings()
Return a new instance of LdapDirectorySettings, a wrapper around a directory settings |
| Method Detail |
|---|
LdapDirectory createServer(LdapDirectorySettings settings)
throws IllegalArgumentException
settings - settings for this new server
IllegalArgumentException - if argument is invalidLdapDirectorySettingsLdapDirectorySettings createServerSettings()
LdapDirectorySettingsLdapQuery createQuery(String query)
query - query string
LdapSearchSettings createSearchSettings()
|
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 | |||||||||