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 boolean
AuthorizationManager. canAccessResource(java.util.List<SingleConstraintMatch> mappedConstraints, io.undertow.security.idm.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 boolean
DefaultAuthorizationManager. canAccessResource(java.util.List<SingleConstraintMatch> constraints, io.undertow.security.idm.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 java.util.List<SingleConstraintMatch>
ServletRequestContext. getRequiredConstrains()
Method parameters in io.undertow.servlet.handlers with type arguments of type SingleConstraintMatch Modifier and Type Method Description void
ServletRequestContext. setRequiredConstrains(java.util.List<SingleConstraintMatch> requiredConstrains)
-