Uses of Class
org.wso2.balana.TargetMatch

Packages that use TargetMatch
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.xacml2   
org.wso2.balana.xacml3   
 

Uses of TargetMatch in org.wso2.balana
 

Methods in org.wso2.balana that return TargetMatch
static TargetMatch TargetMatch.getInstance(Node root, int matchType, PolicyMetaData metaData)
          Creates a TargetMatch by parsing a node, using the input prefix to determine whether this is a SubjectMatch, ResourceMatch, or ActionMatch.
static TargetMatch TargetMatch.getInstance(Node root, PolicyMetaData metaData)
           
static TargetMatch TargetMatch.getInstance(Node root, String prefix, 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 TargetMatch in org.wso2.balana.xacml2
 

Constructor parameters in org.wso2.balana.xacml2 with type arguments of type TargetMatch
TargetMatchGroup(List<TargetMatch> matchElements, int matchType)
          Constructor that creates a new TargetMatchGroup based on the given elements.
 

Uses of TargetMatch in org.wso2.balana.xacml3
 

Constructor parameters in org.wso2.balana.xacml3 with type arguments of type TargetMatch
AllOfSelection(List<TargetMatch> matches)
          Constructor that creates a AllOfSelection from components.
 



Copyright © 2015 WSO2. All rights reserved.