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 AttributeValueMutatorMutator for the DN.protected final LoggerLogger for this class. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new default dn value mutator. -
Method Summary
-
Field Details
-
logger
Logger 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:DnValueMutatorReturns the DN value for the supplied object.- Specified by:
getValuein interfaceDnValueMutator- Parameters:
object- to return the DN of- Returns:
- DN value
-
setValue
Description copied from interface:DnValueMutatorSet the DN value for the supplied object.- Specified by:
setValuein interfaceDnValueMutator- Parameters:
object- to set the DN onvalue- of the DN
-
toString
-