JBoss port of sunxacml 2.0.5

Uses of Class
org.jboss.security.xacml.sunxacml.ctx.Result

Packages that use Result
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. 
org.jboss.security.xacml.sunxacml.ctx All of the classes that support the context schema are in this package. 
 

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

Methods in org.jboss.security.xacml.sunxacml that return Result
 Result PolicyReference.evaluate(EvaluationCtx context)
          Tries to evaluate the policy by calling the combining algorithm on the given policies or rules.
 Result Rule.evaluate(EvaluationCtx context)
          Evaluates the rule against the supplied context.
 Result AbstractPolicy.evaluate(EvaluationCtx context)
          Tries to evaluate the policy by calling the combining algorithm on the given policies or rules.
 Result PolicyTreeElement.evaluate(EvaluationCtx context)
          Evaluates this element in the policy tree, and therefore all elements underneath this element.
 

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

Methods in org.jboss.security.xacml.sunxacml.combine that return Result
 Result OnlyOneApplicablePolicyAlg.combine(EvaluationCtx context, List parameters, List policyElements)
          Applies the combining rule to the set of policies based on the evaluation context.
abstract  Result RuleCombiningAlgorithm.combine(EvaluationCtx context, List parameters, List ruleElements)
          Combines the rules based on the context to produce some unified result.
 Result DenyOverridesPolicyAlg.combine(EvaluationCtx context, List parameters, List policyElements)
          Applies the combining rule to the set of policies based on the evaluation context.
 Result PermitOverridesRuleAlg.combine(EvaluationCtx context, List parameters, List ruleElements)
          Applies the combining rule to the set of rules based on the evaluation context.
 Result PermitOverridesPolicyAlg.combine(EvaluationCtx context, List parameters, List policyElements)
          Applies the combining rule to the set of policies based on the evaluation context.
 Result FirstApplicablePolicyAlg.combine(EvaluationCtx context, List parameters, List policyElements)
          Applies the combining rule to the set of policies based on the evaluation context.
abstract  Result PolicyCombiningAlgorithm.combine(EvaluationCtx context, List parameters, List policyElements)
          Combines the policies based on the context to produce some unified result.
 Result FirstApplicableRuleAlg.combine(EvaluationCtx context, List parameters, List ruleElements)
          Applies the combining rule to the set of rules based on the evaluation context.
 Result DenyOverridesRuleAlg.combine(EvaluationCtx context, List parameters, List ruleElements)
          Applies the combining rule to the set of rules based on the evaluation context.
abstract  Result CombiningAlgorithm.combine(EvaluationCtx context, List parameters, List inputs)
          Combines the results of the inputs based on the context to produce some unified result.
 

Uses of Result in org.jboss.security.xacml.sunxacml.ctx
 

Methods in org.jboss.security.xacml.sunxacml.ctx that return Result
static Result Result.getInstance(Node root)
          Creates a new instance of a Result based on the given DOM root node.
 

Constructors in org.jboss.security.xacml.sunxacml.ctx with parameters of type Result
ResponseCtx(Result result)
          Constructor that creates a new ResponseCtx with only a single Result (a common case).
 


JBoss port of sunxacml 2.0.5

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.