Interface AuditlogServiceFactory


  • public interface AuditlogServiceFactory
    Interface implemented by AuditlogService factory classes.
    • 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 internals
        properties - properties from the config
        Throws:
        java.lang.Exception
      • createAuditlog

        AuditlogService createAuditlog()
                                throws java.lang.Exception
        Creates the configured AuditlogService instance.
        Throws:
        java.lang.Exception