public class SchoolNumberPasswordAuthenticationData extends Object implements AuthenticationData
| Constructor and Description |
|---|
SchoolNumberPasswordAuthenticationData() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Credential> |
getCredentialType() |
org.json.JSONObject |
getData() |
String |
getSchoolNumber() |
void |
setSchoolNumber(String schoolNumber) |
public SchoolNumberPasswordAuthenticationData()
public Class<? extends Credential> getCredentialType()
getCredentialType in interface AuthenticationDatapublic org.json.JSONObject getData()
throws org.json.JSONException
getData in interface AuthenticationDataorg.json.JSONExceptionpublic String getSchoolNumber()
public void setSchoolNumber(String schoolNumber)