com.antiaction.mayhem.httpd.servlet
Class SecurityConstraints

java.lang.Object
  extended by com.antiaction.mayhem.httpd.servlet.SecurityConstraints

public class SecurityConstraints
extends java.lang.Object

Security constraints.

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
SecurityConstraints(ServletContextInternal context)
           
 
Method Summary
 boolean checkSecurityConstraints(java.lang.String path, HttpServletRequestImpl dreq, HttpServletResponseImpl dres, int sslRedirectPort)
          Chekc to see whether a request violates any security constraints.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConstraints

public SecurityConstraints(ServletContextInternal context)
Method Detail

checkSecurityConstraints

public boolean checkSecurityConstraints(java.lang.String path,
                                        HttpServletRequestImpl dreq,
                                        HttpServletResponseImpl dres,
                                        int sslRedirectPort)
Chekc to see whether a request violates any security constraints.

Parameters:
path - path relative to this context.
dreq - internal servlet request object.
dres - internal servlet response object.
Returns:
security constraint violation.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.