public class LoginCredentials extends Credentials
TransientObject.MetaKey
AUTH_TOKEN_KEY, EMAIL_KEY, PUSH_MESSAGING_KEY, RECOVERY_TOKEN_KEY, USER_GROUP_KEY, USERNAME_KEY, VALIDATION_KEY
CREATE_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, setValidation
equals, 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, toString
public LoginCredentials(java.lang.String email, java.lang.String password)
public void decryptPassword(java.security.PrivateKey privateKey)
decryptPassword
in class Credentials
public void encryptPassword(java.security.PublicKey publicKey)
encryptPassword
in class Credentials
public boolean isEncrypted()
public void setEncrypted(boolean isEncrypted)