JBoss port of sunxacml 2.0.8.Final-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.Rule

Packages that use Rule
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
org.jboss.security.xacml.sunxacml.combine All of the combining algorithm support is in this package. 
 

Uses of Rule in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return Rule
static Rule Rule.getInstance(Node root, PolicyMetaData metaData, VariableManager manager)
          Returns a new instance of the Rule class based on a DOM node.
static Rule Rule.getInstance(Node root, String xpathVersion)
          Deprecated. As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for XACML 1.x policies.
 

Uses of Rule in org.jboss.security.xacml.sunxacml.combine
 

Methods in org.jboss.security.xacml.sunxacml.combine that return Rule
 Rule RuleCombinerElement.getRule()
          Returns the Rule in this element.
 

Constructors in org.jboss.security.xacml.sunxacml.combine with parameters of type Rule
RuleCombinerElement(Rule rule)
          Constructor that only takes a Rule
RuleCombinerElement(Rule rule, List parameters)
          Constructor that takes both the Rule to combine and its associated combiner parameters.
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.