public class AdDirSyncImpl extends org.apache.directory.api.ldap.model.message.controls.AbstractControl implements AdDirSync
| Constructor and Description |
|---|
AdDirSyncImpl()
Creates an instance of the DirSync control
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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) |
String |
toString() |
getOid, isCritical, setCriticalpublic 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 org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.equals(Object)public String toString()
toString in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.toString()Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.