public static class CliOverHttpAuthority.AllowAll extends 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()
CliOverHttpAuthority
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
authorize
in interface CliOverHttpAuthority
Copyright © 2014–2018 ActFramework. All rights reserved.