public abstract class UserAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
UserAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
getUsers() |
abstract boolean |
readConfig(Object config) |
public abstract boolean readConfig(Object config) throws AppException
AppExceptionpublic List<User> getUsers() throws AppException
AppExceptionCopyright © 2020. All rights reserved.