Class/Object

akka.http.scaladsl.model.headers

CensoredRawHeader

Related Docs: object CensoredRawHeader | package headers

Permalink

final case class CensoredRawHeader(name: String, value: String, censorValue: String) extends javadsl.model.headers.RawHeader with Product with Serializable

A special type of RawHeader which allows you to censor the output when toString is called, useful for headers which express Tokens which you don't want to log for security concerns

name

The name of the header

value

The actual value of the header

censorValue

The censored value to show when doing toString

Linear Supertypes
Serializable, Serializable, Product, Equals, javadsl.model.headers.RawHeader, HttpHeader, ToStringRenderable, Renderable, javadsl.model.HttpHeader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CensoredRawHeader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RawHeader
  7. HttpHeader
  8. ToStringRenderable
  9. Renderable
  10. HttpHeader
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CensoredRawHeader(name: String, value: String, censorValue: String)

    Permalink

    name

    The name of the header

    value

    The actual value of the header

    censorValue

    The censored value to show when doing toString

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val censorValue: String

    Permalink

    The censored value to show when doing toString

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def is(nameInLowerCase: String): Boolean

    Permalink
    Definition Classes
    HttpHeader → HttpHeader
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def isNot(nameInLowerCase: String): Boolean

    Permalink
    Definition Classes
    HttpHeader → HttpHeader
  13. val lowercaseName: String

    Permalink
    Definition Classes
    CensoredRawHeader → HttpHeader → HttpHeader
  14. val name: String

    Permalink

    The name of the header

    The name of the header

    Definition Classes
    CensoredRawHeader → RawHeader → HttpHeader → HttpHeader
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def render[R <: Rendering](r: R): r.type

    Permalink
    Definition Classes
    CensoredRawHeader → Renderable
  19. def renderInRequests(): Boolean

    Permalink
    Definition Classes
    CensoredRawHeader → HttpHeader
  20. def renderInResponses(): Boolean

    Permalink
    Definition Classes
    CensoredRawHeader → HttpHeader
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    CensoredRawHeader → ToStringRenderable → AnyRef → Any
  23. val value: String

    Permalink

    The actual value of the header

    The actual value of the header

    Definition Classes
    CensoredRawHeader → RawHeader → HttpHeader → HttpHeader
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from javadsl.model.headers.RawHeader

Inherited from HttpHeader

Inherited from ToStringRenderable

Inherited from Renderable

Inherited from javadsl.model.HttpHeader

Inherited from AnyRef

Inherited from Any

Ungrouped