Uses of Class
net.sf.deadbolt.model.Room

Packages that use Room
net.sf.deadbolt.handlers   
net.sf.deadbolt.model   
 

Uses of Room in net.sf.deadbolt.handlers
 

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.
 

Uses of Room in net.sf.deadbolt.model
 

Methods in net.sf.deadbolt.model that return Room
 Room URLMapping.getRoom()
           
 

Methods in net.sf.deadbolt.model with parameters of type Room
 void URLMapping.setRoom(Room room)
           
 



Copyright © 2005 Tim Solley. All Rights Reserved.