|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.Application
public class Application
| Constructor Summary | |
|---|---|
Application()
|
|
| Method Summary | |
|---|---|
String |
getId()
The ID of this application, which is a long, alphanumeric token. |
String |
getLanguage()
Return the language of the application, e.g., Java. |
long |
getLastSeen()
Return the time the application was last monitored by Contrast. |
String |
getLicense()
Return the paid license level of the application. |
String |
getName()
Return the human-readable name of the web application. |
String |
getPath()
Return the path of the web application, e.g., /AcmeApp |
String |
getPlatformVersion()
|
List<PlatformVulnerability> |
getPlatformVulnerabilities()
|
List<String> |
getTechnologies()
Return a list of technologies the app is using, e.g., Spring, Applet, JSF, Flash, etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application()
| Method Detail |
|---|
public String getId()
public String getLicense()
public String getPath()
public String getName()
public String getLanguage()
public List<String> getTechnologies()
public long getLastSeen()
public String getPlatformVersion()
public List<PlatformVulnerability> getPlatformVulnerabilities()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||