Uses of Class
org.eclipse.jetty.security.ConstraintMapping

Packages that use ConstraintMapping
org.eclipse.jetty.annotations   
org.eclipse.jetty.security   
org.eclipse.jetty.webapp   
 

Uses of ConstraintMapping in org.eclipse.jetty.annotations
 

Methods in org.eclipse.jetty.annotations that return ConstraintMapping
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 ).
 

Methods in org.eclipse.jetty.annotations that return types with arguments of type ConstraintMapping
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.
 

Method parameters in org.eclipse.jetty.annotations with type arguments of type ConstraintMapping
protected  boolean ServletSecurityAnnotationHandler.constraintsExist(List<ServletMapping> servletMappings, List<ConstraintMapping> constraintMappings)
          Check if there are already elements defined that match the url-patterns for the servlet.
 

Uses of ConstraintMapping in org.eclipse.jetty.security
 

Methods in org.eclipse.jetty.security that return types with arguments of type ConstraintMapping
 List<ConstraintMapping> ConstraintSecurityHandler.getConstraintMappings()
           
 List<ConstraintMapping> ConstraintAware.getConstraintMappings()
           
 

Methods in org.eclipse.jetty.security with parameters of type ConstraintMapping
 void ConstraintSecurityHandler.addConstraintMapping(ConstraintMapping mapping)
           
 void ConstraintAware.addConstraintMapping(ConstraintMapping mapping)
          Add a Constraint Mapping.
protected  void ConstraintSecurityHandler.processContraintMapping(ConstraintMapping mapping)
           
 void ConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings)
          Deprecated. 
 void ConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings, Set<String> roles)
          Deprecated. 
 

Method parameters in org.eclipse.jetty.security with type arguments of type ConstraintMapping
 void ConstraintSecurityHandler.setConstraintMappings(List<ConstraintMapping> constraintMappings)
          Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
 void ConstraintSecurityHandler.setConstraintMappings(List<ConstraintMapping> constraintMappings, Set<String> roles)
          Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
 void ConstraintAware.setConstraintMappings(List<ConstraintMapping> constraintMappings, Set<String> roles)
          Set Constraint Mappings and roles.
 

Uses of ConstraintMapping in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp with type parameters of type ConstraintMapping
protected  List<ConstraintMapping> StandardDescriptorProcessor._constraintMappings
           
 



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