public class AdDirSyncImpl extends AbstractControl implements AdDirSync
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
cookie
The DirSync cookie
|
(package private) AdDirSyncFlag |
flag
A flag used to indicate that there are more data to return
|
(package private) int |
maxReturnLength
The maximum number of attributes to return
|
(package private) int |
parentFirst
A flag used to tell the server to return the parent before the children
|
| Constructor and Description |
|---|
AdDirSyncImpl()
Creates an instance of the DirSync control
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getCookie() |
AdDirSyncFlag |
getFlag() |
int |
getMaxReturnLength() |
int |
getParentFirst() |
int |
hashCode() |
void |
setCookie(byte[] cookie) |
void |
setFlag(AdDirSyncFlag flag) |
void |
setMaxReturnLength(int maxReturnLength) |
void |
setParentFirst(int parentFirst) |
java.lang.String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalint parentFirst
AdDirSyncFlag flag
int maxReturnLength
private byte[] cookie
public int getParentFirst()
getParentFirst in interface AdDirSyncpublic void setParentFirst(int parentFirst)
setParentFirst in interface AdDirSyncparentFirst - The parentFirst flag. A value of 1 will tell the server to return the parents first.public AdDirSyncFlag getFlag()
public void setFlag(AdDirSyncFlag flag)
public int getMaxReturnLength()
getMaxReturnLength in interface AdDirSyncpublic void setMaxReturnLength(int maxReturnLength)
setMaxReturnLength in interface AdDirSyncmaxReturnLength - The maximum length of attributes to be returnedpublic byte[] getCookie()
public void setCookie(byte[] cookie)
public int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(java.lang.Object o)
equals in class AbstractControlObject.equals(Object)public java.lang.String toString()
AbstractControltoString in class AbstractControlObject.toString()