Uses of Class
jakarta.servlet.HttpConstraintElement
Packages that use HttpConstraintElement
-
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.