Uses of Class
org.eclipse.jetty.http.security.Constraint

Packages that use Constraint
org.eclipse.jetty.annotations   
org.eclipse.jetty.security   
 

Uses of Constraint in org.eclipse.jetty.annotations
 

Methods in org.eclipse.jetty.annotations that return Constraint
protected  Constraint ServletSecurityAnnotationHandler.makeConstraint(Class servlet, String[] rolesAllowed, ServletSecurity.EmptyRoleSemantic permitOrDeny, ServletSecurity.TransportGuarantee transport)
          Make a jetty Constraint object, which represents the and elements, based on the security annotation.
 

Methods in org.eclipse.jetty.annotations with parameters of type Constraint
protected  ConstraintMapping ServletSecurityAnnotationHandler.makeConstraintMapping(Constraint constraint, String url, String method, String[] omissions)
          Make a ConstraintMapping which captures the or elements for a particular url pattern, and relates it to a Constraint object ( and ).
protected  List<ConstraintMapping> ServletSecurityAnnotationHandler.makeMethodMappings(Class servlet, Constraint defaultConstraint, List<ServletMapping> servletMappings, HttpMethodConstraint[] annotations)
          Make the Jetty Constraints and ConstraintMapping objects that correspond to the HttpMethodConstraint annotations for each url pattern for the servlet.
 

Uses of Constraint in org.eclipse.jetty.security
 

Methods in org.eclipse.jetty.security that return Constraint
 Constraint ConstraintMapping.getConstraint()
           
 

Methods in org.eclipse.jetty.security with parameters of type Constraint
 void ConstraintMapping.setConstraint(Constraint constraint)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.