public class LDAPModifyOptions extends LDAPToolOptions
| Constructor and Description |
|---|
LDAPModifyOptions()
Creates the options instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDefaultAdd()
Get the value of the defaultAdd flag.
|
void |
setDefaultAdd(boolean defaultAdd)
Set whether to default to adding entries if no changetype is provided.
|
continueOnError, getControls, getEncoding, getVerbose, setContinueOnError, setControls, setEncoding, setShowOperations, setVerbose, showOperationspublic LDAPModifyOptions()
public void setDefaultAdd(boolean defaultAdd)
defaultAdd - If entries with no changetype should be considered add
requests.public boolean getDefaultAdd()
true if a default changetype of "add" should be used,
or false if not.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.