Package | Description |
---|---|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LDIFReader.readAttribute(List<StringBuilder> lines,
StringBuilder line,
org.forgerock.opendj.ldap.Dn entryDN,
Map<org.forgerock.opendj.ldap.schema.ObjectClass,String> objectClasses,
Map<org.forgerock.opendj.ldap.schema.AttributeType,List<AttributeBuilder>> userAttrBuilders,
Map<org.forgerock.opendj.ldap.schema.AttributeType,List<AttributeBuilder>> operationalAttrBuilders,
boolean checkSchema)
Decodes the provided line as an LDIF attribute and adds it to the appropriate hash.
|
protected void |
LDIFReader.readAttribute(List<StringBuilder> lines,
StringBuilder line,
org.forgerock.opendj.ldap.Dn entryDN,
Map<org.forgerock.opendj.ldap.schema.ObjectClass,String> objectClasses,
Map<org.forgerock.opendj.ldap.schema.AttributeType,List<AttributeBuilder>> userAttrBuilders,
Map<org.forgerock.opendj.ldap.schema.AttributeType,List<AttributeBuilder>> operationalAttrBuilders,
boolean checkSchema)
Decodes the provided line as an LDIF attribute and adds it to the appropriate hash.
|
protected Map<org.forgerock.opendj.ldap.schema.AttributeType,List<Attribute>> |
LDIFReader.toAttributesMap(Map<org.forgerock.opendj.ldap.schema.AttributeType,List<AttributeBuilder>> attrBuilders)
Returns a new Map where the provided Map with AttributeBuilders is converted to another Map with Attributes.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.