Class EsupOtpUser

java.lang.Object
org.esupportail.cas.adaptors.esupotp.EsupOtpUser
All Implemented Interfaces:
Serializable

public class EsupOtpUser extends Object implements Serializable
This is EsupOtpUser.
Since:
5.0.0
See Also:
  • Constructor Details

    • EsupOtpUser

      public EsupOtpUser()
      Instantiates a new Esup Otp user.
    • EsupOtpUser

      public EsupOtpUser(String uid, String hash)
    • EsupOtpUser

      public EsupOtpUser(String uid, String hash, List<EsupOtpMethod> methods, org.json.JSONObject transports)
  • Method Details

    • parseJsonTransports

      public void parseJsonTransports(org.json.JSONObject transports)
    • getUid

      public String getUid()
    • setUid

      public void setUid(String uid)
    • getHash

      public String getHash()
    • setHash

      public void setHash(String hash)
    • getSms

      public String getSms()
    • setSms

      public void setSms(String sms)
    • getMail

      public String getMail()
    • setMail

      public void setMail(String mail)
    • getMethods

      public List<EsupOtpMethod> getMethods()
    • setMethods

      public void setMethods(List<EsupOtpMethod> methods)