public static class CliOverHttpAuthority.AllowAll extends java.lang.Object implements CliOverHttpAuthority
CliOverHttpAuthority.AllowAll| Constructor and Description |
|---|
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.
|
public void authorize()
CliOverHttpAuthorityImplementation 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
authorize in interface CliOverHttpAuthorityCopyright © 2014–2017 ActFramework. All rights reserved.