Class AuthenticationSupport
- java.lang.Object
-
- io.jenkins.plugins.synopsys.security.scan.extension.global.AuthenticationSupport
-
public class AuthenticationSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hc.core5.http.HttpResponse
attemptBlackDuckAuthentication(String blackDuckUrl, String blackDuckCredentialsId, int timeoutInSeconds)
org.apache.hc.core5.http.HttpResponse
attemptCoverityAuthentication(String coverityConnectUrl, String coverityCredentialsId, int timeoutInSeconds)
org.apache.hc.core5.http.HttpResponse
attemptPolarisAuthentication(String polarisServerUrl, String polarisCredentialsId, int timeoutInSeconds)
org.apache.hc.core5.http.HttpResponse
attemptSrmAuthentication(String srmUrl, String srmCredentialsId, int timeoutInSeconds)
org.apache.hc.core5.http.HttpResponse
executeRequest(org.apache.hc.client5.http.classic.methods.HttpUriRequest httpUriRequest, int timeoutInSeconds)
org.apache.hc.client5.http.config.RequestConfig
getRequestConfig(int timeoutInSeconds)
-
-
-
Method Detail
-
attemptBlackDuckAuthentication
public final org.apache.hc.core5.http.HttpResponse attemptBlackDuckAuthentication(String blackDuckUrl, String blackDuckCredentialsId, int timeoutInSeconds)
-
attemptPolarisAuthentication
public final org.apache.hc.core5.http.HttpResponse attemptPolarisAuthentication(String polarisServerUrl, String polarisCredentialsId, int timeoutInSeconds)
-
attemptCoverityAuthentication
public final org.apache.hc.core5.http.HttpResponse attemptCoverityAuthentication(String coverityConnectUrl, String coverityCredentialsId, int timeoutInSeconds)
-
attemptSrmAuthentication
public final org.apache.hc.core5.http.HttpResponse attemptSrmAuthentication(String srmUrl, String srmCredentialsId, int timeoutInSeconds)
-
executeRequest
public org.apache.hc.core5.http.HttpResponse executeRequest(org.apache.hc.client5.http.classic.methods.HttpUriRequest httpUriRequest, int timeoutInSeconds)
-
getRequestConfig
public org.apache.hc.client5.http.config.RequestConfig getRequestConfig(int timeoutInSeconds)
-
-