Uses of Class
io.undertow.servlet.api.SingleConstraintMatch
Packages that use SingleConstraintMatch
-
Uses of SingleConstraintMatch in io.undertow.servlet.api
Method parameters in io.undertow.servlet.api with type arguments of type SingleConstraintMatchModifier and TypeMethodDescriptionboolean
AuthorizationManager.canAccessResource
(List<SingleConstraintMatch> mappedConstraints, io.undertow.security.idm.Account account, ServletInfo servletInfo, javax.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 TypeMethodDescriptionboolean
DefaultAuthorizationManager.canAccessResource
(List<SingleConstraintMatch> constraints, io.undertow.security.idm.Account account, ServletInfo servletInfo, javax.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 TypeMethodDescriptionvoid
ServletRequestContext.setRequiredConstrains
(List<SingleConstraintMatch> requiredConstrains)