Package org.apache.druid.guice.security
Class AuthenticatorModule
- java.lang.Object
-
- org.apache.druid.guice.security.AuthenticatorModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class AuthenticatorModule extends Object implements com.google.inject.Module
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)AuthenticatorgetAuthenticator()
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
getAuthenticator
@Provides public Authenticator getAuthenticator()
-
-