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.
|
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-2015 Virginia Tech. All Rights Reserved.