Searched defs:rdnAttributes (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplate.java53 private AttributeType[] rdnAttributes; field in class:Template
81 * @param rdnAttributes The set of attribute types that are used
90 AttributeType[] rdnAttributes,
96 this.rdnAttributes = rdnAttributes;
112 * @param rdnAttributes The set of attribute types that are used
123 AttributeType[] rdnAttributes,
129 this.rdnAttributes = rdnAttributes;
178 new HashSet<AttributeType>(rdnAttributes
89 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate) argument
122 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate, TemplateLine[] templateLines) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplate.java52 private AttributeType[] rdnAttributes; field in class:Template
80 * @param rdnAttributes The set of attribute types that are used
89 AttributeType[] rdnAttributes,
95 this.rdnAttributes = rdnAttributes;
111 * @param rdnAttributes The set of attribute types that are used
122 AttributeType[] rdnAttributes,
128 this.rdnAttributes = rdnAttributes;
177 new HashSet<AttributeType>(rdnAttributes
88 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate) argument
121 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate, TemplateLine[] templateLines) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplate.java53 private AttributeType[] rdnAttributes; field in class:Template
81 * @param rdnAttributes The set of attribute types that are used
90 AttributeType[] rdnAttributes,
96 this.rdnAttributes = rdnAttributes;
112 * @param rdnAttributes The set of attribute types that are used
123 AttributeType[] rdnAttributes,
129 this.rdnAttributes = rdnAttributes;
178 new HashSet<AttributeType>(rdnAttributes
89 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate) argument
122 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate, TemplateLine[] templateLines) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplate.java53 private AttributeType[] rdnAttributes; field in class:Template
81 * @param rdnAttributes The set of attribute types that are used
90 AttributeType[] rdnAttributes,
96 this.rdnAttributes = rdnAttributes;
112 * @param rdnAttributes The set of attribute types that are used
123 AttributeType[] rdnAttributes,
129 this.rdnAttributes = rdnAttributes;
178 new HashSet<AttributeType>(rdnAttributes
89 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate) argument
122 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate, TemplateLine[] templateLines) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplate.java52 private AttributeType[] rdnAttributes; field in class:Template
80 * @param rdnAttributes The set of attribute types that are used
89 AttributeType[] rdnAttributes,
95 this.rdnAttributes = rdnAttributes;
111 * @param rdnAttributes The set of attribute types that are used
122 AttributeType[] rdnAttributes,
128 this.rdnAttributes = rdnAttributes;
177 new HashSet<AttributeType>(rdnAttributes
88 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate) argument
121 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate, TemplateLine[] templateLines) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplate.java53 private AttributeType[] rdnAttributes; field in class:Template
81 * @param rdnAttributes The set of attribute types that are used
90 AttributeType[] rdnAttributes,
96 this.rdnAttributes = rdnAttributes;
112 * @param rdnAttributes The set of attribute types that are used
123 AttributeType[] rdnAttributes,
129 this.rdnAttributes = rdnAttributes;
177 HashSet<AttributeType> rdnAttrs = new HashSet<>(rdnAttributes
89 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate) argument
122 Template(TemplateFile templateFile, String name, AttributeType[] rdnAttributes, String[] subordinateTemplateNames, int[] numEntriesPerTemplate, TemplateLine[] templateLines) argument
[all...]

Completed in 39 milliseconds