static Attributes |
LdifUtils.getJndiAttributesFromLdif(String ldif) |
Convert a LDIF String to a JNDI attributes.
|
private void |
LdifAttributesReader.parseAttribute(Attributes attributes,
String line,
String lowerLine) |
Parse an AttributeType/AttributeValue
|
private Attributes |
LdifAttributesReader.parseAttributes() |
Parse a ldif file.
|
Attributes |
LdifAttributesReader.parseAttributes(String ldif) |
A method which parses a ldif string and returns a list of Attributes.
|
private Control |
LdifReader.parseControl(String line) |
Parse a control.
|
protected String |
LdifReader.parseDn(String line) |
Parse the Dn of an entry
|
Entry |
LdifAttributesReader.parseEntry(String ldif) |
A method which parses a ldif string and returns an Entry.
|
private Entry |
LdifAttributesReader.parseEntry(SchemaManager schemaManager) |
Parse a ldif file.
|
Entry |
LdifAttributesReader.parseEntry(SchemaManager schemaManager,
String ldif) |
A method which parses a ldif string and returns an Entry.
|
private void |
LdifAttributesReader.parseEntryAttribute(SchemaManager schemaManager,
Entry entry,
String line,
String lowerLine) |
Parse an AttributeType/AttributeValue
|
List<LdifEntry> |
LdifReader.parseLdif(String ldif) |
A method which parses a ldif string and returns a list of entries.
|
List<LdifEntry> |
LdifReader.parseLdifFile(String fileName) |
Parse a ldif file (using the default encoding).
|
List<LdifEntry> |
LdifReader.parseLdifFile(String fileName,
String encoding) |
Parse a ldif file, decoding it using the given charset encoding
|
private void |
LdifReader.parseModify(LdifEntry entry,
Iterator<String> iter) |
Parse a modify change type.
|
private void |
LdifReader.parseModRdn(LdifEntry entry,
Iterator<String> iter) |
Parse a ModRDN operation
|
protected Object |
LdifReader.parseValue(String attributeName,
String line,
int pos) |
Parse the value part.
|
protected int |
LdifReader.parseVersion() |
Parse the version from the ldif input.
|
protected void |
LdifReader.readLines() |
Reads an entry in a ldif buffer, and returns the resulting lines, without
comments, and unfolded.
|