Methods in net.sf.deadbolt.handlers with parameters of type Room |
boolean |
SQLInjectionHandler.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. |
boolean |
IPFilterHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Room room)
This is the standard Deadbolt authenticate method. |
abstract boolean |
DeadboltHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Room room)
This method is the main body of the handler, which will tell the
framework whether to let the user in or not. |