Package akka.http.scaladsl.server
Class AuthenticationFailedRejection.CredentialsMissing$
- java.lang.Object
-
- akka.http.scaladsl.server.AuthenticationFailedRejection.CredentialsMissing$
-
- All Implemented Interfaces:
AuthenticationFailedRejection.Cause
,AuthenticationFailedRejection.CredentialsMissing
,AuthenticationFailedRejection.Cause
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- AuthenticationFailedRejection
public static class AuthenticationFailedRejection.CredentialsMissing$ extends java.lang.Object implements AuthenticationFailedRejection.CredentialsMissing, AuthenticationFailedRejection.Cause, scala.Product, java.io.Serializable
Signals the cause of the rejecting was that the user could not be authenticated, because theWWW-Authenticate
header was not supplied.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AuthenticationFailedRejection.CredentialsMissing$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CredentialsMissing$()
-
-
-
Field Detail
-
MODULE$
public static final AuthenticationFailedRejection.CredentialsMissing$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-