Uses of Class
org.wso2.balana.VersionConstraints

Packages that use VersionConstraints
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.finder The finder package supports all of the pieces of the XACML specification that require custom implementation. 
org.wso2.balana.finder.impl The few included finder modules are provided in this package. 
 

Uses of VersionConstraints in org.wso2.balana
 

Methods in org.wso2.balana that return VersionConstraints
 VersionConstraints PolicyReference.getConstraints()
          Returns the version constraints associated with this reference.
 

Constructors in org.wso2.balana with parameters of type VersionConstraints
PolicyReference(URI reference, int policyType, VersionConstraints constraints, PolicyFinder finder, PolicyMetaData parentMetaData)
          Creates a new PolicyReference instance with version constraints.
 

Uses of VersionConstraints in org.wso2.balana.finder
 

Methods in org.wso2.balana.finder with parameters of type VersionConstraints
 PolicyFinderResult PolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Tries to find one and only one matching policy given the idReference If more than one policy is found, this is an error and must be reported as such.
 PolicyFinderResult PolicyFinder.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Finds a policy based on an id reference.
 

Uses of VersionConstraints in org.wso2.balana.finder.impl
 

Methods in org.wso2.balana.finder.impl with parameters of type VersionConstraints
 PolicyFinderResult FileBasedPolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
           
 



Copyright © 2015 WSO2. All rights reserved.