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

Methods in org.eclipse.jetty.security with parameters of type ConstraintMapping
 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.
 void ConstraintAware.setConstraintMappings(ConstraintMapping[] constraintMappings, Set<String> roles)
           
 void ConstraintSecurityHandler.setConstraintMappings(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-2009 Mort Bay Consulting. All Rights Reserved.