Class ServletSecurityInfoProxy

java.lang.Object
io.quarkus.undertow.runtime.ServletSecurityInfoProxy

public class ServletSecurityInfoProxy extends Object
  • Constructor Details

    • ServletSecurityInfoProxy

      public ServletSecurityInfoProxy()
  • Method Details

    • 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)
    • getRolesAllowed

      public Set<String> getRolesAllowed()
    • getTransportGuaranteeType

      public io.undertow.servlet.api.TransportGuaranteeType getTransportGuaranteeType()
    • setTransportGuaranteeType

      public ServletSecurityInfoProxy setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)