Package | Description |
---|---|
org.ldaptive.beans | |
org.ldaptive.beans.reflect | |
org.ldaptive.beans.spring |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractClassDescriptor.SimpleDnValueMutator
Stores the DN value from a
Entry configuration. |
Modifier and Type | Field and Description |
---|---|
private DnValueMutator |
AbstractClassDescriptor.dnMutator
Dn value mutator for this class.
|
Modifier and Type | Method and Description |
---|---|
DnValueMutator |
AbstractClassDescriptor.getDnValueMutator() |
DnValueMutator |
ClassDescriptor.getDnValueMutator()
Returns the DN value mutator for this type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClassDescriptor.setDnValueMutator(DnValueMutator mutator)
Sets the dn value mutator.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDnValueMutator
Uses a
AttributeValueMutator to mutate the configured DN of an object. |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SpelDnValueMutator
Uses a SPEL expression and evaluation context to mutate the configured DN of an object.
|
Modifier and Type | Method and Description |
---|---|
protected DnValueMutator |
SpringClassDescriptor.createDnValueMutator(String dnProperty)
Creates a dn value mutator for the supplied SPEL dn property expression.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.