|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.httpd.servlet.SecurityConstraints
public class SecurityConstraints
Security constraints.
| 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 |
|---|
public SecurityConstraints(ServletContextInternal context)
| Method Detail |
|---|
public boolean checkSecurityConstraints(java.lang.String path,
HttpServletRequestImpl dreq,
HttpServletResponseImpl dres,
int sslRedirectPort)
path - path relative to this context.dreq - internal servlet request object.dres - internal servlet response object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||