Package io.quarkus.undertow.runtime
Class ServletSecurityInfoProxy
java.lang.Object
io.quarkus.undertow.runtime.ServletSecurityInfoProxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.servlet.api.SecurityInfo.EmptyRoleSemanticio.undertow.servlet.api.TransportGuaranteeTypesetEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic) setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)
-
Constructor Details
-
ServletSecurityInfoProxy
public ServletSecurityInfoProxy()
-
-
Method Details
-
getHttpMethodSecurityInfo
-
getEmptyRoleSemantic
public io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic getEmptyRoleSemantic() -
setEmptyRoleSemantic
public ServletSecurityInfoProxy setEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic) -
getMethod
-
setMethod
-
getRolesAllowed
-
getTransportGuaranteeType
public io.undertow.servlet.api.TransportGuaranteeType getTransportGuaranteeType() -
setTransportGuaranteeType
public ServletSecurityInfoProxy setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)
-