Uses of Class
io.undertow.servlet.api.HttpMethodSecurityInfo
-
Packages that use HttpMethodSecurityInfo Package Description io.undertow.servlet.api -
-
Uses of HttpMethodSecurityInfo in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return HttpMethodSecurityInfo Modifier and Type Method Description HttpMethodSecurityInfo
HttpMethodSecurityInfo. clone()
protected HttpMethodSecurityInfo
HttpMethodSecurityInfo. createInstance()
HttpMethodSecurityInfo
HttpMethodSecurityInfo. setMethod(java.lang.String method)
Methods in io.undertow.servlet.api that return types with arguments of type HttpMethodSecurityInfo Modifier and Type Method Description java.util.List<HttpMethodSecurityInfo>
ServletSecurityInfo. getHttpMethodSecurityInfo()
Methods in io.undertow.servlet.api with parameters of type HttpMethodSecurityInfo Modifier and Type Method Description ServletSecurityInfo
ServletSecurityInfo. addHttpMethodSecurityInfo(HttpMethodSecurityInfo info)
-