Uses of Interface
org.apache.druid.server.security.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.apache.druid.guice.security
Methods in org.apache.druid.guice.security that return Authenticator -
Uses of Authenticator in org.apache.druid.server.security
Classes in org.apache.druid.server.security that implement AuthenticatorModifier and TypeClassDescriptionclassShould only be used in conjunction with AllowAllAuthorizer.classAuthenticates all requests and directs them to an authorizer.classAuthenticates 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 AuthenticatorModifier and TypeMethodDescriptionAuthenticatorMapper.getAuthenticatorChain()AuthenticatorMapper.getAuthenticatorMap()Method parameters in org.apache.druid.server.security with type arguments of type AuthenticatorModifier and TypeMethodDescriptionstatic 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 AuthenticatorModifierConstructorDescriptionAuthenticatorMapper(Map<String, Authenticator> authenticatorMap) PreResponseAuthorizationCheckFilter(List<Authenticator> authenticators, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)