|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Rule.evaluate(EvaluationCtx context)
Evaluates the rule against the supplied context. |
Result |
PolicyTreeElement.evaluate(EvaluationCtx context)
Evaluates this element in the policy tree, and therefore all elements underneath this element. |
Result |
PolicyReference.evaluate(EvaluationCtx context)
Tries to evaluate the policy by calling the combining algorithm on the given policies or rules. |
Result |
AbstractPolicy.evaluate(EvaluationCtx context)
Tries to evaluate the policy by calling the combining algorithm on the given policies or rules. |
| Uses of Result in org.jboss.security.xacml.sunxacml.combine |
|---|
| Methods in org.jboss.security.xacml.sunxacml.combine that return Result | |
|---|---|
abstract Result |
RuleCombiningAlgorithm.combine(EvaluationCtx context,
List parameters,
List ruleElements)
Combines the rules based on the context to produce some unified result. |
abstract Result |
PolicyCombiningAlgorithm.combine(EvaluationCtx context,
List parameters,
List policyElements)
Combines the policies based on the context to produce some unified result. |
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 |
OnlyOneApplicablePolicyAlg.combine(EvaluationCtx context,
List parameters,
List policyElements)
Applies the combining rule to the set of policies based on the evaluation context. |
Result |
FirstApplicableRuleAlg.combine(EvaluationCtx context,
List parameters,
List ruleElements)
Applies the combining rule to the set of rules 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. |
Result |
DenyOverridesRuleAlg.combine(EvaluationCtx context,
List parameters,
List ruleElements)
Applies the combining rule to the set of rules based on the evaluation context. |
Result |
DenyOverridesPolicyAlg.combine(EvaluationCtx context,
List parameters,
List policyElements)
Applies the combining rule to the set of policies 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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||