public class DefaultDnValueMutator extends Object implements DnValueMutator
AttributeValueMutator to mutate the configured DN of an object.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.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() |
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 © 2023. All rights reserved.