Uses of Class
io.undertow.servlet.api.SingleConstraintMatch
-
Packages that use SingleConstraintMatch Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers -
-
Uses of SingleConstraintMatch in io.undertow.servlet.api
Method parameters in io.undertow.servlet.api with type arguments of type SingleConstraintMatch Modifier and Type Method Description booleanAuthorizationManager. 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 SingleConstraintMatch Modifier and Type Method Description booleanDefaultAuthorizationManager. 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 SingleConstraintMatch Modifier and Type Method Description List<SingleConstraintMatch>ServletRequestContext. getRequiredConstrains()Method parameters in io.undertow.servlet.handlers with type arguments of type SingleConstraintMatch Modifier and Type Method Description voidServletRequestContext. setRequiredConstrains(List<SingleConstraintMatch> requiredConstrains)
-