@Entity public class User extends Object
| Constructor and Description |
|---|
User() |
User(String username,
String password,
Boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
String |
getPassword() |
String |
getUsername() |
void |
setEnabled(Boolean enabled) |
void |
setPassword(String password) |
void |
setUsername(String username) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.