Uses of Class
org.eclipse.jetty.util.security.Constraint
-
Packages that use Constraint Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of Constraint in org.eclipse.jetty.annotations
Methods in org.eclipse.jetty.annotations that return Constraint Modifier and Type Method Description protected Constraint
ServletSecurityAnnotationHandler. makeConstraint(java.lang.Class servlet, java.lang.String[] rolesAllowed, javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny, javax.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 Constraint in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return Constraint Modifier and Type Method Description static Constraint
ConstraintSecurityHandler. createConstraint()
static Constraint
ConstraintSecurityHandler. createConstraint(java.lang.String name, boolean authenticate, java.lang.String[] roles, int dataConstraint)
Create a security constraintstatic Constraint
ConstraintSecurityHandler. createConstraint(java.lang.String name, java.lang.String[] rolesAllowed, javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny, javax.servlet.annotation.ServletSecurity.TransportGuarantee transport)
Create Constraintstatic Constraint
ConstraintSecurityHandler. createConstraint(java.lang.String name, javax.servlet.HttpConstraintElement element)
Create a Constraintstatic Constraint
ConstraintSecurityHandler. createConstraint(Constraint constraint)
Constraint
ConstraintMapping. getConstraint()
Methods in org.eclipse.jetty.security with parameters of type Constraint Modifier and Type Method Description static Constraint
ConstraintSecurityHandler. createConstraint(Constraint constraint)
void
ConstraintMapping. setConstraint(Constraint constraint)
-