Uses of Class
org.eclipse.jetty.security.ConstraintMapping
-
Packages that use ConstraintMapping Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of ConstraintMapping in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return types with arguments of type ConstraintMapping Modifier and Type Method Description static java.util.List<ConstraintMapping>ConstraintSecurityHandler. createConstraintsWithMappingsForPath(java.lang.String name, java.lang.String pathSpec, javax.servlet.ServletSecurityElement securityElement)Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElementjava.util.List<ConstraintMapping>ConstraintAware. getConstraintMappings()java.util.List<ConstraintMapping>ConstraintSecurityHandler. getConstraintMappings()static java.util.List<ConstraintMapping>ConstraintSecurityHandler. getConstraintMappingsForPath(java.lang.String pathSpec, java.util.List<ConstraintMapping> constraintMappings)static java.util.List<ConstraintMapping>ConstraintSecurityHandler. removeConstraintMappingsForPath(java.lang.String pathSpec, java.util.List<ConstraintMapping> constraintMappings)Take out of the constraint mappings those that match the given path.Methods in org.eclipse.jetty.security with parameters of type ConstraintMapping Modifier and Type Method Description voidConstraintAware. addConstraintMapping(ConstraintMapping mapping)Add a Constraint Mapping.voidConstraintSecurityHandler. addConstraintMapping(ConstraintMapping mapping)protected voidConstraintSecurityHandler. configureRoleInfo(RoleInfo ri, ConstraintMapping mapping)Initialize or update the RoleInfo from the constraintprotected voidConstraintSecurityHandler. processConstraintMapping(ConstraintMapping mapping)Create and combine the constraint with the existing processed constraints.protected voidConstraintSecurityHandler. processConstraintMappingWithMethodOmissions(ConstraintMapping mapping, java.util.Map<java.lang.String,RoleInfo> mappings)Constraints that name method omissions are dealt with differently.voidConstraintSecurityHandler. 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 Modifier and Type Method Description static java.util.List<ConstraintMapping>ConstraintSecurityHandler. getConstraintMappingsForPath(java.lang.String pathSpec, java.util.List<ConstraintMapping> constraintMappings)static java.util.List<ConstraintMapping>ConstraintSecurityHandler. removeConstraintMappingsForPath(java.lang.String pathSpec, java.util.List<ConstraintMapping> constraintMappings)Take out of the constraint mappings those that match the given path.voidConstraintAware. setConstraintMappings(java.util.List<ConstraintMapping> constraintMappings, java.util.Set<java.lang.String> roles)Set Constraint Mappings and roles.voidConstraintSecurityHandler. setConstraintMappings(java.util.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.voidConstraintSecurityHandler. setConstraintMappings(java.util.List<ConstraintMapping> constraintMappings, java.util.Set<java.lang.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.
-