| | |
| | | // The set of subordinate templates for this branch. |
| | | private Template[] subordinateTemplates; |
| | | |
| | | // The template file in which this branch appears. |
| | | private TemplateFile templateFile; |
| | | |
| | | // The set of template lines that correspond to the RDN components. |
| | | private TemplateLine[] rdnLines; |
| | | |
| | |
| | | String[] subordinateTemplateNames, int[] numEntriesPerTemplate, |
| | | TemplateLine[] extraLines) |
| | | { |
| | | this.templateFile = templateFile; |
| | | this.branchDN = branchDN; |
| | | this.subordinateTemplateNames = subordinateTemplateNames; |
| | | this.numEntriesPerTemplate = numEntriesPerTemplate; |
| | |
| | | { |
| | | for (Attribute a : attrList) |
| | | { |
| | | for (AttributeValue v : a.getValues()) |
| | | for (AttributeValue v : a) |
| | | { |
| | | try |
| | | { |
| | |
| | | { |
| | | for (Attribute a : attrList) |
| | | { |
| | | for (AttributeValue v : a.getValues()) |
| | | for (AttributeValue v : a) |
| | | { |
| | | try |
| | | { |