| Constructor and Description |
|---|
User(Email email,
String password,
Map<String,Object> properties)
Constructs a new User object given the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Email |
getEmail() |
String |
getPassword() |
Map<String,Object> |
getProperties() |
int |
hashCode() |
String |
toString() |
public User(Email email, String password, Map<String,Object> properties)
email - The email of the user.password - The hashed password of the user. Should not be plaintext.properties - A map of additional user properties.
If null, will be converted to an empty Map.Copyright © 2018. All rights reserved.