|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.ext.MergeRequest
public class MergeRequest
Contains the data required to perform a merge operation.
| Constructor Summary | |
|---|---|
MergeRequest()
Default constructor. |
|
MergeRequest(LdapEntry entry)
Creates a new merge request. |
|
MergeRequest(LdapEntry entry,
boolean delete)
Creates a new merge request. |
|
| Method Summary | |
|---|---|
boolean |
getDeleteEntry()
Returns whether to delete the entry. |
LdapEntry |
getEntry()
Returns the ldap entry to merge. |
String[] |
getExcludeAttributes()
Returns the names of attributes that are excluded when performing a modify. |
String[] |
getIncludeAttributes()
Returns the names of attributes that are included when performing a modify. |
String[] |
getSearchAttributes()
Returns the names of attributes that are used when searching for the entry. |
void |
setDeleteEntry(boolean b)
Sets whether to delete the entry. |
void |
setEntry(LdapEntry entry)
Sets the ldap entry to merge into the LDAP. |
void |
setExcludeAttributes(String... attrs)
Sets the list of attribute names to exclude when performing a modify. |
void |
setIncludeAttributes(String... attrs)
Sets the list of attribute names to include when performing modify. |
void |
setSearchAttributes(String... attrs)
Sets the list of attribute names that are used when searching for the entry. |
String |
toString()
|
| Methods inherited from class org.ldaptive.AbstractRequest |
|---|
getControls, getFollowReferrals, getIntermediateResponseHandlers, setControls, setFollowReferrals, setIntermediateResponseHandlers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MergeRequest()
public MergeRequest(LdapEntry entry)
entry - to merge into the LDAP
public MergeRequest(LdapEntry entry,
boolean delete)
entry - to merge into the LDAPdelete - whether the supplied entry should be deleted| Method Detail |
|---|
public LdapEntry getEntry()
public void setEntry(LdapEntry entry)
entry - to mergepublic boolean getDeleteEntry()
public void setDeleteEntry(boolean b)
b - whether to delete the entrypublic String[] getSearchAttributes()
public void setSearchAttributes(String... attrs)
attrs - names to return when searchingpublic String[] getIncludeAttributes()
public void setIncludeAttributes(String... attrs)
attrs - names to includepublic String[] getExcludeAttributes()
public void setExcludeAttributes(String... attrs)
attrs - names to excludepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||