Interface AccessControlServiceFactory


public interface AccessControlServiceFactory
Interface implemented by AccessControlService factory classes.
  • 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 internals
      properties - properties from the config
      Throws:
      Exception
    • createAccessControlService

      @Nonnull AccessControlService createAccessControlService() throws Exception
      Creates the configured AccessControlService instance.
      Throws:
      Exception