Uses of Interface
org.apache.druid.server.security.Authenticator
-
Packages that use Authenticator Package Description org.apache.druid.guice.security org.apache.druid.server.security -
-
Uses of Authenticator in org.apache.druid.guice.security
Methods in org.apache.druid.guice.security that return Authenticator Modifier and Type Method Description AuthenticatorAuthenticatorModule. getAuthenticator() -
Uses of Authenticator in org.apache.druid.server.security
Classes in org.apache.druid.server.security that implement Authenticator Modifier and Type Class Description classAllowAllAuthenticatorShould only be used in conjunction with AllowAllAuthorizer.classAnonymousAuthenticatorAuthenticates all requests and directs them to an authorizer.classTrustedDomainAuthenticatorAuthenticates requests coming from a specific domain and directs them to an authorizer.Methods in org.apache.druid.server.security that return types with arguments of type Authenticator Modifier and Type Method Description List<Authenticator>AuthenticatorMapper. getAuthenticatorChain()Map<String,Authenticator>AuthenticatorMapper. getAuthenticatorMap()Method parameters in org.apache.druid.server.security with type arguments of type Authenticator Modifier and Type Method Description static voidAuthenticationUtils. addAuthenticationFilterChain(org.eclipse.jetty.servlet.ServletContextHandler root, List<Authenticator> authenticators)static voidAuthenticationUtils. addPreResponseAuthorizationCheckFilter(org.eclipse.jetty.servlet.ServletContextHandler root, List<Authenticator> authenticators, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)Constructor parameters in org.apache.druid.server.security with type arguments of type Authenticator Constructor Description AuthenticatorMapper(Map<String,Authenticator> authenticatorMap)PreResponseAuthorizationCheckFilter(List<Authenticator> authenticators, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
-