Uses of Class
org.eclipse.jetty.ee10.servlet.security.ConstraintMapping
Packages that use ConstraintMapping
-
Uses of ConstraintMapping in org.eclipse.jetty.ee10.servlet.security
Methods in org.eclipse.jetty.ee10.servlet.security that return types with arguments of type ConstraintMappingModifier and TypeMethodDescriptionstatic List<ConstraintMapping> ConstraintSecurityHandler.createConstraintsWithMappingsForPath(String name, String pathSpec, jakarta.servlet.ServletSecurityElement securityElement) Generate Constraints and ConstraintMappings for the given url pattern and ServletSecurityElementConstraintAware.getConstraintMappings()ConstraintSecurityHandler.getConstraintMappings()static List<ConstraintMapping> ConstraintSecurityHandler.removeConstraintMappingsForPath(String pathSpec, List<ConstraintMapping> constraintMappings) Take out of the constraint mappings those that match the given path.Methods in org.eclipse.jetty.ee10.servlet.security with parameters of type ConstraintMappingModifier and TypeMethodDescriptionvoidConstraintAware.addConstraintMapping(ConstraintMapping mapping) Add a Constraint Mapping.voidConstraintSecurityHandler.addConstraintMapping(ConstraintMapping mapping) protected voidConstraintSecurityHandler.processConstraintMapping(ConstraintMapping mapping) Create and combine the constraint with the existing processed constraints.protected voidConstraintSecurityHandler.processConstraintMappingWithMethodOmissions(ConstraintMapping mapping, Map<String, org.eclipse.jetty.security.Constraint> mappings) Deprecated, for removal: This API element is subject to removal in a future version.Not used, no replacementvoidConstraintSecurityHandler.setConstraintMappings(ConstraintMapping[] constraintMappings) Process the constraints following the combining rules in Jakarta Servlet Spec 13.8.1.Method parameters in org.eclipse.jetty.ee10.servlet.security with type arguments of type ConstraintMappingModifier and TypeMethodDescriptionstatic List<ConstraintMapping> ConstraintSecurityHandler.removeConstraintMappingsForPath(String pathSpec, List<ConstraintMapping> constraintMappings) Take out of the constraint mappings those that match the given path.voidConstraintAware.setConstraintMappings(List<ConstraintMapping> constraintMappings, Set<String> roles) Set Constraint Mappings and roles.voidConstraintSecurityHandler.setConstraintMappings(List<ConstraintMapping> constraintMappings) Process the constraints following the combining rules in Jakarta Servlet Spec 13.8.1.voidConstraintSecurityHandler.setConstraintMappings(List<ConstraintMapping> constraintMappings, Set<String> roles) Process the constraints following the combining rules in Jakarta Servlet Spec 13.8.1.