Package org.ldaptive.beans
Interface DnValueMutator
- 
- All Known Implementing Classes:
 AbstractClassDescriptor.SimpleDnValueMutator,DefaultDnValueMutator,SpelDnValueMutator
public interface DnValueMutatorInterface for mutating the DN value on an arbitrary object. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue(Object object)Returns the DN value for the supplied object.voidsetValue(Object object, String value)Set the DN value for the supplied object. 
 -