Uses of Interface
org.ldaptive.beans.DnValueMutator
-
Packages that use DnValueMutator Package Description 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 Modifier and Type Class Description protected static classAbstractClassDescriptor.SimpleDnValueMutatorStores the DN value from aEntryconfiguration.Fields in org.ldaptive.beans declared as DnValueMutator Modifier and Type Field Description private DnValueMutatorAbstractClassDescriptor. dnMutatorDn value mutator for this class.Methods in org.ldaptive.beans that return DnValueMutator Modifier and Type Method Description DnValueMutatorAbstractClassDescriptor. getDnValueMutator()DnValueMutatorClassDescriptor. getDnValueMutator()Returns the DN value mutator for this type.Methods in org.ldaptive.beans with parameters of type DnValueMutator Modifier and Type Method Description protected voidAbstractLdapEntryMapper. mapDn(String dn, T dest, DnValueMutator mutator)Sets the supplied DN on the destination using the mutator.protected StringAbstractLdapEntryMapper. mapDn(T source, DnValueMutator mutator)Creates a new DN using the supplied mutator and source.protected voidAbstractClassDescriptor. 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 Modifier and Type Class Description classDefaultDnValueMutatorUses aAttributeValueMutatorto mutate the configured DN of an object.Methods in org.ldaptive.beans.reflect that return DnValueMutator Modifier and Type Method Description protected DnValueMutatorFieldClassDescriptor. createDnValueMutator(Field field)Returns a dn value mutator for the supplied field.protected DnValueMutatorMethodClassDescriptor. 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 Modifier and Type Class Description classSpelDnValueMutatorUses a SPEL expression and evaluation context to mutate the configured DN of an object.Methods in org.ldaptive.beans.spring that return DnValueMutator Modifier and Type Method Description protected DnValueMutatorSpringClassDescriptor. createDnValueMutator(String dnProperty)Creates a dn value mutator for the supplied SPEL dn property expression.
-