Package com.hazelcast.access
Interface AccessControlServiceFactory
public interface AccessControlServiceFactory
Interface implemented by
AccessControlService
factory classes.-
Method Summary
Modifier and TypeMethodDescriptionCreates the configuredAccessControlService
instance.void
init
(CallbackHandler callbackHandler, Properties properties) Initializes this class with given properties.
-
Method Details
-
init
void init(@Nonnull CallbackHandler callbackHandler, @Nonnull Properties properties) throws Exception Initializes this class with given properties. The callbackHandler can provide access to member internals.- Parameters:
callbackHandler
- callback handler which provides access to member internalsproperties
- properties from the config- Throws:
Exception
-
createAccessControlService
Creates the configuredAccessControlService
instance.- Throws:
Exception
-