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 detailsboolean
DastScan. process(AuthenticationModel authModel)
boolean
Report. saveReport(AuthenticationModel authModel, String scanId, FilePath directory)
boolean
EnterpriseClient. testAuthentication(AuthenticationModel authModel)
calls the /Authentication/Login endpoint with provided details returning true if credentials are validboolean
EnterpriseRestClient. 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 AuthenticationModel
AuthenticationModel. 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 AuthenticationModel
PostBuildScan.DescriptorImp. buildAuthenticationModel()
-