We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1e4b8 commit b9c020fCopy full SHA for b9c020f
1 file changed
api/src/org/apache/cloudstack/acl/APIChecker.java
@@ -23,5 +23,8 @@
23
// APIChecker checks the ownership and access control to API requests
24
public interface APIChecker extends Adapter {
25
// Interface for checking access for a role using apiname
26
+ // If true, apiChecker has checked the operation
27
+ // If false, apiChecker is unable to handle the operation or not implemented
28
+ // On exception, checkAccess failed don't allow
29
boolean checkAccess(User user, String apiCommandName) throws PermissionDeniedException;
30
}
0 commit comments