Uses of Interface
org.ldaptive.beans.DnValueMutator

Packages that use DnValueMutator
org.ldaptive.beans   
org.ldaptive.beans.reflect   
org.ldaptive.beans.spring   
 

Uses of DnValueMutator in org.ldaptive.beans
 

Classes in org.ldaptive.beans that implement DnValueMutator
protected  class AbstractClassDescriptor.SimpleDnValueMutator
          Stores the DN value from a Entry configuration.
 

Methods in org.ldaptive.beans that return DnValueMutator
 DnValueMutator ClassDescriptor.getDnValueMutator()
          Returns the DN value mutator for this type.
 DnValueMutator AbstractClassDescriptor.getDnValueMutator()
          Returns the DN value mutator for this type.
 

Methods in org.ldaptive.beans with parameters of type DnValueMutator
protected  void AbstractClassDescriptor.setDnValueMutator(DnValueMutator mutator)
          Sets the dn value mutator.
 

Uses of DnValueMutator in org.ldaptive.beans.reflect
 

Classes in org.ldaptive.beans.reflect that implement DnValueMutator
 class DefaultDnValueMutator
          Uses a AttributeValueMutator to mutate the configured DN of an object.
 

Methods in org.ldaptive.beans.reflect that return DnValueMutator
protected  DnValueMutator FieldClassDescriptor.createDnValueMutator(Field field)
          Returns a dn value mutator for the supplied field.
protected  DnValueMutator MethodClassDescriptor.createDnValueMutator(PropertyDescriptor desc)
          Returns a dn value mutator for the supplied property descriptor.
 

Uses of DnValueMutator in org.ldaptive.beans.spring
 

Classes in org.ldaptive.beans.spring that implement DnValueMutator
 class SpelDnValueMutator
          Uses a SPEL expression and evaluation context to mutate the configured DN of an object.
 

Methods in org.ldaptive.beans.spring that return DnValueMutator
protected  DnValueMutator SpringClassDescriptor.createDnValueMutator(String dnProperty)
          Creates a dn value mutator for the supplied SPEL dn property expression.
 



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