|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.beans.AbstractClassDescriptor
public abstract class AbstractClassDescriptor
Base implementation of a class descriptor. Stores a map of AttributeValueMutator and a AbstractClassDescriptor.SimpleDnValueMutator.
| Nested Class Summary | |
|---|---|
protected class |
AbstractClassDescriptor.SimpleAttributeValueMutator
Stores an Attribute configuration in an LdapAttribute
object. |
protected class |
AbstractClassDescriptor.SimpleDnValueMutator
Stores the DN value from a Entry configuration. |
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
Logger for this class. |
| Constructor Summary | |
|---|---|
AbstractClassDescriptor()
|
|
| Method Summary | |
|---|---|
protected void |
addAttributeValueMutator(AttributeValueMutator mutator)
Adds an attribute value mutator to this class descriptor. |
protected void |
addAttributeValueMutator(Collection<AttributeValueMutator> mutators)
Adds attribute value mutators to this class descriptor. |
AttributeValueMutator |
getAttributeValueMutator(String name)
Returns the attribute value mutator for the attribute with the supplied name. |
Collection<AttributeValueMutator> |
getAttributeValueMutators()
Returns the attribute value mutators for this type. |
DnValueMutator |
getDnValueMutator()
Returns the DN value mutator for this type. |
protected void |
setDnValueMutator(DnValueMutator mutator)
Sets the dn value mutator. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ldaptive.beans.ClassDescriptor |
|---|
initialize |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public AbstractClassDescriptor()
| Method Detail |
|---|
protected void setDnValueMutator(DnValueMutator mutator)
mutator - to setprotected void addAttributeValueMutator(AttributeValueMutator mutator)
mutator - to addprotected void addAttributeValueMutator(Collection<AttributeValueMutator> mutators)
mutators - to addpublic DnValueMutator getDnValueMutator()
getDnValueMutator in interface ClassDescriptorpublic Collection<AttributeValueMutator> getAttributeValueMutators()
getAttributeValueMutators in interface ClassDescriptorpublic AttributeValueMutator getAttributeValueMutator(String name)
getAttributeValueMutator in interface ClassDescriptorname - of the attribute
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||