AuthenticationFailedRejection

pl.iterators.stir.server.AuthenticationFailedRejection
See theAuthenticationFailedRejection companion class

Attributes

Companion
class
Source
Rejection.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait Cause

Signals the cause of the failed authentication.

Signals the cause of the failed authentication.

Attributes

Source
Rejection.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case object CredentialsMissing extends Cause

Signals the cause of the rejecting was that the user could not be authenticated, because the WWW-Authenticate header was not supplied.

Signals the cause of the rejecting was that the user could not be authenticated, because the WWW-Authenticate header was not supplied.

Attributes

Source
Rejection.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Cause
class Object
trait Matchable
class Any
Show all
Self type
case object CredentialsRejected extends Cause

Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials are invalid.

Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials are invalid.

Attributes

Source
Rejection.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Cause
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala