|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.tools.beluga.ldap.messages.AbstractMessage
org.pfsw.tools.beluga.ldap.messages.RequestMessage
org.pfsw.tools.beluga.ldap.messages.SearchRequest
public class SearchRequest
Represents a LDAP serach request message
Field Summary | |
---|---|
static int |
DEREF_ALWAYS
|
static int |
DEREF_FINDING_BASE
|
static int |
DEREF_IN_SEARCH
|
static int |
DEREF_NEVER
|
static int |
SCOPE_BASE_OBJECT
|
static int |
SCOPE_SINGLE_LEVEL
|
static int |
SCOPE_WHOLE_SUBTREE
|
Constructor Summary | |
---|---|
SearchRequest()
Initialize the new instance with default values. |
Method Summary | |
---|---|
String[] |
getAttributeNames()
|
String |
getBaseDN()
|
int |
getDerefAliases()
|
String |
getFilter()
|
int |
getScope()
|
int |
getSizeLimit()
|
int |
getTimeLimit()
|
boolean |
getTypesOnly()
|
boolean |
isScopeBaseObject()
Returns true if the scope of this search is the base object only |
boolean |
isScopeSingleLevel()
Returns true if the scope of this search is the single level |
boolean |
isScopeWholeSubtree()
Returns true if the scope of this search is the whole subtree |
boolean |
isSearchRequest()
Returns true if the receiver is a search request. |
void |
setAttributeNames(String[] newValue)
|
void |
setBaseDN(String newValue)
|
void |
setDerefAliases(int newValue)
|
void |
setFilter(String newValue)
|
void |
setScope(int newValue)
|
void |
setSizeLimit(int newValue)
|
void |
setTimeLimit(int newValue)
|
void |
setTypesOnly(boolean newValue)
|
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.RequestMessage |
---|
isAddRequest, isBindRequest, isDeleteRequest, isModifyRequest, isUnbindRequest |
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.AbstractMessage |
---|
getControls, getMessageId, getRawData, setControls, setMessageId, setRawData, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SCOPE_BASE_OBJECT
public static final int SCOPE_SINGLE_LEVEL
public static final int SCOPE_WHOLE_SUBTREE
public static final int DEREF_NEVER
public static final int DEREF_IN_SEARCH
public static final int DEREF_FINDING_BASE
public static final int DEREF_ALWAYS
Constructor Detail |
---|
public SearchRequest()
Method Detail |
---|
public String getBaseDN()
public void setBaseDN(String newValue)
public int getScope()
public void setScope(int newValue)
public int getDerefAliases()
public void setDerefAliases(int newValue)
public int getSizeLimit()
public void setSizeLimit(int newValue)
public int getTimeLimit()
public void setTimeLimit(int newValue)
public boolean getTypesOnly()
public void setTypesOnly(boolean newValue)
public String getFilter()
public void setFilter(String newValue)
public String[] getAttributeNames()
public void setAttributeNames(String[] newValue)
public boolean isSearchRequest()
isSearchRequest
in class RequestMessage
public boolean isScopeBaseObject()
public boolean isScopeSingleLevel()
public boolean isScopeWholeSubtree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |