public class ZookeeperModuleFactory extends Object implements SecurityModuleFactory
Constructor and Description |
---|
ZookeeperModuleFactory() |
Modifier and Type | Method and Description |
---|---|
SecurityModule |
createModule(SecurityConfiguration securityConfig)
Creates and returns a
SecurityModule . |
public SecurityModule createModule(SecurityConfiguration securityConfig)
SecurityModuleFactory
SecurityModule
. This can return null
if the type of
SecurityModule
that this factory can create does not work in the current environment.createModule
in interface SecurityModuleFactory
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.