See: Description
| Interface | Description |
|---|---|
| GroupManager<S extends ServerContext> |
This interface defines the methods for a AbstractPermOwnerList implementation.
|
| LoginData |
This interface defines the minimum input needed for a user login
|
| UserManager<S extends ServerContext> |
This interface defines the methods for a UserManager implementation.
|
| Class | Description |
|---|---|
| AbstractGroupManager<S extends ServerContext> |
This GroupManager implementation provides the basic framework for managing groups.
|
| AbstractUserManager<S extends ServerContext> |
This class manages an internal cache of User objects and provides a default implementation for the
UserManager methods
|
| DefaultGroupManager<S extends ServerContext> |
This implementation stores groups in the srv_group.cfg config file as NDF records.
|
| DefaultUserManager |
This implementation manages users in the srv_user.cfg config file as NDF records.
|
| ServerCredential |
This class extends the Credential by an additional dataSourceName.
|
| Enum | Description |
|---|---|
| UserManagerPermission |
This class ...
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.