c

org.http4s.dsl.impl.Responses

UnauthorizedOps

final class UnauthorizedOps[F[_]] extends AnyVal with WwwAuthenticateResponseGenerator[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnauthorizedOps
  2. WwwAuthenticateResponseGenerator
  3. ResponseGenerator
  4. AnyVal
  5. 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

Instance Constructors

  1. new UnauthorizedOps(status: Unauthorized.type)

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 UnauthorizedOps[F] to any2stringadd[UnauthorizedOps[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (UnauthorizedOps[F], B)
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to ArrowAssoc[UnauthorizedOps[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.

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

    Definition Classes
    WwwAuthenticateResponseGenerator
  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.

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

    Definition Classes
    WwwAuthenticateResponseGenerator
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def ensuring(cond: (UnauthorizedOps[F]) ⇒ Boolean, msg: ⇒ Any): UnauthorizedOps[F]
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to Ensuring[UnauthorizedOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (UnauthorizedOps[F]) ⇒ Boolean): UnauthorizedOps[F]
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to Ensuring[UnauthorizedOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): UnauthorizedOps[F]
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to Ensuring[UnauthorizedOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): UnauthorizedOps[F]
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to Ensuring[UnauthorizedOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to StringFormat[UnauthorizedOps[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val status: Unauthorized.type
    Definition Classes
    UnauthorizedOpsResponseGenerator
  17. def toString(): String
    Definition Classes
    Any
  18. def [B](y: B): (UnauthorizedOps[F], B)
    Implicit
    This member is added by an implicit conversion from UnauthorizedOps[F] to ArrowAssoc[UnauthorizedOps[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]]
    Definition Classes
    WwwAuthenticateResponseGenerator
    Annotations
    @deprecated
    Deprecated

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

Inherited from ResponseGenerator

Inherited from AnyVal

Inherited from Any

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

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

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

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

Ungrouped