|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecisionMaker
Decides if a certain action should be performed or not NOTE: This API may only be used in the scope of an HTTP request in WebSphere Portal, i.e. within a theme. The API can not be invoked directly by a custom servlet.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
void |
init(SecurityFilterConfig conf)
Initializes the object |
boolean |
process(HttpServletRequest req,
HttpServletResponse resp)
Provides the answer of the decision |
Method Detail |
---|
boolean process(HttpServletRequest req, HttpServletResponse resp)
req
-
void init(SecurityFilterConfig conf)
conf
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |