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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASEJenkinsAuthenticationProvider(String id, ItemGroup<?> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getacceptInvalidCerts()
Map<String,String>
getAuthorizationHeader(boolean persist)
Proxy
getProxy()
String
getServer()
boolean
isTokenExpired()
void
saveConnection(String connection)
void
setCookies(List<String> cookies)
-
-
-
Method Detail
-
isTokenExpired
public boolean isTokenExpired()
- Specified by:
isTokenExpired
in interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
getAuthorizationHeader
public Map<String,String> getAuthorizationHeader(boolean persist)
- Specified by:
getAuthorizationHeader
in interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
getServer
public String getServer()
- Specified by:
getServer
in interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
saveConnection
public void saveConnection(String connection)
- Specified by:
saveConnection
in interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
setCookies
public void setCookies(List<String> cookies)
- Specified by:
setCookies
in interfacecom.hcl.appscan.sdk.auth.IASEAuthenticationProvider
-
getProxy
public Proxy getProxy()
- Specified by:
getProxy
in interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
getacceptInvalidCerts
public boolean getacceptInvalidCerts()
- Specified by:
getacceptInvalidCerts
in interfacecom.hcl.appscan.sdk.auth.IAuthenticationProvider
-
-