Uses of Class
org.jboss.security.xacml.sunxacml.finder.PolicyFinderModule

Packages that use PolicyFinderModule
org.jboss.security.xacml.bridge   
org.jboss.security.xacml.sunxacml.finder.impl The few included finder modules are provided in this package. 
org.jboss.security.xacml.sunxacml.support.finder   
 

Uses of PolicyFinderModule in org.jboss.security.xacml.bridge
 

Subclasses of PolicyFinderModule in org.jboss.security.xacml.bridge
 class PolicySetFinderModule
          PolicyFinderModule for PolicySet
 class WrapperPolicyFinderModule
          PolicyFinderModule that returns the enclosing Policy Object
 

Uses of PolicyFinderModule in org.jboss.security.xacml.sunxacml.finder.impl
 

Subclasses of PolicyFinderModule in org.jboss.security.xacml.sunxacml.finder.impl
 class FilePolicyModule
          This module represents a collection of files containing polices, each of which will be searched through when trying to find a policy that is applicable to a specific request.
 

Uses of PolicyFinderModule in org.jboss.security.xacml.sunxacml.support.finder
 

Subclasses of PolicyFinderModule in org.jboss.security.xacml.sunxacml.support.finder
 class BasicPolicyFinderModule
          This is a basic implementation of PolicyFinderModule that accepts already created AbstractPolicys and supports finding by context and reference.
 class StaticPolicyFinderModule
          This is a simple implementation of PolicyFinderModule that supports retrieval based on context, and is designed for use with a run-time configuration.
 class StaticRefPolicyFinderModule
          This is a simple implementation of PolicyFinderModule that supports retrieval based on reference, and is designed for use with a run-time configuration.
 class URLPolicyFinderModule
          This module supports references made with resolvable URLs (eg, http or file pointers).
 



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