|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.deadbolt.handlers.DeadboltHandler
net.sf.deadbolt.handlers.SQLInjectionHandler
This class will secure a Room from SQL injection attacks.
Constructor Summary | |
SQLInjectionHandler()
|
Method Summary | |
boolean |
authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Room room)
This method runs through the parameters in the request and checks them for the keywords that are not allowed. |
Methods inherited from class net.sf.deadbolt.handlers.DeadboltHandler |
addErrorKey, addErrorMessage, addErrors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLInjectionHandler()
Method Detail |
public boolean authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Room room)
authenticate
in class DeadboltHandler
request
- response
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |