Class EsupOtpUser
java.lang.Object
org.esupportail.cas.adaptors.esupotp.EsupOtpUser
- All Implemented Interfaces:
Serializable
This is
EsupOtpUser.- Since:
- 5.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Esup Otp user.EsupOtpUser(String uid, String hash) EsupOtpUser(String uid, String hash, List<EsupOtpMethod> methods, org.json.JSONObject transports) -
Method Summary
Modifier and TypeMethodDescriptiongetHash()getMail()getSms()getUid()voidparseJsonTransports(org.json.JSONObject transports) voidvoidvoidsetMethods(List<EsupOtpMethod> methods) voidvoid
-
Constructor Details
-
EsupOtpUser
public EsupOtpUser()Instantiates a new Esup Otp user. -
EsupOtpUser
-
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
-
setUid
-
getHash
-
setHash
-
getSms
-
setSms
-
getMail
-
setMail
-
getMethods
-
setMethods
-