Package org.ldaptive.beans
Class AbstractClassDescriptor.SimpleDnValueMutator
java.lang.Object
org.ldaptive.beans.AbstractClassDescriptor.SimpleDnValueMutator
- All Implemented Interfaces:
DnValueMutator
- Enclosing class:
- AbstractClassDescriptor
protected static class AbstractClassDescriptor.SimpleDnValueMutator
extends Object
implements DnValueMutator
Stores the DN value from a
Entry configuration. Setter method is a no-op.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dn
DN value to store.
-
-
Constructor Details
-
SimpleDnValueMutator
Creates a new simple dn value mutator.- Parameters:
value- that is 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
-