|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.beans.reflect.DefaultDnValueMutator
public class DefaultDnValueMutator
Uses a AttributeValueMutator to mutate the configured DN of an
object.
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
Logger for this class. |
| Constructor Summary | |
|---|---|
DefaultDnValueMutator(AttributeValueMutator mutator)
Creates a new default dn value mutator. |
|
| Method Summary | |
|---|---|
String |
getValue(Object object)
Returns the DN value for the supplied object. |
void |
setValue(Object object,
String value)
Set the DN value for the supplied object. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public DefaultDnValueMutator(AttributeValueMutator mutator)
mutator - for the DN| Method Detail |
|---|
public String getValue(Object object)
getValue in interface DnValueMutatorobject - to return the DN of
public void setValue(Object object,
String value)
setValue in interface DnValueMutatorobject - to set the DN onvalue - of the DNpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||