java.lang.Object
callofproject.dev.authentication.util.Util

public final class Util extends Object
Class containing constants for package names and file paths used in the project.
  • Field Details

    • MAPPER_CONFIG_BEAN

      public static final String MAPPER_CONFIG_BEAN
      The fully qualified name of the MapperConfig class.
      See Also:
    • REPO_PACKAGE

      public static final String REPO_PACKAGE
      The package name for repository classes.
      See Also:
    • BASE_PACKAGE

      public static final String BASE_PACKAGE
      The base package name for the authentication module.
      See Also:
    • TEST_PROPERTIES_FILE

      public static final String TEST_PROPERTIES_FILE
      The file path for the test properties file.
      See Also:
    • TEST_DB_PATH

      public static final String TEST_DB_PATH
      The file path for the test database.
      See Also:
    • USER_MANAGEMENT_SERVICE

      public static final String USER_MANAGEMENT_SERVICE
      The package name for user management services.
      See Also:
    • AUTHENTICATION_SERVICE

      public static final String AUTHENTICATION_SERVICE
      The package name for authentication services.
      See Also: