|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.ldif.LdifComposerImpl
public class LdifComposerImpl
An LDAP Data Interchange Format (LDIF) composer. TODO Get the RFC for LDIF syntax in this javadoc.
| Constructor Summary | |
|---|---|
LdifComposerImpl()
|
|
| Method Summary | |
|---|---|
char[] |
base64encode(byte[] byteArray)
Encodes an binary data into a base64 String. |
java.lang.String |
compose(MultiMap attrHash)
Generates an LDIF from a multi map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdifComposerImpl()
| Method Detail |
|---|
public java.lang.String compose(MultiMap attrHash)
compose in interface LdifComposerattrHash - the multi map of single and multivalued attributes.
public char[] base64encode(byte[] byteArray)
byteArray - the value of a binary attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||