@Entity public class RemoteProviderType extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
API_KEY_LENGTH |
static int |
NAME_LENGTH |
static int |
PASSWORD_LENGTH |
static String |
QUALYSGUARD_WAS |
static String |
SENTINEL |
static int |
USERNAME_LENGTH |
static String |
VERACODE |
| Constructor and Description |
|---|
RemoteProviderType() |
getId, isNew, setIdpublic static final String SENTINEL
public static final String VERACODE
public static final String QUALYSGUARD_WAS
public static final int NAME_LENGTH
public static final int API_KEY_LENGTH
public static final int USERNAME_LENGTH
public static final int PASSWORD_LENGTH
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getApiKey()
public void setApiKey(String apiKey)
public boolean getHasApiKey()
public void setHasApiKey(boolean hasApiKey)
public String getEncryptedApiKey()
public void setEncryptedApiKey(String encryptedApiKey)
public boolean getHasUserNamePassword()
public void setHasUserNamePassword(boolean hasUserNamePassword)
public String getEncryptedUsername()
public void setEncryptedUsername(String encryptedUsername)
public String getEncryptedPassword()
public void setEncryptedPassword(String encryptedPassword)
public ChannelType getChannelType()
public void setChannelType(ChannelType channelType)
public String getName()
public void setName(String name)
public List<RemoteProviderApplication> getRemoteProviderApplications()
public void setRemoteProviderApplications(List<RemoteProviderApplication> remoteProviderApplications)
remoteProviderApplications - The set of remote vulnerability providers.public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public String getPlatform()
public void setPlatform(String platform)
public boolean getIsEuropean()
public void setIsEuropean(boolean isEuropean)
public Boolean getMatchSourceNumbers()
public void setMatchSourceNumbers(Boolean matchSourceNumbers)
public List<RemoteProviderAuthenticationField> getAuthenticationFields()
public void setAuthenticationFields(List<RemoteProviderAuthenticationField> authenticationFields)
public List<RemoteProviderApplication> getFilteredApplications()
public void setFilteredApplications(List<RemoteProviderApplication> filteredApplications)
public boolean getIsQualys()
public boolean getIsWhiteHat()
public boolean getHasConfiguredApplications()
public boolean getMatchSourceNumbersNullSafe()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.