| Package | Description |
|---|---|
| org.colcon.burocrat.api.server | |
| org.colcon.burocrat.server |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticator |
IServer.authenticator() |
| Modifier and Type | Class and Description |
|---|---|
class |
Authenticator
This class is responsible for the site's security functionality,
including user credential authentication and permission checking
|
| Modifier and Type | Field and Description |
|---|---|
IAuthenticator |
Server.authenticator |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticator |
Server.authenticator() |
| Constructor and Description |
|---|
Server(IArgImpl[] argImplsArray,
ICmdImpl[] cmdImplsArray,
IItemTypeImpl[] itemTypeImplsArray,
IDatabase database,
IAuthenticator authenticator,
IEncryptor encryptor,
IEmailer emailer,
INotifier notifier) |