Package akka.http.scaladsl.server
Class AuthorizationFailedRejection$
- java.lang.Object
-
- akka.http.scaladsl.server.AuthorizationFailedRejection$
-
- All Implemented Interfaces:
AuthorizationFailedRejection
,Rejection
,Rejection
,java.io.Serializable
,scala.Equals
,scala.Product
public class AuthorizationFailedRejection$ extends java.lang.Object implements AuthorizationFailedRejection, Rejection, scala.Product, java.io.Serializable
Rejection created by the 'authorize' directive. Signals that the request was rejected because the user is not authorized.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AuthorizationFailedRejection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AuthorizationFailedRejection$()
-
-
-
Field Detail
-
MODULE$
public static final AuthorizationFailedRejection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-