| Package | Description |
|---|---|
| jakarta.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpMethodConstraintElement
Programmatic equivalent of a security constraint defined for a single HTTP
method.
|
class |
ServletSecurityElement |
| Constructor and Description |
|---|
HttpMethodConstraintElement(java.lang.String methodName,
HttpConstraintElement constraint)
Construct an instance for the given HTTP method name and
HttpConstraintElement. |
ServletSecurityElement(HttpConstraintElement httpConstraintElement)
Use specified HttpConstraintElement.
|
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.