|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openliberty.openaz.pep.DefaultDecisionHandler
public class DefaultDecisionHandler
Provides a default implementation of the decide() method and has null implementations of preDecide() and postDecide().
Constructor Summary | |
---|---|
DefaultDecisionHandler()
|
Method Summary | |
---|---|
PepResponse |
decide(PepRequest request)
Implements the decide() method by using the underlying AzService.decide(requestContext) method to execute the request, and handles the AzResponseContext that is returned by wrapping it in a PepResponse. |
void |
postDecide(PepRequest request,
PepResponse response)
Null implementation. |
void |
preDecide(PepRequest request)
Null implementation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDecisionHandler()
Method Detail |
---|
public PepResponse decide(PepRequest request)
decide
in interface DecisionHandler
public void preDecide(PepRequest request)
preDecide
in interface PreDecisionHandler
public void postDecide(PepRequest request, PepResponse response)
postDecide
in interface PostDecisionHandler
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |