object AuthenticationFailedRejection extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthenticationFailedRejection
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Cause extends javadsl.server.AuthenticationFailedRejection.Cause
Signals the cause of the failed authentication.
Value Members
- case object CredentialsMissing extends CredentialsMissing with Cause with Product with Serializable
Signals the cause of the rejecting was that the user could not be authenticated, because the
WWW-Authenticate
header was not supplied. - case object CredentialsRejected extends CredentialsRejected with Cause with Product with Serializable
Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials are invalid.