|
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 LdapSearchSettings
LdapSearchSettings is a wrapper around all settings a directory search. Each setting has a getter, a setter, and isEnabled method so that the LdapServer can choose defaults when a value isn't set.
| 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 |
| 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. |
| Method Detail |
|---|
boolean isMaxResultsSet()
void setMaxResults(int maxResults)
maxResults - the maximum number of resultsint getMaxResults()
boolean isScopeSet()
void setScope(LdapConstants.Scope scope)
scope - a custom search scopeLdapConstants.Scope getScope()
boolean isDelaySet()
void setDelay(int delay)
delay - a delay before the actual searchint getDelay()
|
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 | |||||||||