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