Package org.apache.spark.security
Class SecurityConfigurationLock
Object
org.apache.spark.security.SecurityConfigurationLock
There are cases when global JVM security configuration must be modified.
 In order to avoid race the modification must be synchronized with this.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SecurityConfigurationLockpublic SecurityConfigurationLock()
 
-