Class Credentials$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.Credentials$
-
public class Credentials$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Credentials$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Credentials$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Credentials
apply(scala.Option<HttpCredentials> cred)
-
-
-
Field Detail
-
MODULE$
public static final Credentials$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Credentials apply(scala.Option<HttpCredentials> cred)
-
-