|
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 LdapQuery
Represents an LDAP search query. A query needs to be created in order to use searchPerson() in LdapDirectorySettings or LdapDirectory
| Nested Class Summary | |
|---|---|
static class |
LdapQuery.State
State of LDAP query. |
| Method Summary | |
|---|---|
LdapQuery.State |
getState()
Returns the query state |
void |
setState(LdapQuery.State newState)
Sets the query state to newState |
String |
toString()
Returns the query string e.g "John Doe" |
| Method Detail |
|---|
void setState(LdapQuery.State newState)
newState - the query stateLdapQuery.State getState()
String toString()
toString in class Object
|
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 | |||||||||