Package org.saidone.processors
Class SetPermissionsProcessor
java.lang.Object
org.saidone.processors.AbstractNodeProcessor
org.saidone.processors.SetPermissionsProcessor
- All Implemented Interfaces:
NodeProcessor
Applies permission settings to each processed node.
-
Field Summary
Fields inherited from class org.saidone.processors.AbstractNodeProcessor
readOnly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processNode
(String nodeId, ProcessorConfig config) Sets the permissions defined in the configuration on the given node.Methods inherited from class org.saidone.processors.AbstractNodeProcessor
castToListOfStrings, castToMapOfStringObject, getNode, getNode, getNode, process
-
Constructor Details
-
SetPermissionsProcessor
public SetPermissionsProcessor()
-
-
Method Details
-
processNode
Sets the permissions defined in the configuration on the given node.- Parameters:
nodeId
- id of the nodeconfig
- processor configuration
-