1 May 2007 17:31
Access Control Handler for Jetty
Hassan Rasheed <hrasheed <at> cise.ufl.edu>
2007-05-01 15:31:01 GMT
2007-05-01 15:31:01 GMT
Hello, My goal is to write a Jetty Handler that can communicate with an XACML Policy Decision Point to perform some basic access control tasks. So far I have a handler that can intercept an incoming request, and communicate with the XACML PDP, but I am having problems sending the requests which are approved on to the next handler (in this case a resource handler because I'm just starting with the OneHandler example). I tried to make a class that extends HandlerWrapper like SecurityHandler. And I have seen some of the other HandlerWrappers that call super.handle(), but that doesnt seem to be working for me. Any suggestions on how I should proceed next? Thanks. Hassan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Jetty-support mailing list Jetty-support <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jetty-support
RSS Feed