SunTM's XACML Implementation for JavaTM

Package com.sun.xacml.finder

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

See:
          Description

Class Summary
AttributeFinder This class is used by the PDP to find attribute values that weren't originally supplied in the request.
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.
ResourceFinder This class is used by the PDP to handle resource scopes other than Immediate.
ResourceFinderModule This is the abstract class that all ResourceFinder modules extend.
ResourceFinderResult This is used to return Resource Ids from the ResourceFinder.
 

Package com.sun.xacml.finder 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.


Sun's XACML Implementation Version 1.2

Copyright 2003-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.