Uses of Class
jakarta.servlet.HttpConstraintElement
Packages that use HttpConstraintElement
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
-
Uses of HttpConstraintElement in jakarta.servlet
Subclasses of HttpConstraintElement in jakarta.servletModifier and TypeClassDescriptionclassProgrammatic equivalent of a security constraint defined for a single HTTP method.classThe programmatic equivalent ofServletSecurityused to configre security constraints for a Servlet.Constructors in jakarta.servlet with parameters of type HttpConstraintElementModifierConstructorDescriptionHttpMethodConstraintElement(String methodName, HttpConstraintElement constraint) Construct an instance for the given HTTP method name andHttpConstraintElement.ServletSecurityElement(HttpConstraintElement httpConstraintElement) Use specified HttpConstraintElement.ServletSecurityElement(HttpConstraintElement httpConstraintElement, Collection<HttpMethodConstraintElement> httpMethodConstraints) Use specified HttpConstraintElement as default and specific constraints for specified methods.