
Implements this to check wether the user is allowed to use your controller.
This is the simplest way to secure the application.
If this returns false, the controller won't be ran and a "RESULT_FORBIDDEN" will be sent.
The user can then be sent to a 'forbidden' page.
Returns: