public interface CliOverHttpAuthority
A simple interface for authorization
Modifier and Type | Interface and Description |
---|---|
static class |
CliOverHttpAuthority.AllowAll |
Modifier and Type | Method and Description |
---|---|
void |
authorize()
Implementation shall provide the authorization logic in this method to check if the current principal has access to CliOverHttp facilities.
|
void authorize()
Implementation shall provide the authorization logic in this method to check if the current principal has access to CliOverHttp facilities.
If the current principal has no permission, the implementation shall provide relevant logic, e.g. to throw out Forbidden
or throw out a redirection
to login page etc
Copyright © 2014–2017 ActFramework. All rights reserved.