public class SimpleUserSystemService extends Object implements UserSystemService
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUserSystemService.SimpleUserSystemServiceException |
| Modifier and Type | Field and Description |
|---|---|
static String |
AFFINITIES_FILE
Property name for configuring the path to the optional users affinities definition file.
|
protected Exception |
error |
static String |
NAME |
static String |
SKILLS_FILE
Property name for configuring the path to the optional users skills definition file.
|
static String |
USERS_FILE
Property name for configuring the path to the users definition file.
|
| Constructor and Description |
|---|
SimpleUserSystemService() |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
findAllGroups() |
List<User> |
findAllUsers() |
User |
findUser(String id) |
String |
getName() |
void |
start() |
void |
test() |
public static final String USERS_FILE
public static final String SKILLS_FILE
public static final String AFFINITIES_FILE
protected Exception error
public static final String NAME
public void start()
start in interface UserSystemServicepublic String getName()
getName in interface UserSystemServicepublic List<User> findAllUsers()
findAllUsers in interface UserSystemServicepublic void test()
test in interface UserSystemServicepublic User findUser(String id)
findUser in interface UserSystemServiceCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.