public class User extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected String |
id |
protected String |
username |
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getUsername() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setId(String id) |
void |
setUsername(String username) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.