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 Summary
-
Method Summary
-
Constructor Details
-
SecurityConfigurationLock
public SecurityConfigurationLock()
-