| 
SunTM's XACML Implementation for JavaTM | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xacml.combine.CombiningAlgorithm
The base type for all combining algorithms. It provides one method that must be implemented.
| Constructor Summary | |
CombiningAlgorithm(URI identifier)
Constructor that takes the algorithm's identifier.  | 
|
| Method Summary | |
abstract  Result | 
combine(EvaluationCtx context,
        List inputs)
Combines the inputs based on the context to produce some unified result.  | 
 URI | 
getIdentifier()
Returns the identifier for this algorithm.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CombiningAlgorithm(URI identifier)
identifier - the algorithm's identifier| Method Detail | 
public abstract Result combine(EvaluationCtx context,
                               List inputs)
context - the representation of the requestinputs - the things to combine (policies or rules)
public URI getIdentifier()
  | 
Sun's XACML Implementation Version 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.