Method | Description | |
---|---|---|
CheckPermission ( |
||
Process ( UriWrapper uri, IHttpProcessor processor, |
Overload for IApiHandler interface
|
|
Process ( UriWrapper uri, IHttpProcessor processor, |
Process logs the error, creates a JSON response, and send it back to the user on bad API call
|
public CheckPermission ( |
||
user | ||
action | string | |
return | bool |
public Process ( UriWrapper uri, IHttpProcessor processor, |
||
uri | UriWrapper | |
processor | IHttpProcessor | |
user | ||
return | void |
public Process ( UriWrapper uri, IHttpProcessor processor, |
||
uri | UriWrapper | |
processor | IHttpProcessor | |
user | ||
error | string | |
return | void |