Searched refs:branch (Results 1 - 25 of 136) sorted by relevance

123456

/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProviderTest.java210 ServiceSchema branch = Mockito.mock(ServiceSchema.class);
213 List<ServiceSchema> subSchemaPath = Arrays.asList(branch, leaf);
223 when(branch.getResourceName()).thenReturn("resourceName");
234 ServiceSchema branch = Mockito.mock(ServiceSchema.class);
237 List<ServiceSchema> subSchemaPath = Arrays.asList(branch, leaf);
247 when(branch.getResourceName()).thenReturn("resourceName");
257 ServiceSchema branch = Mockito.mock(ServiceSchema.class);
260 List<ServiceSchema> subSchemaPath = Arrays.asList(branch, leaf);
270 when(branch.getResourceName()).thenReturn(SmsRequestHandler.USE_PARENT_PATH);
271 when(branch
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTag.java57 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
66 * a branch definition.
69 * @param branch The branch in which this tag is used.
79 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
H A DTemplateFile.java96 // The set of branch definitions for this template file.
369 * Retrieves the branch registered with the specified DN.
371 * @param branchDN The DN for which to retrieve the corresponding branch.
373 * @return The requested branch, or <CODE>null</CODE> if no such branch has
384 * Registers the provided branch in this template file.
386 * @param branch The branch to be registered.
388 public void registerBranch(Branch branch) argument
390 branches.put(branch
1291 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1529 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
1617 parseAttributeTag(String tagString, Branch branch, Template template, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfAbsentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))
H A DIfPresentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTag.java56 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
65 * a branch definition.
68 * @param branch The branch in which this tag is used.
78 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
H A DTemplateFile.java95 // The set of branch definitions for this template file.
368 * Retrieves the branch registered with the specified DN.
370 * @param branchDN The DN for which to retrieve the corresponding branch.
372 * @return The requested branch, or <CODE>null</CODE> if no such branch has
383 * Registers the provided branch in this template file.
385 * @param branch The branch to be registered.
387 public void registerBranch(Branch branch) argument
389 branches.put(branch
1290 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1528 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
1616 parseAttributeTag(String tagString, Branch branch, Template template, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfAbsentTag.java85 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
97 * a branch definition.
100 * @param branch The branch in which this tag is used.
110 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
124 if (! branch.hasAttribute(t))
H A DIfPresentTag.java85 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
97 * a branch definition.
100 * @param branch The branch in which this tag is used.
110 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
124 if (! branch.hasAttribute(t))
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTag.java57 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
66 * a branch definition.
69 * @param branch The branch in which this tag is used.
79 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
H A DTemplateFile.java96 // The set of branch definitions for this template file.
369 * Retrieves the branch registered with the specified DN.
371 * @param branchDN The DN for which to retrieve the corresponding branch.
373 * @return The requested branch, or <CODE>null</CODE> if no such branch has
384 * Registers the provided branch in this template file.
386 * @param branch The branch to be registered.
388 public void registerBranch(Branch branch) argument
390 branches.put(branch
1291 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1529 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
1617 parseAttributeTag(String tagString, Branch branch, Template template, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfAbsentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))
H A DIfPresentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTag.java57 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
66 * a branch definition.
69 * @param branch The branch in which this tag is used.
79 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
H A DTemplateFile.java96 // The set of branch definitions for this template file.
369 * Retrieves the branch registered with the specified DN.
371 * @param branchDN The DN for which to retrieve the corresponding branch.
373 * @return The requested branch, or <CODE>null</CODE> if no such branch has
384 * Registers the provided branch in this template file.
386 * @param branch The branch to be registered.
388 public void registerBranch(Branch branch) argument
390 branches.put(branch
1291 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1529 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
1617 parseAttributeTag(String tagString, Branch branch, Template template, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfAbsentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))
H A DIfPresentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTag.java56 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
65 * a branch definition.
68 * @param branch The branch in which this tag is used.
78 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
H A DTemplateFile.java95 // The set of branch definitions for this template file.
368 * Retrieves the branch registered with the specified DN.
370 * @param branchDN The DN for which to retrieve the corresponding branch.
372 * @return The requested branch, or <CODE>null</CODE> if no such branch has
383 * Registers the provided branch in this template file.
385 * @param branch The branch to be registered.
387 public void registerBranch(Branch branch) argument
389 branches.put(branch
1290 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1528 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
1616 parseAttributeTag(String tagString, Branch branch, Template template, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfAbsentTag.java85 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
97 * a branch definition.
100 * @param branch The branch in which this tag is used.
110 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
124 if (! branch.hasAttribute(t))
H A DIfPresentTag.java85 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
97 * a branch definition.
100 * @param branch The branch in which this tag is used.
110 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
124 if (! branch.hasAttribute(t))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTag.java57 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
66 * a branch definition.
69 * @param branch The branch in which this tag is used.
79 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
H A DTemplateFile.java87 /** The set of branch definitions for this template file. */
345 * Retrieves the branch registered with the specified DN.
347 * @param branchDN The DN for which to retrieve the corresponding branch.
349 * @return The requested branch, or <CODE>null</CODE> if no such branch has
360 * Registers the provided branch in this template file.
362 * @param branch The branch to be registered.
364 public void registerBranch(Branch branch) argument
366 branches.put(branch
1215 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<LocalizableMessage> warnings) argument
1450 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<LocalizableMessage> warnings) argument
1536 parseAttributeTag(String tagString, Branch branch, Template template, int lineNumber, List<LocalizableMessage> warnings) argument
[all...]
H A DTemplateEntry.java44 * This class defines an entry that is generated using a MakeLDIF branch or
49 /** The branch used to generate this entry (if it is associated with a branch). */
50 private Branch branch; field in class:TemplateEntry
68 * branch.
70 * @param branch The branch to use when creating this template entry.
72 public TemplateEntry(Branch branch) argument
74 this.branch = branch;
[all...]
H A DIfAbsentTag.java86 * @return <CODE>true</CODE> if this tag may be used in branch definitions,
98 * a branch definition.
101 * @param branch The branch in which this tag is used.
111 public void initializeForBranch(TemplateFile templateFile, Branch branch, argument
125 if (! branch.hasAttribute(t))

Completed in 58 milliseconds

123456