| java.lang.Object |
| ↳ |
org.mule.module.ldap.ldap.api.LDAPSearchControls |
Class Overview
This class is the abstraction
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
OBJECT_SCOPE
Constant Value:
0
(0x00000000)
public
static
final
int
ONELEVEL_SCOPE
Constant Value:
1
(0x00000001)
public
static
final
int
SUBTREE_SCOPE
Constant Value:
2
(0x00000002)
private
static
final
long
serialVersionUID
Constant Value:
-5307515256650204659
(0xb657eafe9765fa0d)
Fields
private
String[]
attributesToReturn
Attributes to be returned for each entry. (null means all)
private
long
maxResults
Maximun amount of entries to return (0 is no limit)
private
boolean
returnObject
private
int
timeout
Timeout in millisecons. (0 is no limit)
Public Constructors
public
LDAPSearchControls
()
Public Methods
public
String[]
getAttributesToReturn
()
Returns
- Returns the attributesToReturn.
public
long
getMaxResults
()
public
int
getPageSize
()
public
boolean
isPagingEnabled
()
public
boolean
isReturnObject
()
Returns
- Returns the returnObject.
public
void
setAttributesToReturn
(String[] attributesToReturn)
Parameters
| attributesToReturn
| The attributesToReturn to set.
|
public
void
setMaxResults
(long maxResults)
Parameters
| maxResults
| The maxResults to set.
|
public
void
setPageSize
(int pageSize)
public
void
setReturnObject
(boolean returnObject)
Parameters
| returnObject
| The returnObject to set.
|
public
void
setScope
(int scope)
public
void
setTimeout
(int timeout)
Parameters
| timeout
| The timeout to set.
|