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

Packages that use MatchResult
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
 

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

Methods in org.jboss.security.xacml.sunxacml that return MatchResult
 MatchResult TargetMatchGroup.match(EvaluationCtx context)
          Determines whether this TargetMatchGroup matches the input request (whether it is applicable).
 MatchResult PolicyTreeElement.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this element's target.
 MatchResult TargetSection.match(EvaluationCtx context)
          Determines whether this TargetSection matches the input request (whether it is applicable).
 MatchResult AbstractPolicy.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this policy.
 MatchResult TargetMatch.match(EvaluationCtx context)
          Determines whether this TargetMatch matches the input request (whether it is applicable)
 MatchResult PolicyReference.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this policy.
 MatchResult Target.match(EvaluationCtx context)
          Determines whether this Target matches the input request (whether it is applicable).
 MatchResult Rule.match(EvaluationCtx context)
          Given the input context sees whether or not the request matches this Rule's Target.
 



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