Uses of Class
org.wso2.balana.finder.PolicyFinderResult

Packages that use PolicyFinderResult
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 PolicyFinderResult in org.wso2.balana.finder
 

Methods in org.wso2.balana.finder that return PolicyFinderResult
 PolicyFinderResult PolicyFinderModule.findPolicy(EvaluationCtx context)
          Tries to find one and only one matching policy given the request represented by the context data.
 PolicyFinderResult PolicyFinder.findPolicy(EvaluationCtx context)
          Finds a policy based on a request's context.
 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 PolicyFinderResult in org.wso2.balana.finder.impl
 

Methods in org.wso2.balana.finder.impl that return PolicyFinderResult
 PolicyFinderResult FileBasedPolicyFinderModule.findPolicy(EvaluationCtx context)
           
 PolicyFinderResult FileBasedPolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
           
 



Copyright © 2015 WSO2. All rights reserved.