pl.iterators.stir.server.AuthenticationFailedRejection$
See theAuthenticationFailedRejection companion class
Attributes
- Companion
- class
- Source
- Rejection.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Signals the cause of the failed authentication.
Signals the cause of the failed authentication.
Attributes
- Source
- Rejection.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object CredentialsMissing.typeobject CredentialsRejected.type
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
- Self type
-
CredentialsMissing.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
- Self type
-
CredentialsRejected.type
Inherited types
The names of the product elements
The name of the type
In this article