public class User extends Object
| Constructor | Description |
|---|---|
User() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAccountType() |
|
String |
getIdentifier() |
|
String |
getPassword() |
|
List<String> |
getRoles() |
|
List<Document> |
pullRoles(Map<String,Document> rolesin) |
|
void |
setAccountType(String accountType) |
|
void |
setIdentifier(String identifier) |
|
void |
setPassword(String password) |
|
void |
setRoles(List<String> roles) |
public String getAccountType()
public void setAccountType(String accountType)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getPassword()
public void setPassword(String password)
Copyright © 2020. All rights reserved.