Package de.hybris.platform.ldap
Class LDIFReader
- java.lang.Object
-
- de.hybris.platform.ldap.LDIFReader
-
public class LDIFReader extends java.lang.ObjectBase class for reading LDIF based data.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_ENCODING
-
Constructor Summary
Constructors Constructor Description LDIFReader(java.io.BufferedReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.naming.directory.AttributesgetNext()Returns the next attributes
-
-
-
Field Detail
-
DEFAULT_ENCODING
public static final java.lang.String DEFAULT_ENCODING
- See Also:
- Constant Field Values
-
-