|
|||||||||||
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
An LDAP Data Interchange Format (LDIF) composer.
Constructor Summary | |
LdifComposerImpl()
|
Method Summary | |
char[] |
base64encode(byte[] a_byteArray)
Encodes an binary data into a base64 String. |
java.lang.String |
compose(MultiMap a_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 a_attrHash)
compose
in interface LdifComposer
a_attrHash
- the multi map of single and multivalued attributes.
public char[] base64encode(byte[] a_byteArray)
a_byteArray
- the value of a binary attribute.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |