org.openliberty.openaz.pep
Interface DecisionHandler

All Known Implementing Classes:
DefaultDecisionHandler

public interface DecisionHandler

Interface for the main decide method that takes request objects submitted as collections of attributes and returns response objects from the returned decisions and obligation attributes.

Author:
Josh Bregman, Rich Levinson, Prateek Mishra

Method Summary
 PepResponse decide(PepRequest request)
           
 

Method Detail

decide

PepResponse decide(PepRequest request)
                   throws PepException
Throws:
PepException