Uses of Interface
org.ldaptive.beans.DnValueMutator
Packages that use DnValueMutator
-
Uses of DnValueMutator in org.ldaptive.beans
Classes in org.ldaptive.beans that implement DnValueMutatorModifier and TypeClassDescriptionprotected static class
Stores the DN value from aEntry
configuration.Fields in org.ldaptive.beans declared as DnValueMutatorModifier and TypeFieldDescriptionprivate DnValueMutator
AbstractClassDescriptor.dnMutator
Dn value mutator for this class.Methods in org.ldaptive.beans that return DnValueMutatorModifier and TypeMethodDescriptionAbstractClassDescriptor.getDnValueMutator()
ClassDescriptor.getDnValueMutator()
Returns the DN value mutator for this type.Methods in org.ldaptive.beans with parameters of type DnValueMutatorModifier and TypeMethodDescriptionprotected 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 DnValueMutatorModifier and TypeClassDescriptionclass
Uses aAttributeValueMutator
to mutate the configured DN of an object.Methods in org.ldaptive.beans.reflect that return DnValueMutatorModifier and TypeMethodDescriptionprotected 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 DnValueMutatorModifier and TypeClassDescriptionclass
Uses a SPEL expression and evaluation context to mutate the configured DN of an object.Methods in org.ldaptive.beans.spring that return DnValueMutatorModifier and TypeMethodDescriptionprotected DnValueMutator
SpringClassDescriptor.createDnValueMutator
(String dnProperty) Creates a dn value mutator for the supplied SPEL dn property expression.