public interface IAuthorizer
Common interface for all authorization providers allowing to check permissions for a given user
Modifier and Type | Method and Description |
---|---|
boolean |
isAuthorized(IUserInfo user,
IPermissionPath request) |
boolean isAuthorized(IUserInfo user, IPermissionPath request)