Uses of Class
io.undertow.servlet.api.SingleConstraintMatch
Packages that use SingleConstraintMatch
Package
Description
-
Uses of SingleConstraintMatch in io.undertow.servlet.api
Method parameters in io.undertow.servlet.api with type arguments of type SingleConstraintMatchModifier and TypeMethodDescriptionbooleanAuthorizationManager.canAccessResource(List<SingleConstraintMatch> mappedConstraints, Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment) Tests if a user can access a given resource -
Uses of SingleConstraintMatch in io.undertow.servlet.core
Method parameters in io.undertow.servlet.core with type arguments of type SingleConstraintMatchModifier and TypeMethodDescriptionbooleanDefaultAuthorizationManager.canAccessResource(List<SingleConstraintMatch> constraints, Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment) -
Uses of SingleConstraintMatch in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return types with arguments of type SingleConstraintMatchMethod parameters in io.undertow.servlet.handlers with type arguments of type SingleConstraintMatchModifier and TypeMethodDescriptionvoidServletRequestContext.setRequiredConstrains(List<SingleConstraintMatch> requiredConstrains) -
Uses of SingleConstraintMatch in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security that return SingleConstraintMatch