Package org.saidone.processors
Class SetPermissionsProcessor
java.lang.Object
org.saidone.component.BaseComponent
org.saidone.processors.AbstractNodeProcessor
org.saidone.processors.SetPermissionsProcessor
- All Implemented Interfaces:
NodeProcessor,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
Applies permission settings to each processed node.
-
Field Summary
Fields inherited from class org.saidone.processors.AbstractNodeProcessor
nodesApi, readOnly -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessNode(String nodeId, ProcessorConfig config) Sets the permissions defined in the configuration on the given node.Methods inherited from class org.saidone.processors.AbstractNodeProcessor
getNode, getNode, getNode, processMethods inherited from class org.saidone.component.BaseComponent
setApplicationContext, shutDown, start, stop
-
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
-