Uses of Class
com.rapid7.appspider.models.AuthenticationModel
-
Packages that use AuthenticationModel Package Description com.rapid7.appspider com.rapid7.appspider.models com.rapid7.jenkinspider -
-
Uses of AuthenticationModel in com.rapid7.appspider
Methods in com.rapid7.appspider with parameters of type AuthenticationModel Modifier and Type Method Description Optional<String>EnterpriseClient. login(AuthenticationModel authModel)calls the /Authentication/Login endpoint with provided detailsOptional<String>EnterpriseRestClient. login(AuthenticationModel authModel)calls the /Authentication/Login endpoint with provided detailsbooleanDastScan. process(AuthenticationModel authModel)booleanReport. saveReport(AuthenticationModel authModel, String scanId, FilePath directory)booleanEnterpriseClient. testAuthentication(AuthenticationModel authModel)calls the /Authentication/Login endpoint with provided details returning true if credentials are validbooleanEnterpriseRestClient. testAuthentication(AuthenticationModel authModel)calls the /Authentication/Login endpoint with provided details returning true if credentials are valid -
Uses of AuthenticationModel in com.rapid7.appspider.models
Methods in com.rapid7.appspider.models that return AuthenticationModel Modifier and Type Method Description static AuthenticationModelAuthenticationModel. createInstanceOrThrow(String username, String password, String clientId) -
Uses of AuthenticationModel in com.rapid7.jenkinspider
Methods in com.rapid7.jenkinspider that return AuthenticationModel Modifier and Type Method Description AuthenticationModelPostBuildScan.DescriptorImp. buildAuthenticationModel()
-