Uses of Class
io.quarkus.undertow.runtime.ServletSecurityInfoProxy
-
Packages that use ServletSecurityInfoProxy Package Description io.quarkus.undertow.runtime -
-
Uses of ServletSecurityInfoProxy in io.quarkus.undertow.runtime
Methods in io.quarkus.undertow.runtime that return ServletSecurityInfoProxy Modifier and Type Method Description ServletSecurityInfoProxyServletSecurityInfoSubstitution. serialize(io.undertow.servlet.api.ServletSecurityInfo obj)ServletSecurityInfoProxyServletSecurityInfoProxy. setEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic)ServletSecurityInfoProxyServletSecurityInfoProxy. setMethod(String method)ServletSecurityInfoProxyServletSecurityInfoProxy. setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)Methods in io.quarkus.undertow.runtime that return types with arguments of type ServletSecurityInfoProxy Modifier and Type Method Description List<ServletSecurityInfoProxy>ServletSecurityInfoProxy. getHttpMethodSecurityInfo()Methods in io.quarkus.undertow.runtime with parameters of type ServletSecurityInfoProxy Modifier and Type Method Description io.undertow.servlet.api.ServletSecurityInfoServletSecurityInfoSubstitution. deserialize(ServletSecurityInfoProxy obj)
-