Package io.quarkus.undertow.runtime
Class ServletSecurityInfoProxy
- java.lang.Object
-
- io.quarkus.undertow.runtime.ServletSecurityInfoProxy
-
public class ServletSecurityInfoProxy extends Object
-
-
Constructor Summary
Constructors Constructor Description ServletSecurityInfoProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.servlet.api.SecurityInfo.EmptyRoleSemanticgetEmptyRoleSemantic()List<ServletSecurityInfoProxy>getHttpMethodSecurityInfo()StringgetMethod()Set<String>getRolesAllowed()io.undertow.servlet.api.TransportGuaranteeTypegetTransportGuaranteeType()ServletSecurityInfoProxysetEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic)ServletSecurityInfoProxysetMethod(String method)ServletSecurityInfoProxysetTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)
-
-
-
Method Detail
-
getHttpMethodSecurityInfo
public List<ServletSecurityInfoProxy> getHttpMethodSecurityInfo()
-
getEmptyRoleSemantic
public io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic getEmptyRoleSemantic()
-
setEmptyRoleSemantic
public ServletSecurityInfoProxy setEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic)
-
getMethod
public String getMethod()
-
setMethod
public ServletSecurityInfoProxy setMethod(String method)
-
getTransportGuaranteeType
public io.undertow.servlet.api.TransportGuaranteeType getTransportGuaranteeType()
-
setTransportGuaranteeType
public ServletSecurityInfoProxy setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)
-
-