Uses of Class
org.eclipse.jetty.ee9.nested.ServletConstraint
Packages that use ServletConstraint
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Security : Modular Support for Security in Jetty
-
Uses of ServletConstraint in org.eclipse.jetty.ee9.annotations
Methods in org.eclipse.jetty.ee9.annotations that return ServletConstraintModifier and TypeMethodDescriptionprotected ServletConstraint
ServletSecurityAnnotationHandler.makeConstraint
(Class servlet, String[] rolesAllowed, jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny, jakarta.servlet.annotation.ServletSecurity.TransportGuarantee transport) Make a jetty Constraint object, which represents the<auth-constraint>
and<user-data-constraint>
elements, based on the security annotation. -
Uses of ServletConstraint in org.eclipse.jetty.ee9.security
Methods in org.eclipse.jetty.ee9.security that return ServletConstraintModifier and TypeMethodDescriptionstatic ServletConstraint
ConstraintSecurityHandler.createConstraint()
static ServletConstraint
ConstraintSecurityHandler.createConstraint
(String name, boolean authenticate, String[] roles, int dataConstraint) Create a security constraintstatic ServletConstraint
ConstraintSecurityHandler.createConstraint
(String name, jakarta.servlet.HttpConstraintElement element) Create a Constraintstatic ServletConstraint
ConstraintSecurityHandler.createConstraint
(String name, String[] rolesAllowed, jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny, jakarta.servlet.annotation.ServletSecurity.TransportGuarantee transport) Create Constraintstatic ServletConstraint
ConstraintSecurityHandler.createConstraint
(ServletConstraint constraint) ConstraintMapping.getConstraint()
Methods in org.eclipse.jetty.ee9.security with parameters of type ServletConstraintModifier and TypeMethodDescriptionstatic ServletConstraint
ConstraintSecurityHandler.createConstraint
(ServletConstraint constraint) void
ConstraintMapping.setConstraint
(ServletConstraint constraint)