Class ASEJenkinsAuthenticationProvider
java.lang.Object
com.hcl.appscan.jenkins.plugin.auth.ASEJenkinsAuthenticationProvider
- All Implemented Interfaces:
com.hcl.appscan.sdk.auth.IASEAuthenticationProvider,com.hcl.appscan.sdk.auth.IAuthenticationProvider,Serializable
public class ASEJenkinsAuthenticationProvider
extends Object
implements com.hcl.appscan.sdk.auth.IASEAuthenticationProvider, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAuthorizationHeader(boolean persist) getProxy()booleanvoidsaveConnection(String connection) voidsetCookies(List<String> cookies)
-
Constructor Details
-
ASEJenkinsAuthenticationProvider
public ASEJenkinsAuthenticationProvider(String id, ItemGroup<?> context) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
-
Method Details
-
isTokenExpired
public boolean isTokenExpired()- Specified by:
isTokenExpiredin interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
getAuthorizationHeader
- Specified by:
getAuthorizationHeaderin interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
getServer
- Specified by:
getServerin interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
saveConnection
- Specified by:
saveConnectionin interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
setCookies
- Specified by:
setCookiesin interfacecom.hcl.appscan.sdk.auth.IASEAuthenticationProvider
-
getProxy
- Specified by:
getProxyin interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
getacceptInvalidCerts
public boolean getacceptInvalidCerts()- Specified by:
getacceptInvalidCertsin interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-