Package com.hazelcast.auditlog
Interface AuditlogServiceFactory
-
public interface AuditlogServiceFactory
Interface implemented byAuditlogService
factory classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditlogService
createAuditlog()
Creates the configuredAuditlogService
instance.void
init(javax.security.auth.callback.CallbackHandler callbackHandler, java.util.Properties properties)
Initializes this class with given properties.
-
-
-
Method Detail
-
init
void init(javax.security.auth.callback.CallbackHandler callbackHandler, java.util.Properties properties) throws java.lang.Exception
Initializes this class with given properties. The callbackCandler can provide access to member internals.- Parameters:
callbackHandler
- callback handler which provides access to member internalsproperties
- properties from the config- Throws:
java.lang.Exception
-
createAuditlog
AuditlogService createAuditlog() throws java.lang.Exception
Creates the configuredAuditlogService
instance.- Throws:
java.lang.Exception
-
-