|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.ldap.AttributesBuilderImpl
public class AttributesBuilderImpl
Default AttributesBuilder implementation.
Constructor Summary | |
---|---|
AttributesBuilderImpl()
Default constructor. |
Method Summary | |
---|---|
javax.naming.directory.Attributes |
buildAttributes(EntryDefinition def,
java.util.Map map,
boolean doOc)
Convert the given Map into an Attributes instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributesBuilderImpl()
Method Detail |
---|
public javax.naming.directory.Attributes buildAttributes(EntryDefinition def, java.util.Map map, boolean doOc)
buildAttributes
in interface AttributesBuilder
def
- Entry definition that describes the type of entry.map
- Map instance to convert.doOc
- Include object class definition in returned Attributes
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |