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

Packages that use ConstraintMapping
org.eclipse.jetty.security   
 

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)
           
 

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.
 



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