Class AuthenticationStoreHolder

java.lang.Object
org.apache.solr.client.solrj.jetty.AuthenticationStoreHolder
All Implemented Interfaces:
org.eclipse.jetty.client.AuthenticationStore

public class AuthenticationStoreHolder extends Object implements org.eclipse.jetty.client.AuthenticationStore
  • Constructor Details

    • AuthenticationStoreHolder

      public AuthenticationStoreHolder()
    • AuthenticationStoreHolder

      public AuthenticationStoreHolder(org.eclipse.jetty.client.AuthenticationStore authenticationStore)
  • Method Details

    • updateAuthenticationStore

      public void updateAuthenticationStore(org.eclipse.jetty.client.AuthenticationStore authenticationStore)
    • addAuthentication

      public void addAuthentication(org.eclipse.jetty.client.Authentication authentication)
      Specified by:
      addAuthentication in interface org.eclipse.jetty.client.AuthenticationStore
    • removeAuthentication

      public void removeAuthentication(org.eclipse.jetty.client.Authentication authentication)
      Specified by:
      removeAuthentication in interface org.eclipse.jetty.client.AuthenticationStore
    • clearAuthentications

      public void clearAuthentications()
      Specified by:
      clearAuthentications in interface org.eclipse.jetty.client.AuthenticationStore
    • findAuthentication

      public org.eclipse.jetty.client.Authentication findAuthentication(String type, URI uri, String realm)
      Specified by:
      findAuthentication in interface org.eclipse.jetty.client.AuthenticationStore
    • addAuthenticationResult

      public void addAuthenticationResult(org.eclipse.jetty.client.Authentication.Result result)
      Specified by:
      addAuthenticationResult in interface org.eclipse.jetty.client.AuthenticationStore
    • removeAuthenticationResult

      public void removeAuthenticationResult(org.eclipse.jetty.client.Authentication.Result result)
      Specified by:
      removeAuthenticationResult in interface org.eclipse.jetty.client.AuthenticationStore
    • clearAuthenticationResults

      public void clearAuthenticationResults()
      Specified by:
      clearAuthenticationResults in interface org.eclipse.jetty.client.AuthenticationStore
    • findAuthenticationResult

      public org.eclipse.jetty.client.Authentication.Result findAuthenticationResult(URI uri)
      Specified by:
      findAuthenticationResult in interface org.eclipse.jetty.client.AuthenticationStore