| Package | Description |
|---|---|
| io.aalam.common | |
| io.aalam.common.router |
| Modifier and Type | Method and Description |
|---|---|
static Permissions |
Permissions.all(String... args)
Initialize a new permissions object with a condition 'all'.
|
static Permissions |
Permissions.any(String... args)
Initialize a new permissions object with a condition 'all'.
|
Permissions |
Permissions.deny_anon()
Deny anonymous requests on a URL
|
Permissions |
Permissions.deny_exc(String... args)
Deny request from any source except the apps mentioned in the args
|
| Modifier and Type | Method and Description |
|---|---|
Permissions |
Route.permissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mapper.connect(String url,
String[] methods,
Object handler,
String action,
Permissions permissions)
Connect a URL to the framework's url router.
|
void |
Mapper.SubMapper.connect(String url,
String[] methods,
String action,
Permissions permissions)
Connect a URL to the framework's url router, using handler that this
submapper is initialized with.
|
| Constructor and Description |
|---|
Route(String url,
String[] methods,
Object controller,
String action,
Permissions perm) |
Copyright © 2017. All rights reserved.