All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lacunasoftware.signer.signature.EvidencesModel Maven / Gradle / Ivy

/*
 * Dropsigner (HML)
 *     

Authentication

In order to call this APIs, you will need an API key. Set the API key in the header X-Api-Key:

X-Api-Key: your-app|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

HTTP Codes

The APIs will return the following HTTP codes:

Code Description
200 (OK) Request processed successfully. The response is different for each API, please refer to the operation's documentation
400 (Bad Request) Syntax error. For instance, when a required field was not provided
401 (Unauthorized) API key not provided or invalid
403 (Forbidden) API key is valid, but the application has insufficient permissions to complete the requested operation
422 (Unprocessable Entity) API error. The response is as defined in ErrorModel

Error Codes

Some of the error codes returned in a 422 response are provided bellow*:

  • CertificateNotFound
  • DocumentNotFound
  • FolderNotFound
  • CpfMismatch
  • CpfNotExpected
  • InvalidFlowAction
  • DocumentInvalidKey

*The codes shown above are the main error codes. Nonetheless, this list is not comprehensive. New codes may be added anytime without previous warning.


Webhooks

It is recomended to subscribe to Webhook events instead of polling APIs. To do so, enable webhooks and register an URL that will receive a POST request whenever one of the events bellow occur.

All requests have the format described in Webhooks.WebhookModel. The data field varies according to the webhook event type:

Event type Description Payload
DocumentSigned Triggered when a document is signed. Webhooks.DocumentSignedModel
DocumentApproved Triggered when a document is approved. Webhooks.DocumentApprovedModel
DocumentRefused Triggered when a document is refused. Webhooks.DocumentRefusedModel
DocumentConcluded Triggered when the flow of a document is concluded. Webhooks.DocumentConcludedModel
DocumentCanceled Triggered when the document is canceled. Webhooks.DocumentCanceledModel
DocumentsCreated (v1.50.0) Triggered when one or more documents are created. Webhooks.DocumentsCreatedModel

To register your application URL and enable Webhooks, access the integrations section in your organization's details page.

* * OpenAPI spec version: 1.55.2 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.lacunasoftware.signer.signature; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; import org.threeten.bp.OffsetDateTime; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.gson.annotations.SerializedName; import com.lacunasoftware.signer.AuthenticationTypes; import com.lacunasoftware.signer.applications.ApplicationDisplayModel; import io.swagger.v3.oas.annotations.media.Schema; /** * EvidencesModel */ public class EvidencesModel { @JsonProperty("ipAddress") @SerializedName("ipAddress") private String ipAddress = null; @JsonProperty("authenticationTypes") @SerializedName("authenticationTypes") private List authenticationTypes = null; @JsonProperty("accountVerifiedEmail") @SerializedName("accountVerifiedEmail") private String accountVerifiedEmail = null; @JsonProperty("authenticatedEmail") @SerializedName("authenticatedEmail") private String authenticatedEmail = null; @JsonProperty("authenticatedPhoneNumberLastDigits") @SerializedName("authenticatedPhoneNumberLastDigits") private String authenticatedPhoneNumberLastDigits = null; @JsonProperty("authenticatedApplication") @SerializedName("authenticatedApplication") private ApplicationDisplayModel authenticatedApplication = null; @JsonProperty("authenticatedSelfie") @SerializedName("authenticatedSelfie") private SelfieModel authenticatedSelfie = null; @JsonProperty("authenticatedPix") @SerializedName("authenticatedPix") private PixAuthenticationModel authenticatedPix = null; @JsonProperty("geolocation") @SerializedName("geolocation") private GeolocationModel geolocation = null; @JsonProperty("timestamp") @SerializedName("timestamp") private OffsetDateTime timestamp = null; @JsonProperty("evidencesSha256") @SerializedName("evidencesSha256") private String evidencesSha256 = null; @JsonProperty("authenticatedPhoneNumber") @SerializedName("authenticatedPhoneNumber") private String authenticatedPhoneNumber = null; @JsonProperty("file") @SerializedName("file") private byte[] file = null; @JsonProperty("fileTicket") @SerializedName("fileTicket") private String fileTicket = null; public EvidencesModel ipAddress(String ipAddress) { this.ipAddress = ipAddress; return this; } /** * Get ipAddress * @return ipAddress **/ @Schema(description = "") public String getIpAddress() { return ipAddress; } public void setIpAddress(String ipAddress) { this.ipAddress = ipAddress; } public EvidencesModel authenticationTypes(List authenticationTypes) { this.authenticationTypes = authenticationTypes; return this; } public EvidencesModel addAuthenticationTypesItem(AuthenticationTypes authenticationTypesItem) { if (this.authenticationTypes == null) { this.authenticationTypes = new ArrayList(); } this.authenticationTypes.add(authenticationTypesItem); return this; } /** * A list containing the the authentication types used when signing the document. * @return authenticationTypes **/ @Schema(description = "A list containing the the authentication types used when signing the document.") public List getAuthenticationTypes() { return authenticationTypes; } public void setAuthenticationTypes(List authenticationTypes) { this.authenticationTypes = authenticationTypes; } public EvidencesModel accountVerifiedEmail(String accountVerifiedEmail) { this.accountVerifiedEmail = accountVerifiedEmail; return this; } /** * If the user was logged-in when he signed the document this is the verified email of his account. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.Login this will be null. * @return accountVerifiedEmail **/ @Schema(description = "If the user was logged-in when he signed the document this is the verified email of his account. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.Login this will be null.") public String getAccountVerifiedEmail() { return accountVerifiedEmail; } public void setAccountVerifiedEmail(String accountVerifiedEmail) { this.accountVerifiedEmail = accountVerifiedEmail; } public EvidencesModel authenticatedEmail(String authenticatedEmail) { this.authenticatedEmail = authenticatedEmail; return this; } /** * The email to which the notification to sign the document was sent. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.Email this will be null. * @return authenticatedEmail **/ @Schema(description = "The email to which the notification to sign the document was sent. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.Email this will be null.") public String getAuthenticatedEmail() { return authenticatedEmail; } public void setAuthenticatedEmail(String authenticatedEmail) { this.authenticatedEmail = authenticatedEmail; } public EvidencesModel authenticatedPhoneNumberLastDigits(String authenticatedPhoneNumberLastDigits) { this.authenticatedPhoneNumberLastDigits = authenticatedPhoneNumberLastDigits; return this; } /** * The last four digits of the phone number to which the SMS confirmation code was sent. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.SMS this will be null. * @return authenticatedPhoneNumberLastDigits **/ @Schema(description = "The last four digits of the phone number to which the SMS confirmation code was sent. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.SMS this will be null.") public String getAuthenticatedPhoneNumberLastDigits() { return authenticatedPhoneNumberLastDigits; } public void setAuthenticatedPhoneNumberLastDigits(String authenticatedPhoneNumberLastDigits) { this.authenticatedPhoneNumberLastDigits = authenticatedPhoneNumberLastDigits; } public EvidencesModel authenticatedApplication(ApplicationDisplayModel authenticatedApplication) { this.authenticatedApplication = authenticatedApplication; return this; } /** * Get authenticatedApplication * @return authenticatedApplication **/ @Schema(description = "") public ApplicationDisplayModel getAuthenticatedApplication() { return authenticatedApplication; } public void setAuthenticatedApplication(ApplicationDisplayModel authenticatedApplication) { this.authenticatedApplication = authenticatedApplication; } public EvidencesModel authenticatedSelfie(SelfieModel authenticatedSelfie) { this.authenticatedSelfie = authenticatedSelfie; return this; } /** * Get authenticatedSelfie * @return authenticatedSelfie **/ @Schema(description = "") public SelfieModel getAuthenticatedSelfie() { return authenticatedSelfie; } public void setAuthenticatedSelfie(SelfieModel authenticatedSelfie) { this.authenticatedSelfie = authenticatedSelfie; } public EvidencesModel authenticatedPix(PixAuthenticationModel authenticatedPix) { this.authenticatedPix = authenticatedPix; return this; } /** * Get authenticatedPix * @return authenticatedPix **/ @Schema(description = "") public PixAuthenticationModel getAuthenticatedPix() { return authenticatedPix; } public void setAuthenticatedPix(PixAuthenticationModel authenticatedPix) { this.authenticatedPix = authenticatedPix; } public EvidencesModel geolocation(GeolocationModel geolocation) { this.geolocation = geolocation; return this; } /** * Get geolocation * @return geolocation **/ @Schema(description = "") public GeolocationModel getGeolocation() { return geolocation; } public void setGeolocation(GeolocationModel geolocation) { this.geolocation = geolocation; } public EvidencesModel timestamp(OffsetDateTime timestamp) { this.timestamp = timestamp; return this; } /** * Get timestamp * @return timestamp **/ @Schema(description = "") public OffsetDateTime getTimestamp() { return timestamp; } public void setTimestamp(OffsetDateTime timestamp) { this.timestamp = timestamp; } public EvidencesModel evidencesSha256(String evidencesSha256) { this.evidencesSha256 = evidencesSha256; return this; } /** * SHA-256 Hash (Base64 encoded) of the evidences JSON file * @return evidencesSha256 **/ @Schema(description = "SHA-256 Hash (Base64 encoded) of the evidences JSON file") public String getEvidencesSha256() { return evidencesSha256; } public void setEvidencesSha256(String evidencesSha256) { this.evidencesSha256 = evidencesSha256; } public EvidencesModel authenticatedPhoneNumber(String authenticatedPhoneNumber) { this.authenticatedPhoneNumber = authenticatedPhoneNumber; return this; } /** * The phone number to which the SMS confirmation code was sent. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.SMS this will be null. * @return authenticatedPhoneNumber **/ @Schema(description = "The phone number to which the SMS confirmation code was sent. If Lacuna.Signer.Api.Signature.EvidencesModel.AuthenticationTypes doesn't contains Lacuna.Signer.Api.AuthenticationTypes.SMS this will be null.") public String getAuthenticatedPhoneNumber() { return authenticatedPhoneNumber; } public void setAuthenticatedPhoneNumber(String authenticatedPhoneNumber) { this.authenticatedPhoneNumber = authenticatedPhoneNumber; } public EvidencesModel file(byte[] file) { this.file = file; return this; } /** * The evidences JSON file in bytes. * @return file **/ @Schema(description = "The evidences JSON file in bytes.") public byte[] getFile() { return file; } public void setFile(byte[] file) { this.file = file; } public EvidencesModel fileTicket(String fileTicket) { this.fileTicket = fileTicket; return this; } /** * Ticket to download the evidences JSON file. * @return fileTicket **/ @Schema(description = "Ticket to download the evidences JSON file.") public String getFileTicket() { return fileTicket; } public void setFileTicket(String fileTicket) { this.fileTicket = fileTicket; } @Override public boolean equals(java.lang.Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } EvidencesModel signatureEvidencesModel = (EvidencesModel) o; return Objects.equals(this.ipAddress, signatureEvidencesModel.ipAddress) && Objects.equals(this.authenticationTypes, signatureEvidencesModel.authenticationTypes) && Objects.equals(this.accountVerifiedEmail, signatureEvidencesModel.accountVerifiedEmail) && Objects.equals(this.authenticatedEmail, signatureEvidencesModel.authenticatedEmail) && Objects.equals(this.authenticatedPhoneNumberLastDigits, signatureEvidencesModel.authenticatedPhoneNumberLastDigits) && Objects.equals(this.authenticatedApplication, signatureEvidencesModel.authenticatedApplication) && Objects.equals(this.authenticatedSelfie, signatureEvidencesModel.authenticatedSelfie) && Objects.equals(this.authenticatedPix, signatureEvidencesModel.authenticatedPix) && Objects.equals(this.geolocation, signatureEvidencesModel.geolocation) && Objects.equals(this.timestamp, signatureEvidencesModel.timestamp) && Objects.equals(this.evidencesSha256, signatureEvidencesModel.evidencesSha256) && Objects.equals(this.authenticatedPhoneNumber, signatureEvidencesModel.authenticatedPhoneNumber) && Arrays.equals(this.file, signatureEvidencesModel.file) && Objects.equals(this.fileTicket, signatureEvidencesModel.fileTicket); } @Override public int hashCode() { return Objects.hash(ipAddress, authenticationTypes, accountVerifiedEmail, authenticatedEmail, authenticatedPhoneNumberLastDigits, authenticatedApplication, authenticatedSelfie, authenticatedPix, geolocation, timestamp, evidencesSha256, authenticatedPhoneNumber, Arrays.hashCode(file), fileTicket); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class EvidencesModel {\n"); sb.append(" ipAddress: ").append(toIndentedString(ipAddress)).append("\n"); sb.append(" authenticationTypes: ").append(toIndentedString(authenticationTypes)).append("\n"); sb.append(" accountVerifiedEmail: ").append(toIndentedString(accountVerifiedEmail)).append("\n"); sb.append(" authenticatedEmail: ").append(toIndentedString(authenticatedEmail)).append("\n"); sb.append(" authenticatedPhoneNumberLastDigits: ").append(toIndentedString(authenticatedPhoneNumberLastDigits)).append("\n"); sb.append(" authenticatedApplication: ").append(toIndentedString(authenticatedApplication)).append("\n"); sb.append(" authenticatedSelfie: ").append(toIndentedString(authenticatedSelfie)).append("\n"); sb.append(" authenticatedPix: ").append(toIndentedString(authenticatedPix)).append("\n"); sb.append(" geolocation: ").append(toIndentedString(geolocation)).append("\n"); sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); sb.append(" evidencesSha256: ").append(toIndentedString(evidencesSha256)).append("\n"); sb.append(" authenticatedPhoneNumber: ").append(toIndentedString(authenticatedPhoneNumber)).append("\n"); sb.append(" file: ").append(toIndentedString(file)).append("\n"); sb.append(" fileTicket: ").append(toIndentedString(fileTicket)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(java.lang.Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy