Class ZookeeperModuleFactory
java.lang.Object
org.apache.flink.runtime.security.modules.ZookeeperModuleFactory
- All Implemented Interfaces:
SecurityModuleFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateModule(SecurityConfiguration securityConfig) Creates and returns aSecurityModule.
-
Constructor Details
-
ZookeeperModuleFactory
public ZookeeperModuleFactory()
-
-
Method Details
-
createModule
Description copied from interface:SecurityModuleFactoryCreates and returns aSecurityModule. This can returnnullif the type ofSecurityModulethat this factory can create does not work in the current environment.- Specified by:
createModulein interfaceSecurityModuleFactory
-