SunTM's XACML Implementation for JavaTM

Package com.sun.xacml.combine

All of the combining algorithm support is in this package.

See:
          Description

Interface Summary
CombiningAlgFactoryProxy A simple proxy interface used to install new CombiningAlgFactorys.
 

Class Summary
BaseCombiningAlgFactory This is a basic implementation of CombiningAlgFactory.
CombiningAlgFactory Provides a factory mechanism for installing and retrieving combining algorithms.
CombiningAlgorithm The base type for all combining algorithms.
DenyOverridesPolicyAlg This is the standard Deny Overrides policy combining algorithm.
DenyOverridesRuleAlg This is the standard Deny Overrides rule combining algorithm.
FirstApplicablePolicyAlg This is the standard First Applicable policy combining algorithm.
FirstApplicableRuleAlg This is the standard First Applicable rule combining algorithm.
OnlyOneApplicablePolicyAlg This is the standard Only One Applicable Policy combining algorithm.
OrderedDenyOverridesPolicyAlg This is the standard Ordered Deny Overrides policy combining algorithm.
OrderedDenyOverridesRuleAlg This is the standard Ordered Deny Overrides rule combining algorithm.
OrderedPermitOverridesPolicyAlg This is the standard Ordered Permit Overrides policy combining algorithm.
OrderedPermitOverridesRuleAlg This is the standard Ordered Permit Overrides rule combining algorithm.
PermitOverridesPolicyAlg This is the standard Permit Overrides policy combining algorithm.
PermitOverridesRuleAlg This is the standard Permit Overrides rule combining algorithm.
PolicyCombiningAlgorithm The base type for all Policy combining algorithms.
RuleCombiningAlgorithm The base type for all Rule combining algorithms.
StandardCombiningAlgFactory This factory supports the standard set of algorithms specified in XACML 1.0 and 1.1.
 

Package com.sun.xacml.combine Description

All of the combining algorithm support is in this package. There are base classes that all combining algorithms need to extend, and a factory for getting algorithms and adding new algorithms to the system. There are also implementations of all of the standard combining algorithms.


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.