Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.sun.xacml.EvaluationCtx

Uses of EvaluationCtx in com.sun.xacml
 

Classes in com.sun.xacml that implement EvaluationCtx
 class BasicEvaluationCtx
          A basic implementation of EvaluationCtx that is created from an XACML Request and falls back on an AttributeFinder if a requested value isn't available in the Request.
 

Methods in com.sun.xacml with parameters of type EvaluationCtx
 MatchResult TargetMatch.match(EvaluationCtx context)
          Determines whether this TargetMatch matches the input request (whether it is applicable)
private  MatchResult TargetMatch.evaluateMatch(java.util.List inputs, EvaluationCtx context)
          Private helper that evaluates an individual match.
 MatchResult Target.match(EvaluationCtx context)
          Determines whether this Target matches the input request (whether it is applicable).
private  MatchResult Target.checkSet(java.util.List matchList, EvaluationCtx context)
          Helper function that determines whether there is at least one positive match between each section of the Target element and the input request
 MatchResult Rule.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this Rule's Target.
 com.sun.xacml.ctx.Result Rule.evaluate(EvaluationCtx context)
          Evaluates the rule against the supplied context.
 MatchResult PolicyTreeElement.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this element's target.
 com.sun.xacml.ctx.Result PolicyTreeElement.evaluate(EvaluationCtx context)
          Evaluates this element in the policy tree, and therefore all elements underneath this element.
 MatchResult PolicyReference.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this policy.
 com.sun.xacml.ctx.Result PolicyReference.evaluate(EvaluationCtx context)
          Tries to evaluate the policy by calling the combining algorithm on the given policies or rules.
 com.sun.xacml.ctx.ResponseCtx PDP.evaluate(EvaluationCtx context)
          Uses the given EvaluationCtx against the available policies to determine a response.
private  com.sun.xacml.ctx.Result PDP.evaluateContext(EvaluationCtx context)
          A private helper routine that resolves a policy for the given context, and then tries to evaluate based on the policy
 MatchResult AbstractPolicy.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this policy.
 com.sun.xacml.ctx.Result AbstractPolicy.evaluate(EvaluationCtx context)
          Tries to evaluate the policy by calling the combining algorithm on the given policies or rules.