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 classStores the DN value from aEntryconfiguration.Fields in org.ldaptive.beans declared as DnValueMutatorModifier and TypeFieldDescriptionprivate DnValueMutatorAbstractClassDescriptor.dnMutatorDn 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 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 DnValueMutatorModifier and TypeClassDescriptionclassUses aAttributeValueMutatorto mutate the configured DN of an object.Methods in org.ldaptive.beans.reflect that return DnValueMutatorModifier and TypeMethodDescriptionprotected 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 DnValueMutatorModifier and TypeClassDescriptionclassUses 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 DnValueMutatorSpringClassDescriptor.createDnValueMutator(String dnProperty) Creates a dn value mutator for the supplied SPEL dn property expression.