t

org.http4s.dsl.impl

WwwAuthenticateResponseGenerator

trait WwwAuthenticateResponseGenerator[F[_]] extends ResponseGenerator

Source
ResponseGenerator.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WwwAuthenticateResponseGenerator
  2. ResponseGenerator
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]
    Definition Classes
    Any
  2. abstract def status: Status
    Definition Classes
    ResponseGenerator

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to any2stringadd[WwwAuthenticateResponseGenerator[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WwwAuthenticateResponseGenerator[F], B)
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to ArrowAssoc[WwwAuthenticateResponseGenerator[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def apply[A](authenticate: WWW-Authenticate, body: A, headers: Header*)(implicit F: Monad[F], w: EntityEncoder[F, A]): F[Response[F]]

    A 401 status MUST contain a WWW-Authenticate header, which distinguishes this from other EntityResponseGenerators.

  7. def apply(authenticate: WWW-Authenticate, headers: Header*)(implicit F: Applicative[F]): F[Response[F]]

    A 401 status MUST contain a WWW-Authenticate header, which distinguishes this from other EntityResponseGenerators.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def ensuring(cond: (WwwAuthenticateResponseGenerator[F]) ⇒ Boolean, msg: ⇒ Any): WwwAuthenticateResponseGenerator[F]
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to Ensuring[WwwAuthenticateResponseGenerator[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (WwwAuthenticateResponseGenerator[F]) ⇒ Boolean): WwwAuthenticateResponseGenerator[F]
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to Ensuring[WwwAuthenticateResponseGenerator[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): WwwAuthenticateResponseGenerator[F]
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to Ensuring[WwwAuthenticateResponseGenerator[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): WwwAuthenticateResponseGenerator[F]
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to Ensuring[WwwAuthenticateResponseGenerator[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to StringFormat[WwwAuthenticateResponseGenerator[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def hashCode(): Int
    Definition Classes
    Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def toString(): String
    Definition Classes
    Any
  18. def [B](y: B): (WwwAuthenticateResponseGenerator[F], B)
    Implicit
    This member is added by an implicit conversion from WwwAuthenticateResponseGenerator[F] to ArrowAssoc[WwwAuthenticateResponseGenerator[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def apply(challenge: Challenge, challenges: Challenge*)(implicit F: Applicative[F]): F[Response[F]]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M2) Use apply(WWW-Authenticate(challenge, challenges) instead

Inherited from ResponseGenerator

Inherited from Any

Inherited by implicit conversion any2stringadd from WwwAuthenticateResponseGenerator[F] to any2stringadd[WwwAuthenticateResponseGenerator[F]]

Inherited by implicit conversion StringFormat from WwwAuthenticateResponseGenerator[F] to StringFormat[WwwAuthenticateResponseGenerator[F]]

Inherited by implicit conversion Ensuring from WwwAuthenticateResponseGenerator[F] to Ensuring[WwwAuthenticateResponseGenerator[F]]

Inherited by implicit conversion ArrowAssoc from WwwAuthenticateResponseGenerator[F] to ArrowAssoc[WwwAuthenticateResponseGenerator[F]]

Ungrouped