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

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • getValue

      String getValue(Object object)
      Returns the DN value for the supplied object.
      Parameters:
      object - to return the DN of
      Returns:
      DN value
    • setValue

      void setValue(Object object, String value)
      Set the DN value for the supplied object.
      Parameters:
      object - to set the DN on
      value - of the DN