org.openliberty.openaz.pep
Interface PostDecisionHandler

All Known Implementing Classes:
DefaultDecisionHandler

public interface PostDecisionHandler

An interface that may be implemented to process the PepResponse that is returned from the main decide() call before the final results are returned to the user.

Author:
Josh Bregman, Rich Levinson, Prateek Mishra

Method Summary
 void postDecide(PepRequest request, PepResponse response)
           
 

Method Detail

postDecide

void postDecide(PepRequest request,
                PepResponse response)
                throws PepException
Throws:
PepException