Class SecurityDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.SecurityDirectives$
-
- All Implemented Interfaces:
SecurityDirectives
public class SecurityDirectives$ extends java.lang.Object implements SecurityDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static SecurityDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SecurityDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.SecurityDirectives
authenticateBasic, authenticateBasicAsync, authenticateBasicPF, authenticateBasicPFAsync, authenticateOAuth2, authenticateOAuth2Async, authenticateOAuth2PF, authenticateOAuth2PFAsync, authenticateOrRejectWithChallenge, authenticateOrRejectWithChallenge, authorize, authorize, authorizeAsync, authorizeAsync, extractCredentials, extractCredentialsAndAuthenticateOrRejectWithChallenge
-
-
-
-
Field Detail
-
MODULE$
public static final SecurityDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-