Uses of Class
io.undertow.servlet.handlers.security.SecurityPathMatches
-
Packages that use SecurityPathMatches Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers.security -
-
Uses of SecurityPathMatches in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SecurityPathMatches Modifier and Type Method Description SecurityPathMatchesDeployment. getSecurityPathMatches() -
Uses of SecurityPathMatches in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return SecurityPathMatches Modifier and Type Method Description SecurityPathMatchesDeploymentImpl. getSecurityPathMatches()Methods in io.undertow.servlet.core with parameters of type SecurityPathMatches Modifier and Type Method Description DeploymentImplDeploymentImpl. setSecurityPathMatches(SecurityPathMatches securityPathMatches) -
Uses of SecurityPathMatches in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security that return SecurityPathMatches Modifier and Type Method Description SecurityPathMatchesSecurityPathMatches.Builder. build()Constructors in io.undertow.servlet.handlers.security with parameters of type SecurityPathMatches Constructor Description ServletSecurityConstraintHandler(SecurityPathMatches securityPathMatches, io.undertow.server.HttpHandler next)
-