Class BasicHttpAuthentication

java.lang.Object
com.cloudogu.scmmanager.BasicHttpAuthentication
All Implemented Interfaces:
HttpAuthentication

public class BasicHttpAuthentication extends Object implements HttpAuthentication
  • Method Details

    • from

      public static BasicHttpAuthentication from(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials credentials)
    • authenticate

      public void authenticate(okhttp3.Request.Builder requestBuilder)
      Specified by:
      authenticate in interface HttpAuthentication