public class LDAPSearchControls extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
OBJECT_SCOPE |
static int |
ONELEVEL_SCOPE |
static int |
SUBTREE_SCOPE |
Constructor and Description |
---|
LDAPSearchControls() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAttributesToReturn() |
long |
getMaxResults() |
int |
getPageSize() |
int |
getScope() |
List<LDAPSortKey> |
getSortKeys() |
int |
getTimeout() |
boolean |
isPagingEnabled() |
boolean |
isReturnObject() |
boolean |
isSortEnabled() |
void |
setAttributesToReturn(String[] attributesToReturn) |
void |
setMaxResults(long maxResults) |
void |
setPageSize(int pageSize) |
void |
setReturnObject(boolean returnObject) |
void |
setScope(int scope) |
void |
setTimeout(int timeout) |
public static final int OBJECT_SCOPE
public static final int ONELEVEL_SCOPE
public static final int SUBTREE_SCOPE
public String[] getAttributesToReturn()
public void setAttributesToReturn(String[] attributesToReturn)
attributesToReturn
- The attributesToReturn to set.public long getMaxResults()
public void setMaxResults(long maxResults)
maxResults
- The maxResults to set.public int getScope()
public void setScope(int scope)
scope
- The scope to set.public int getTimeout()
public void setTimeout(int timeout)
timeout
- The timeout to set.public boolean isReturnObject()
public void setReturnObject(boolean returnObject)
returnObject
- The returnObject to set.public int getPageSize()
public void setPageSize(int pageSize)
pageSize
- public boolean isPagingEnabled()
public boolean isSortEnabled()
public List<LDAPSortKey> getSortKeys()
Copyright © 2010–2016. All rights reserved.