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: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
-