Uses of Class
com.contrastsecurity.rest.UnauthorizedException

Packages that use UnauthorizedException
com.contrastsecurity.rest   
 

Uses of UnauthorizedException in com.contrastsecurity.rest
 

Methods in com.contrastsecurity.rest that throw UnauthorizedException
 int ContrastConnection.checkForTrace(String appId, String conditions)
           
 Application ContrastConnection.getApplication(String appId)
          Get summary information about a single app.
 List<Application> ContrastConnection.getApplications()
          Get the list of applications being monitored by Contrast.
 Coverage ContrastConnection.getCoverage(String appId)
          Return coverage data about the monitored Contrast application.
 List<Library> ContrastConnection.getLibraries(String appId)
          Return the libraries of the monitored Contrast application.
 List<Trace> ContrastConnection.getTraces(String appId)
          Get the vulnerabilities in the application whose ID is passed in.
static void ContrastConnection.main(String[] args)
           
 



Copyright © 2014. All Rights Reserved.