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 ServletSecurityInfo
ServletSecurityInfo. addHttpMethodSecurityInfo(HttpMethodSecurityInfo info)
ServletSecurityInfo
ServletSecurityInfo. clone()
protected ServletSecurityInfo
ServletSecurityInfo. createInstance()
ServletSecurityInfo
ServletInfo. getServletSecurityInfo()
Methods in io.undertow.servlet.api with parameters of type ServletSecurityInfo Modifier and Type Method Description ServletInfo
ServletInfo. setServletSecurityInfo(ServletSecurityInfo servletSecurityInfo)
-