public class DefaultDnValueMutator extends java.lang.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 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 |
|---|---|
java.lang.String |
getValue(java.lang.Object object)
Returns the DN value for the supplied object.
|
void |
setValue(java.lang.Object object,
java.lang.String value)
Set the DN value for the supplied object.
|
java.lang.String |
toString() |
protected final org.slf4j.Logger logger
private final AttributeValueMutator dnMutator
public DefaultDnValueMutator(AttributeValueMutator mutator)
mutator - for the DNpublic java.lang.String getValue(java.lang.Object object)
DnValueMutatorgetValue in interface DnValueMutatorobject - to return the DN ofpublic void setValue(java.lang.Object object,
java.lang.String value)
DnValueMutatorsetValue in interface DnValueMutatorobject - to set the DN onvalue - of the DNpublic java.lang.String toString()
toString in class java.lang.Object