Uses of Interface
com.floragunn.searchguard.auth.HTTPAuthenticator
-
Packages that use HTTPAuthenticator Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.http -
-
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(AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers) -
Uses of HTTPAuthenticator in com.floragunn.searchguard.http
Classes in com.floragunn.searchguard.http that implement HTTPAuthenticator Modifier and Type Class Description classHTTPBasicAuthenticatorclassHTTPClientCertAuthenticatorclassHTTPProxyAuthenticatorclassHTTPProxyAuthenticator2
-