Class ServletSecurityInfoProxy


  • public class ServletSecurityInfoProxy
    extends Object
    • Constructor Detail

      • ServletSecurityInfoProxy

        public ServletSecurityInfoProxy()
    • Method Detail

      • getEmptyRoleSemantic

        public io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic getEmptyRoleSemantic()
      • setEmptyRoleSemantic

        public ServletSecurityInfoProxy setEmptyRoleSemantic​(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic)
      • getMethod

        public String getMethod()
      • getRolesAllowed

        public Set<String> getRolesAllowed()
      • getTransportGuaranteeType

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

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