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
-
Method Details
-
getValue
Returns the DN value for the supplied object.- Parameters:
object
- to return the DN of- Returns:
- DN value
-
setValue
Set the DN value for the supplied object.- Parameters:
object
- to set the DN onvalue
- of the DN
-