|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||