public class User extends Object
| Constructor and Description |
|---|
User() |
User(String username,
String password) |
User(String username,
String password,
Set<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
Set<String> |
getRoles() |
String |
getUsername() |
int |
hashCode() |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2013–2018 Europeana Cloud Development Team. All rights reserved.