Class AuthenticationStatus

    • Constructor Detail

      • AuthenticationStatus

        public AuthenticationStatus()
    • Method Detail

      • getAccessCodeResult

        public EventResult getAccessCodeResult()
        The result of a user's attempt to authenticate by using an access code. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        accessCodeResult
      • setAccessCodeResult

        public void setAccessCodeResult​(EventResult accessCodeResult)
        setAccessCodeResult.
      • getAgeVerifyResult

        public EventResult getAgeVerifyResult()
        The result of an age verification check. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        ageVerifyResult
      • setAgeVerifyResult

        public void setAgeVerifyResult​(EventResult ageVerifyResult)
        setAgeVerifyResult.
      • getAnySocialIDResult

        public EventResult getAnySocialIDResult()
        Deprecated..
        Returns:
        anySocialIDResult
      • setAnySocialIDResult

        public void setAnySocialIDResult​(EventResult anySocialIDResult)
        setAnySocialIDResult.
      • getFacebookResult

        public EventResult getFacebookResult()
        Deprecated..
        Returns:
        facebookResult
      • setFacebookResult

        public void setFacebookResult​(EventResult facebookResult)
        setFacebookResult.
      • getGoogleResult

        public EventResult getGoogleResult()
        Deprecated..
        Returns:
        googleResult
      • setGoogleResult

        public void setGoogleResult​(EventResult googleResult)
        setGoogleResult.
      • identityVerificationResult

        public AuthenticationStatus identityVerificationResult​(EventResult identityVerificationResult)
        identityVerificationResult.
        Returns:
        AuthenticationStatus
      • getIdentityVerificationResult

        public EventResult getIdentityVerificationResult()
        The result of an [Identity Verification][IDV] workflow. [IDV]: /docs/esign-rest-api/reference/accounts/identityverifications/.
        Returns:
        identityVerificationResult
      • setIdentityVerificationResult

        public void setIdentityVerificationResult​(EventResult identityVerificationResult)
        setIdentityVerificationResult.
      • getIdLookupResult

        public EventResult getIdLookupResult()
        The result of an ID lookup authentication check. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        idLookupResult
      • setIdLookupResult

        public void setIdLookupResult​(EventResult idLookupResult)
        setIdLookupResult.
      • getIdQuestionsResult

        public EventResult getIdQuestionsResult()
        The result of the user's answers to ID challenge questions. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        idQuestionsResult
      • setIdQuestionsResult

        public void setIdQuestionsResult​(EventResult idQuestionsResult)
        setIdQuestionsResult.
      • getLinkedinResult

        public EventResult getLinkedinResult()
        Deprecated..
        Returns:
        linkedinResult
      • setLinkedinResult

        public void setLinkedinResult​(EventResult linkedinResult)
        setLinkedinResult.
      • getLiveIDResult

        public EventResult getLiveIDResult()
        Deprecated..
        Returns:
        liveIDResult
      • setLiveIDResult

        public void setLiveIDResult​(EventResult liveIDResult)
        setLiveIDResult.
      • getOfacResult

        public EventResult getOfacResult()
        The result of an Office of Foreign Asset Control (OFAC) check. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        ofacResult
      • setOfacResult

        public void setOfacResult​(EventResult ofacResult)
        setOfacResult.
      • getOpenIDResult

        public EventResult getOpenIDResult()
        Deprecated..
        Returns:
        openIDResult
      • setOpenIDResult

        public void setOpenIDResult​(EventResult openIDResult)
        setOpenIDResult.
      • getPhoneAuthResult

        public EventResult getPhoneAuthResult()
        The result of the user's attempt to authenticate by using two-factor authentication (2FA) through phone messaging. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        phoneAuthResult
      • setPhoneAuthResult

        public void setPhoneAuthResult​(EventResult phoneAuthResult)
        setPhoneAuthResult.
      • getSalesforceResult

        public EventResult getSalesforceResult()
        Success/failure result of authentication using sign-in with a Salesforce account. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        salesforceResult
      • setSalesforceResult

        public void setSalesforceResult​(EventResult salesforceResult)
        setSalesforceResult.
      • signatureProviderResult

        public AuthenticationStatus signatureProviderResult​(EventResult signatureProviderResult)
        signatureProviderResult.
        Returns:
        AuthenticationStatus
      • getSignatureProviderResult

        public EventResult getSignatureProviderResult()
        The result of the user's attempt to authenticate by using a signature provider..
        Returns:
        signatureProviderResult
      • setSignatureProviderResult

        public void setSignatureProviderResult​(EventResult signatureProviderResult)
        setSignatureProviderResult.
      • getSmsAuthResult

        public EventResult getSmsAuthResult()
        The result of the user's attempt to authenticate by using two-factor authentication (2FA) through SMS messaging on a mobile phone..
        Returns:
        smsAuthResult
      • setSmsAuthResult

        public void setSmsAuthResult​(EventResult smsAuthResult)
        setSmsAuthResult.
      • getSTANPinResult

        public EventResult getSTANPinResult()
        The result of a Student Authentication Network (STAN) authentication check. It returns: - `Status`: `Pass` or `Fail`. - `dateTime`: The date and time that the event occurred. - `FailureDescription`: A string containing the details about a failed authentication. - `VendorFailureStatusCode`: A string containing the vendor's status code for a failed authentication. .
        Returns:
        sTANPinResult
      • setSTANPinResult

        public void setSTANPinResult​(EventResult sTANPinResult)
        setSTANPinResult.
      • getTwitterResult

        public EventResult getTwitterResult()
        Deprecated..
        Returns:
        twitterResult
      • setTwitterResult

        public void setTwitterResult​(EventResult twitterResult)
        setTwitterResult.
      • getYahooResult

        public EventResult getYahooResult()
        Deprecated..
        Returns:
        yahooResult
      • setYahooResult

        public void setYahooResult​(EventResult yahooResult)
        setYahooResult.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object