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.

Version:
$Revision: 2887 $ $Date: 2014-02-26 12:23:53 -0500 (Wed, 26 Feb 2014) $
Author:
Middleware Services

Method Summary
 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.
 

Method Detail

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


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.