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, showOperations
public 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-2016 ForgeRock AS. All Rights Reserved.