| Package | Description |
|---|---|
| jakarta.servlet |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HttpMethodConstraintElement> |
ServletSecurityElement.getHttpMethodConstraints() |
| Constructor and Description |
|---|
ServletSecurityElement(java.util.Collection<HttpMethodConstraintElement> httpMethodConstraints)
Use specific constraints for specified methods and default
HttpConstraintElement for all other methods.
|
ServletSecurityElement(HttpConstraintElement httpConstraintElement,
java.util.Collection<HttpMethodConstraintElement> httpMethodConstraints)
Use specified HttpConstraintElement as default and specific constraints
for specified methods.
|
Copyright © 2014–2021. All rights reserved.