Package org.uberfire.security.authz
Interface ResourceCheck<C extends ResourceCheck>
-
- All Superinterfaces:
AuthorizationCheck<C>
- All Known Implementing Classes:
ResourceCheckImpl
public interface ResourceCheck<C extends ResourceCheck> extends AuthorizationCheck<C>
A security check executed over aResourceinstance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Caction(org.uberfire.security.ResourceAction action)Specifies the action to check-
Methods inherited from interface org.uberfire.security.authz.AuthorizationCheck
denied, granted, result
-
-
-
-
Method Detail
-
action
C action(org.uberfire.security.ResourceAction action)
Specifies the action to check- Parameters:
action- The action to check
-
-