public class LoginCredentials extends Credentials
TransientObject.MetaKeyAUTH_TOKEN_KEY, EMAIL_KEY, PUSH_MESSAGING_KEY, RECOVERY_TOKEN_KEY, USER_GROUP_KEY, USERNAME_KEY, VALIDATION_KEYCREATE_DATE_KEY, meta_data, META_DATA, MODIFIED_DATE_KEY, OBJECT_KEY, OBJECT_TYPE_KEY, OWNER_ID_KEY, user_data, USER_DATA| Constructor and Description |
|---|
LoginCredentials(java.lang.String email,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
decryptPassword(java.security.PrivateKey privateKey) |
void |
encryptPassword(java.security.PublicKey publicKey) |
boolean |
isEncrypted() |
void |
setEncrypted(boolean isEncrypted) |
getAuthToken, getEmailAddress, getPassword, getPushMessagingKey, getRecoveryToken, getSafe, getUserGroup, getUsername, getValidation, isSystemUser, setAuthToken, setEmailAddress, setPassword, setPushMessagingKey, setRecoveryToken, setUserGroup, setUsername, setValidationequals, get, get, getCreateDate, getFilePermissions, getLoggedInUser, getMetaData, getModifiedDate, getObjectKey, getObjectType, getOwnerId, getUserData, hashCode, isReadable, isWritable, meta_get, meta_put, meta_remove, put, put, putAll, remove, removeAll, setFilePermissions, setOwnerId, toStringpublic LoginCredentials(java.lang.String email,
java.lang.String password)
public void decryptPassword(java.security.PrivateKey privateKey)
decryptPassword in class Credentialspublic void encryptPassword(java.security.PublicKey publicKey)
encryptPassword in class Credentialspublic boolean isEncrypted()
public void setEncrypted(boolean isEncrypted)