Package com.cloudogu.scmmanager
Class BasicHttpAuthentication
java.lang.Object
com.cloudogu.scmmanager.BasicHttpAuthentication
- All Implemented Interfaces:
HttpAuthentication
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(okhttp3.Request.Builder requestBuilder) static BasicHttpAuthentication
from
(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials credentials)
-
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 interfaceHttpAuthentication
-