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 class
AbstractClassDescriptor.SimpleDnValueMutator
Stores the DN value from aEntry
configuration.Fields in org.ldaptive.beans declared as DnValueMutator Modifier and Type Field Description private DnValueMutator
AbstractClassDescriptor. dnMutator
Dn value mutator for this class.Methods in org.ldaptive.beans that return DnValueMutator Modifier and Type Method Description DnValueMutator
AbstractClassDescriptor. getDnValueMutator()
DnValueMutator
ClassDescriptor. 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 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 Modifier and Type Class Description class
DefaultDnValueMutator
Uses aAttributeValueMutator
to mutate the configured DN of an object.Methods in org.ldaptive.beans.reflect that return DnValueMutator Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description protected DnValueMutator
SpringClassDescriptor. createDnValueMutator(String dnProperty)
Creates a dn value mutator for the supplied SPEL dn property expression.
-