Interface CapabilityRequiringRequestHandler

All Superinterfaces:
com.yahoo.jdisc.handler.RequestHandler, com.yahoo.jdisc.SharedResource
All Known Implementing Classes:
HttpHandlerBase, LogHandler, MetricsV2Handler, PrometheusV1Handler, RestApiRequestHandler, StateHandler

public interface CapabilityRequiringRequestHandler extends com.yahoo.jdisc.handler.RequestHandler
Author:
bjorncs
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource

    com.yahoo.jdisc.SharedResource.Debug
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.yahoo.security.tls.Capability
     

    Fields inherited from interface com.yahoo.jdisc.SharedResource

    DEBUG, SYSTEM_PROPERTY_NAME_DEBUG
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.yahoo.security.tls.CapabilitySet
     
    default com.yahoo.security.tls.Capability
     

    Methods inherited from interface com.yahoo.jdisc.handler.RequestHandler

    handleRequest, handleTimeout

    Methods inherited from interface com.yahoo.jdisc.SharedResource

    refer, refer, release
  • Field Details

    • DEFAULT_REQUIRED_CAPABILITY

      static final com.yahoo.security.tls.Capability DEFAULT_REQUIRED_CAPABILITY
  • Method Details

    • requiredCapabilities

      default com.yahoo.security.tls.CapabilitySet requiredCapabilities(RequestView req)
    • requiredCapability

      default com.yahoo.security.tls.Capability requiredCapability(RequestView req)