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