org.openliberty.openaz.pep
Interface PreDecisionHandler

All Known Implementing Classes:
DefaultDecisionHandler

public interface PreDecisionHandler

An interface that can be used for preliminary processing of a PepRequest before it is actually submitted to the main decide() method.

Author:
Josh Bregman, Rich Levinson, Prateek Mishra

Method Summary
 void preDecide(PepRequest request)
           
 

Method Detail

preDecide

void preDecide(PepRequest request)
               throws PepException
Throws:
PepException