Package com.emc.d2fs.interfaces
Interface ICommandService
public interface ICommandService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCommandAllowed
(Context context, String command, List<Attribute> attributes) Test whether a command is allowed
-
Method Details
-
isCommandAllowed
boolean isCommandAllowed(Context context, String command, List<Attribute> attributes) throws Exception Test whether a command is allowed- Parameters:
context
-command
- string value of the command event/action to testattributes
-- Returns:
- true if the command is allowed
- Throws:
Exception
- Since:
- 4.2.0
-