| Package | Description |
|---|---|
| org.apache.tomcat.util.descriptor.web |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| Modifier and Type | Method and Description |
|---|---|
static SecurityConstraint[] |
SecurityConstraint.createConstraints(javax.servlet.ServletSecurityElement element,
String urlPattern)
Convert a
ServletSecurityElement to an array of
SecurityConstraint(s). |
static SecurityConstraint[] |
SecurityConstraint.findUncoveredHttpMethods(SecurityConstraint[] constraints,
boolean denyUncoveredHttpMethods,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
Set<SecurityConstraint> |
WebXml.getSecurityConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebXml.addSecurityConstraint(SecurityConstraint securityConstraint) |
static SecurityConstraint[] |
SecurityConstraint.findUncoveredHttpMethods(SecurityConstraint[] constraints,
boolean denyUncoveredHttpMethods,
Log log) |
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.