Package edu.suffolk.litlab.efspserver.services
package edu.suffolk.litlab.efspserver.services
-
ClassDescriptionCovers all of the FirmUserManagement and UserService operations. * User Service * AuthenticateUser * ChangePassword * ResetPassword * GetUser (User Service) * UpdateUser (User Service) * GetNotificationPreferences * UpdateNotificationPreferences * SelfResendActivationEmail * Firm User Management * RegisterUser: PUT on /users * AddUserRole: POST on /users/{id}/role * GetUser: GET on /users/{id} * GetUserList: GET on /users * RemoveUser: DELETE on /users/{id} * RemoveUserRole: DELETE on /users/{id}/role * ResendActivationEmail * ResetUserPassword * UpdateUser: POST on /users/{id} * GetNotificationPreferencesListThe endpoints for the court specific configurations that clients need to use to file properly.Each module has a jurisdiction it's associated too, and a set of courts that it can handle.Most of this class taken from the below blog post: https://dalelane.co.uk/blog/?Service that handles the Firm, Attorney, and Service Endpoints.Some string constants used when dealing with Mapped Diagnostic Contexts (MDC) in logback, which we use to separate out logs from different servers as users.Similar to
AllWrongCollector
, but will never actually submit to the EFM.A wrapper around the lower level SendMesage that reads in and handles the actual message sent from configurations.Handles communication with Tyler's API regarding Payments and the Tyler Online Gateway Activation (?)Language might be loose, but we try to use "Key" as a permanent string (keep it secret!)