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