Interface SensitiveHttpHeader

All Known Implementing Classes:
Authorization, Cookie, Host, Origin, Proxy$minusAuthorization, Referer, Remote$minusAddress, X$minusForwarded$minusFor, X$minusForwarded$minusHost, X$minusReal$minusIp

public interface SensitiveHttpHeader
Marker trait for headers which contain portentially secret / sensitive information.

Mixing this trait will make toString to return the name of the header thus avoiding any detail leak.

  • Method Summary

    Modifier and Type
    Method
    Description