Class Util
java.lang.Object
callofproject.dev.authentication.util.Util
Class containing constants for package names and file paths used in the project.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The package name for authentication services.static final String
The base package name for the authentication module.static final String
The fully qualified name of the MapperConfig class.static final String
The package name for repository classes.static final String
The file path for the test database.static final String
The file path for the test properties file.static final String
The package name for user management services. -
Method Summary
-
Field Details
-
MAPPER_CONFIG_BEAN
The fully qualified name of the MapperConfig class.- See Also:
-
REPO_PACKAGE
The package name for repository classes.- See Also:
-
BASE_PACKAGE
The base package name for the authentication module.- See Also:
-
TEST_PROPERTIES_FILE
The file path for the test properties file.- See Also:
-
TEST_DB_PATH
The file path for the test database.- See Also:
-
USER_MANAGEMENT_SERVICE
The package name for user management services.- See Also:
-
AUTHENTICATION_SERVICE
The package name for authentication services.- See Also:
-