|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| AuthTokenResponse (@JsonProperty("token") String token,@JsonProperty("api_key") String apiKey,@JsonProperty("hashLookupCount") Long hashLookupCount,@JsonProperty("hashLookupLimit") Long hashLookupLimit,@JsonProperty("fileUploadLimit") Long fileUploadLimit,@JsonProperty("fileUploadCount") Long fileUploadCount,@JsonProperty("fileUploadUrl") String fileUploadUrl,@JsonDeserialize(using=InstantEpochSecsDeserializer.class)@JsonProperty("expiration") Instant expiration,@JsonDeserialize(using=InstantEpochMillisDeserializer.class)@JsonProperty("resetDate") Instant resetDate) | |
| String | getApiKey () |
| Instant | getExpiration () |
| Long | getFileUploadCount () |
| Long | getFileUploadLimit () |
| String | getFileUploadUrl () |
| Long | getHashLookupCount () |
| Long | getHashLookupLimit () |
| Instant | getResetDate () |
| String | getToken () |
Private Attributes | |
| final String | apiKey |
| final Instant | expiration |
| final Long | fileUploadCount |
| final Long | fileUploadLimit |
| final String | fileUploadUrl |
| final Long | hashLookupCount |
| final Long | hashLookupLimit |
| final Instant | resetDate |
| final String | token |
POJO for an auth token response.
Definition at line 33 of file AuthTokenResponse.java.
| com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.AuthTokenResponse | ( | @JsonProperty("token") String | token, |
| @JsonProperty("api_key") String | apiKey, | ||
| @JsonProperty("hashLookupCount") Long | hashLookupCount, | ||
| @JsonProperty("hashLookupLimit") Long | hashLookupLimit, | ||
| @JsonProperty("fileUploadLimit") Long | fileUploadLimit, | ||
| @JsonProperty("fileUploadCount") Long | fileUploadCount, | ||
| @JsonProperty("fileUploadUrl") String | fileUploadUrl, | ||
| @JsonDeserialize(using=InstantEpochSecsDeserializer.class)@JsonProperty("expiration") Instant | expiration, | ||
| @JsonDeserialize(using=InstantEpochMillisDeserializer.class)@JsonProperty("resetDate") Instant | resetDate | ||
| ) |
Definition at line 46 of file AuthTokenResponse.java.
| String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getApiKey | ( | ) |
Definition at line 98 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctapi.json.AuthenticatedRequestData.AuthenticatedRequestData().
| Instant com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getExpiration | ( | ) |
Definition at line 90 of file AuthTokenResponse.java.
| Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getFileUploadCount | ( | ) |
Definition at line 82 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getHashLookupResults(), com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getNewJobState(), com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.renderLicenseState(), and com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.uploadFile().
| Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getFileUploadLimit | ( | ) |
Definition at line 78 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getHashLookupResults(), com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getNewJobState(), com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.renderLicenseState(), and com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.uploadFile().
| String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getFileUploadUrl | ( | ) |
Definition at line 86 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.uploadFile().
| Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getHashLookupCount | ( | ) |
Definition at line 70 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getHashLookupResults(), com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getNewJobState(), and com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.renderLicenseState().
| Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getHashLookupLimit | ( | ) |
Definition at line 74 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getHashLookupResults(), com.basistech.df.cybertriage.autopsy.malwarescan.MalwareScanIngestModule.SharedProcessing.getNewJobState(), and com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.renderLicenseState().
| Instant com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getResetDate | ( | ) |
Definition at line 102 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.getCountersResetText().
| String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getToken | ( | ) |
Definition at line 94 of file AuthTokenResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctapi.json.AuthenticatedRequestData.AuthenticatedRequestData().
|
private |
Definition at line 42 of file AuthTokenResponse.java.
|
private |
Definition at line 40 of file AuthTokenResponse.java.
|
private |
Definition at line 38 of file AuthTokenResponse.java.
|
private |
Definition at line 37 of file AuthTokenResponse.java.
|
private |
Definition at line 39 of file AuthTokenResponse.java.
|
private |
Definition at line 35 of file AuthTokenResponse.java.
|
private |
Definition at line 36 of file AuthTokenResponse.java.
|
private |
Definition at line 43 of file AuthTokenResponse.java.
|
private |
Definition at line 41 of file AuthTokenResponse.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.