public interface DataUser
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPasswordHash() |
String |
getRoleString() |
String |
getUsername() |
void |
setPasswordHash(byte[] passwordHash) |
void |
setRoleString(String roleString) |
void |
setUsername(String username) |
Copyright © 2007-2016. All Rights Reserved.