Class CachingAuthenticatorWrapper

java.lang.Object
org.infinispan.client.rest.impl.okhttp.auth.CachingAuthenticatorWrapper
All Implemented Interfaces:
okhttp3.Authenticator

public class CachingAuthenticatorWrapper extends Object implements okhttp3.Authenticator
  • Constructor Details

    • CachingAuthenticatorWrapper

      public CachingAuthenticatorWrapper(okhttp3.Authenticator innerAuthenticator, Map<String,CachingAuthenticator> authCache)
  • Method Details

    • authenticate

      public okhttp3.Request authenticate(okhttp3.Route route, okhttp3.Response response) throws IOException
      Specified by:
      authenticate in interface okhttp3.Authenticator
      Throws:
      IOException