public class DefaultDnValueMutator extends Object implements DnValueMutator
AttributeValueMutator to mutate the configured DN of an object.| Modifier and Type | Field and Description |
|---|---|
private AttributeValueMutator |
dnMutator
Mutator for the DN.
|
protected Logger |
logger
Logger for this class.
|
| Constructor and Description |
|---|
DefaultDnValueMutator(AttributeValueMutator mutator)
Creates a new default dn value mutator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(Object object)
Returns the DN value for the supplied object.
|
void |
setValue(Object object,
String value)
Set the DN value for the supplied object.
|
String |
toString() |
protected final Logger logger
private final AttributeValueMutator dnMutator
public DefaultDnValueMutator(AttributeValueMutator mutator)
mutator - for the DNpublic String getValue(Object object)
DnValueMutatorgetValue in interface DnValueMutatorobject - to return the DN ofpublic void setValue(Object object, String value)
DnValueMutatorsetValue in interface DnValueMutatorobject - to set the DN onvalue - of the DNCopyright © 2003-2019 Virginia Tech. All Rights Reserved.