Uses of Package
org.wso2.balana.finder

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

Classes in org.wso2.balana.finder used by org.wso2.balana
AttributeFinder
          This class is used by the PDP to find attribute values that weren't originally supplied in the request.
PolicyFinder
          This class is used by the PDP to find all policies used in evaluation.
ResourceFinder
          This class is used by the PDP to handle resource scopes other than Immediate.
 

Classes in org.wso2.balana.finder used by org.wso2.balana.finder
AttributeFinderModule
          This is the abstract class that all AttributeFinder modules extend.
PolicyFinder
          This class is used by the PDP to find all policies used in evaluation.
PolicyFinderResult
          This is used as the return value for the findPolicy() methods in the PolicyFinder.
ResourceFinderModule
          This is the abstract class that all ResourceFinder modules extend.
ResourceFinderResult
          This is used to return Resource Ids from the ResourceFinder.
 

Classes in org.wso2.balana.finder used by org.wso2.balana.finder.impl
AttributeFinderModule
          This is the abstract class that all AttributeFinder modules extend.
PolicyFinder
          This class is used by the PDP to find all policies used in evaluation.
PolicyFinderModule
          This is the abstract class that all PolicyFinder modules extend.
PolicyFinderResult
          This is used as the return value for the findPolicy() methods in the PolicyFinder.
 



Copyright © 2015 WSO2. All rights reserved.