Package org.ldaptive.beans.reflect
Class DefaultDnValueMutator
java.lang.Object
org.ldaptive.beans.reflect.DefaultDnValueMutator
- All Implemented Interfaces:
DnValueMutator
Uses a
AttributeValueMutator
to mutate the configured DN of an object.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AttributeValueMutator
Mutator for the DN.protected final org.slf4j.Logger
Logger for this class. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new default dn value mutator. -
Method Summary
-
Field Details
-
logger
protected final org.slf4j.Logger loggerLogger for this class. -
dnMutator
Mutator for the DN.
-
-
Constructor Details
-
DefaultDnValueMutator
Creates a new default dn value mutator.- Parameters:
mutator
- for the DN
-
-
Method Details
-
getValue
Description copied from interface:DnValueMutator
Returns the DN value for the supplied object.- Specified by:
getValue
in interfaceDnValueMutator
- Parameters:
object
- to return the DN of- Returns:
- DN value
-
setValue
Description copied from interface:DnValueMutator
Set the DN value for the supplied object.- Specified by:
setValue
in interfaceDnValueMutator
- Parameters:
object
- to set the DN onvalue
- of the DN
-
toString
-