|
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.LdapSearchSettingsImpl
public class LdapSearchSettingsImpl
LDAP Settings.
| 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 | |
|---|---|
LdapSearchSettingsImpl()
|
|
| Method Summary | |
|---|---|
int |
getDelay()
Returns the delay before the search. |
int |
getMaxResults()
Returns the maximum number of results to fetch from the directory when performing the search query. |
LdapConstants.Scope |
getScope()
Returns the custom search scope. |
boolean |
isDelaySet()
If delay has been configured. |
boolean |
isMaxResultsSet()
If results set has reach maximum number. |
boolean |
isScopeSet()
If scope has been set. |
void |
setDelay(int delay)
Sets a delay before performing the "real" search. |
void |
setMaxResults(int maxResults)
Sets the maximum number of results to fetch from the directory when performing the search query. |
void |
setScope(LdapConstants.Scope scope)
Sets a custom search scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapSearchSettingsImpl()
| Method Detail |
|---|
public boolean isMaxResultsSet()
LdapSearchSettings
isMaxResultsSet in interface LdapSearchSettingspublic void setMaxResults(int maxResults)
setMaxResults in interface LdapSearchSettingsmaxResults - the maximum number of resultspublic int getMaxResults()
getMaxResults in interface LdapSearchSettingspublic boolean isScopeSet()
LdapSearchSettings
isScopeSet in interface LdapSearchSettingspublic void setScope(LdapConstants.Scope scope)
LdapSearchSettings
setScope in interface LdapSearchSettingsscope - a custom search scopepublic LdapConstants.Scope getScope()
LdapSearchSettings
getScope in interface LdapSearchSettingspublic boolean isDelaySet()
LdapSearchSettings
isDelaySet in interface LdapSearchSettingspublic void setDelay(int delay)
LdapSearchSettings
setDelay in interface LdapSearchSettingsdelay - a delay before the actual searchpublic int getDelay()
LdapSearchSettings
getDelay in interface LdapSearchSettings
|
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 | |||||||||