| Package | Description |
|---|---|
| com.sptci.auth |
Package for authentication and authorisation components.
|
| Modifier and Type | Field and Description |
|---|---|
Collection<Group> |
User.groups
The collection of groups to which this user belongs.
|
| Constructor and Description |
|---|
User(String userName,
char[] password,
Collection<Group> groups)
Create a new instance using the specified values.
|
User(String userName,
String password,
Collection<Group> groups)
Create a new instance using the specified values.
|