Searched refs:ruleNode (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DRule.java200 * @param ruleNode XML node representation of <code>Rule</code>
206 protected Rule(Node ruleNode) throws InvalidFormatException, argument
209 if (!ruleNode.getNodeName().equalsIgnoreCase(
221 if ((ruleName = XMLUtils.getNodeAttributeValue(ruleNode,
227 Node serviceNode = XMLUtils.getChildNode(ruleNode,
242 Node applicationNameNode = XMLUtils.getChildNode(ruleNode,
250 resourceNames.addAll(getResources(ruleNode,
253 Set<String> excludeResources = getResources(ruleNode,
257 Set actionNodes = XMLUtils.getChildNodes(ruleNode,
286 Node ruleNode,
285 getResources( Node ruleNode, String childNodeName ) argument
[all...]
H A DPolicy.java305 Node ruleNode = (Node) items.next();
306 Rule rule = new Rule(ruleNode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DRule.java215 * @param ruleNode XML node representation of <code>Rule</code>
221 protected Rule(Node ruleNode) throws InvalidFormatException, argument
224 if (!ruleNode.getNodeName().equalsIgnoreCase(
235 if ((ruleName = XMLUtils.getNodeAttributeValue(ruleNode,
241 Node serviceNode = XMLUtils.getChildNode(ruleNode,
256 Node applicationNameNode = XMLUtils.getChildNode(ruleNode,
264 resourceNames.addAll(getResources(ruleNode,
268 Set<String> excludeResources = getResources(ruleNode,
273 Set actionNodes = XMLUtils.getChildNodes(ruleNode,
302 Node ruleNode,
301 getResources( Node ruleNode, String childNodeName, boolean isMigratedToEntitlementService ) argument
[all...]
H A DPolicy.java305 Node ruleNode = (Node) items.next();
306 Rule rule = new Rule(ruleNode);
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...

Completed in 57 milliseconds