Package org.uberfire.security.authz
Interface PermissionCheck
-
- All Superinterfaces:
AuthorizationCheck
- All Known Implementing Classes:
PermissionCheckImpl
public interface PermissionCheck extends AuthorizationCheck
A check executed over aPermissioninstance.
-
-
Method Summary
-
Methods inherited from interface org.uberfire.security.authz.AuthorizationCheck
denied, granted, result
-
-