Uses of Interface
com.floragunn.searchguard.auth.HTTPAuthenticator
-
Packages that use HTTPAuthenticator Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.http com.floragunn.searchguard.modules -
-
Uses of HTTPAuthenticator in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth that return HTTPAuthenticator Modifier and Type Method Description HTTPAuthenticatorAuthenticationDomain. getHttpAuthenticator()Constructors in com.floragunn.searchguard.auth with parameters of type HTTPAuthenticator Constructor Description AuthenticationDomain(String id, AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers, IPAddressCollection enabledOnlyForIps) -
Uses of HTTPAuthenticator in com.floragunn.searchguard.http
Classes in com.floragunn.searchguard.http that implement HTTPAuthenticator Modifier and Type Class Description classHTTPBasicAuthenticatorclassHTTPClientCertAuthenticatorclassHTTPProxyAuthenticatorclassHTTPProxyAuthenticator2 -
Uses of HTTPAuthenticator in com.floragunn.searchguard.modules
Fields in com.floragunn.searchguard.modules with type parameters of type HTTPAuthenticator Modifier and Type Field Description static SearchGuardComponentRegistry<HTTPAuthenticator>StandardComponents. httpAuthenticatorsMethods in com.floragunn.searchguard.modules that return types with arguments of type HTTPAuthenticator Modifier and Type Method Description SearchGuardComponentRegistry<HTTPAuthenticator>SearchGuardModulesRegistry. getHttpAuthenticators()
-