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 ConstraintServletSecurityAnnotationHandler. 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 ConstraintConstraintSecurityHandler. createConstraint()static ConstraintConstraintSecurityHandler. createConstraint(java.lang.String name, boolean authenticate, java.lang.String[] roles, int dataConstraint)Create a security constraintstatic ConstraintConstraintSecurityHandler. createConstraint(java.lang.String name, java.lang.String[] rolesAllowed, javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny, javax.servlet.annotation.ServletSecurity.TransportGuarantee transport)Create Constraintstatic ConstraintConstraintSecurityHandler. createConstraint(java.lang.String name, javax.servlet.HttpConstraintElement element)Create a Constraintstatic ConstraintConstraintSecurityHandler. createConstraint(Constraint constraint)ConstraintConstraintMapping. getConstraint()Methods in org.eclipse.jetty.security with parameters of type Constraint Modifier and Type Method Description static ConstraintConstraintSecurityHandler. createConstraint(Constraint constraint)voidConstraintMapping. setConstraint(Constraint constraint)
-