public class SchoolNumberPasswordCredential extends BaseCredential
| Constructor and Description |
|---|
SchoolNumberPasswordCredential() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHash()
Get a hash value for the credential data.
|
String |
getPassword() |
void |
setPassword(String password) |
getId, getLastCheck, getScheduleId, getSchoolId, hash, isValid, setHash, setId, setLastCheck, setScheduleId, setSchoolId, setValidpublic String getPassword()
public void setPassword(String password)
public String getHash()
CredentialSubstitutionScheduleParser
implementations, especially not if they depend on a specific hashing algorithm.
For two Credential objects a and b, the following relation should apply:
a.getHash().equals(b.getHash()) if and only if a.getLoginData().equals(b.getLoginData())