Uses of Class
jakarta.servlet.HttpConstraintElement
-
Packages that use HttpConstraintElement Package Description jakarta.servlet 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.servlet Modifier and Type Class Description classHttpMethodConstraintElementProgrammatic equivalent of a security constraint defined for a single HTTP method.classServletSecurityElementThe programmatic equivalent ofServletSecurityused to configre security constraints for a Servlet.Constructors in jakarta.servlet with parameters of type HttpConstraintElement Constructor Description HttpMethodConstraintElement(java.lang.String methodName, HttpConstraintElement constraint)Construct an instance for the given HTTP method name andHttpConstraintElement.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.
-