Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse Class Reference

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
 

Detailed Description

POJO for an auth token response.

Definition at line 33 of file AuthTokenResponse.java.

Constructor & Destructor Documentation

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.

Member Function Documentation

String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getApiKey ( )
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 ( )
Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getFileUploadLimit ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getFileUploadUrl ( )
Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getHashLookupCount ( )
Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getHashLookupLimit ( )
Instant com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getResetDate ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.getToken ( )

Member Data Documentation

final String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.apiKey
private

Definition at line 42 of file AuthTokenResponse.java.

final Instant com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.expiration
private

Definition at line 40 of file AuthTokenResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.fileUploadCount
private

Definition at line 38 of file AuthTokenResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.fileUploadLimit
private

Definition at line 37 of file AuthTokenResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.fileUploadUrl
private

Definition at line 39 of file AuthTokenResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.hashLookupCount
private

Definition at line 35 of file AuthTokenResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.hashLookupLimit
private

Definition at line 36 of file AuthTokenResponse.java.

final Instant com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.resetDate
private

Definition at line 43 of file AuthTokenResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenResponse.token
private

Definition at line 41 of file AuthTokenResponse.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.