Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.sun.xacml.finder.impl

The finder package supports all of the pieces of the XACML specification that require custom implementation.

See:
          Description

Class Summary
CurrentEnvModule Supports the current date, time, and dateTime values.
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.
SelectorModule This module implements the basic behavior of the AttributeSelectorType, looking for attribute values in the physical request document using the given XPath expression.
 

Package com.sun.xacml.finder.impl Description

The finder package supports all of the pieces of the XACML specification that require custom implementation. Specifically, there are classes here to manage looking for attributes outside of the physical request document, finding policies, and resolving resource identifiers. There are also base classes used to build new modules that can perform different application specific tasks to support these three kinds of operations. These managers are used directly by the PDP, and the managers in turn use the modules, and return values using the return-value classes in this package.