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> ConstraintAware.getConstraintMappings()
           
 List<ConstraintMapping> ConstraintSecurityHandler.getConstraintMappings()
           
 

Methods in org.eclipse.jetty.security with parameters of type ConstraintMapping
 void ConstraintAware.addConstraintMapping(ConstraintMapping mapping)
          Add a Constraint Mapping.
 void ConstraintSecurityHandler.addConstraintMapping(ConstraintMapping mapping)
           
protected  void ConstraintSecurityHandler.processConstraintMapping(ConstraintMapping mapping)
           
 void ConstraintSecurityHandler.setConstraintMappings(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.
 

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 ConstraintAware.setConstraintMappings(List<ConstraintMapping> constraintMappings, Set<String> roles)
          Set Constraint Mappings and roles.
 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.
 



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