Class BasicAuthenticator

java.lang.Object
org.infinispan.client.rest.impl.okhttp.auth.AbstractAuthenticator
org.infinispan.client.rest.impl.okhttp.auth.BasicAuthenticator
All Implemented Interfaces:
okhttp3.Authenticator, CachingAuthenticator

public class BasicAuthenticator extends AbstractAuthenticator implements CachingAuthenticator
  • Constructor Details

  • Method Details

    • authenticate

      public okhttp3.Request authenticate(okhttp3.Route route, okhttp3.Response response)
      Specified by:
      authenticate in interface okhttp3.Authenticator
    • authenticateWithState

      public okhttp3.Request authenticateWithState(okhttp3.Route route, okhttp3.Request request)
      Specified by:
      authenticateWithState in interface CachingAuthenticator