| Constructor and Description |
|---|
UserMeta(String userName,
String host,
String contentKey,
String salt,
String hash,
String engine) |
| Modifier and Type | Method and Description |
|---|---|
static User |
fromEntity(SimpleEntity entity) |
String |
getEncryptedContentKey() |
String |
getEncryptionEngine() |
String |
getHost() |
String |
getPasswordHash() |
String |
getPasswordSalt() |
String |
getUsername() |
static SimpleEntity |
toEntity(User user) |
String |
toString() |
public static User fromEntity(SimpleEntity entity)
public static SimpleEntity toEntity(User user)
public String getEncryptionEngine()
getEncryptionEngine in interface Userpublic String getUsername()
getUsername in interface Userpublic String getEncryptedContentKey()
getEncryptedContentKey in interface Userpublic String getPasswordSalt()
getPasswordSalt in interface Userpublic String getPasswordHash()
getPasswordHash in interface UserCopyright © 2015. All rights reserved.