Class EsupOtpMethod
java.lang.Object
org.esupportail.cas.adaptors.esupotp.EsupOtpMethod
- All Implemented Interfaces:
Serializable
This is
EsupOtpMethod.- Since:
- 5.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Esup Otp method.EsupOtpMethod(String name, Boolean active, List<String> transports) Instantiates a new Esup Otp method.EsupOtpMethod(String name, org.json.JSONObject methodJson) -
Method Summary
-
Constructor Details
-
EsupOtpMethod
public EsupOtpMethod()Instantiates a new Esup Otp method. -
EsupOtpMethod
Instantiates a new Esup Otp method.- Parameters:
name- the method nameactive- is the method activetransports- the transports
-
EsupOtpMethod
-
-
Method Details
-
toStringList
- Throws:
org.json.JSONException
-
getName
-
setName
-
getActive
-
setActive
-
getTransports
-
setTransports
-