JBoss port of sunxacml 2.0.5-redhat-1

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

Packages that use AttributeFinder
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
 

Uses of AttributeFinder in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return AttributeFinder
 AttributeFinder PDPConfig.getAttributeFinder()
          Returns the AttributeFinder that was configured, or null if none was configured
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type AttributeFinder
BasicEvaluationCtx(RequestCtx request, AttributeFinder finder)
          Constructs a new BasicEvaluationCtx based on the given request, and supports looking outside the original request for attribute values using the AttributeFinder.
BasicEvaluationCtx(RequestCtx request, AttributeFinder finder, boolean cacheEnvValues)
          Constructs a new BasicEvaluationCtx based on the given request, and supports looking outside the original request for attribute values using the AttributeFinder.
PDPConfig(AttributeFinder attributeFinder, PolicyFinder policyFinder, ResourceFinder resourceFinder)
          Constructor that creates a PDPConfig from components.
 


JBoss port of sunxacml 2.0.5-redhat-1

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