Interface VerifiableElement

All Known Implementing Classes:
Identity, IdentityParam, VerifiableElementBase, VerifiableEmail, VerifiableMobileNumber

public interface VerifiableElement
Represent element which can be confirmed.
Author:
P. Piernik
  • Method Details

    • getConfirmationInfo

      ConfirmationInfo getConfirmationInfo()
    • setConfirmationInfo

      void setConfirmationInfo(ConfirmationInfo confirmationInfo)
    • getValue

      String getValue()
    • isConfirmed

      boolean isConfirmed()
      Shorter version of getConfirmationInfo().isConfirmed(), also checking if the CI is not null.
      Returns:
      true if element is properly verified