public class JenkinsAuthenticationProvider extends Object implements com.hcl.appscan.sdk.auth.IAuthenticationProvider, Serializable
Constructor and Description |
---|
JenkinsAuthenticationProvider(String id,
hudson.model.ItemGroup<?> context) |
Modifier and Type | Method and Description |
---|---|
void |
configureCredentials(String id,
hudson.model.ItemGroup<?> context) |
boolean |
getacceptInvalidCerts() |
Map<String,String> |
getAuthorizationHeader(boolean persist) |
Proxy |
getProxy() |
String |
getServer() |
boolean |
isAppScan360() |
boolean |
isTokenExpired() |
void |
saveConnection(String connection) |
public JenkinsAuthenticationProvider(String id, hudson.model.ItemGroup<?> context)
public boolean isTokenExpired()
isTokenExpired
in interface com.hcl.appscan.sdk.auth.IAuthenticationProvider
public Map<String,String> getAuthorizationHeader(boolean persist)
getAuthorizationHeader
in interface com.hcl.appscan.sdk.auth.IAuthenticationProvider
public String getServer()
getServer
in interface com.hcl.appscan.sdk.auth.IAuthenticationProvider
public void saveConnection(String connection)
saveConnection
in interface com.hcl.appscan.sdk.auth.IAuthenticationProvider
public Proxy getProxy()
getProxy
in interface com.hcl.appscan.sdk.auth.IAuthenticationProvider
public boolean isAppScan360()
public void configureCredentials(String id, hudson.model.ItemGroup<?> context)
public boolean getacceptInvalidCerts()
getacceptInvalidCerts
in interface com.hcl.appscan.sdk.auth.IAuthenticationProvider
Copyright © 2016–2024 HCL. All rights reserved.