Class HTTPSpnegoAuthenticator

  • All Implemented Interfaces:
    com.floragunn.searchguard.auth.HTTPAuthenticator

    public class HTTPSpnegoAuthenticator
    extends Object
    implements com.floragunn.searchguard.auth.HTTPAuthenticator
    • Field Detail

      • log

        protected final org.apache.logging.log4j.Logger log
    • Constructor Detail

      • HTTPSpnegoAuthenticator

        public HTTPSpnegoAuthenticator​(org.elasticsearch.common.settings.Settings settings,
                                       Path configPath)
    • Method Detail

      • extractCredentials

        public com.floragunn.searchguard.user.AuthCredentials extractCredentials​(org.elasticsearch.rest.RestRequest request,
                                                                                 org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
        Specified by:
        extractCredentials in interface com.floragunn.searchguard.auth.HTTPAuthenticator
      • reRequestAuthentication

        public boolean reRequestAuthentication​(org.elasticsearch.rest.RestChannel channel,
                                               com.floragunn.searchguard.user.AuthCredentials creds)
        Specified by:
        reRequestAuthentication in interface com.floragunn.searchguard.auth.HTTPAuthenticator
      • getType

        public String getType()
        Specified by:
        getType in interface com.floragunn.searchguard.auth.HTTPAuthenticator