Uses of Class
io.undertow.servlet.api.ServletSecurityInfo
-
Packages that use ServletSecurityInfo Package Description io.undertow.servlet.api -
-
Uses of ServletSecurityInfo in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ServletSecurityInfo Modifier and Type Method Description ServletSecurityInfoServletSecurityInfo. addHttpMethodSecurityInfo(HttpMethodSecurityInfo info)ServletSecurityInfoServletSecurityInfo. clone()protected ServletSecurityInfoServletSecurityInfo. createInstance()ServletSecurityInfoServletInfo. getServletSecurityInfo()Methods in io.undertow.servlet.api with parameters of type ServletSecurityInfo Modifier and Type Method Description ServletInfoServletInfo. setServletSecurityInfo(ServletSecurityInfo servletSecurityInfo)
-