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 User
public String getUsername()
getUsername
in interface User
public String getEncryptedContentKey()
getEncryptedContentKey
in interface User
public String getPasswordSalt()
getPasswordSalt
in interface User
public String getPasswordHash()
getPasswordHash
in interface User
Copyright © 2015. All rights reserved.