Interface TokenVerifierService

All Known Implementing Classes:
TokenVerifierServiceImpl

public interface TokenVerifierService
Interface for user validation services.
  • Method Summary

    Modifier and Type
    Method
    Description
    getUserData(jakarta.servlet.http.HttpServletRequest request)
    Retrieves the user data for the user identified by the request.
  • Method Details

    • getUserData

      UserProfile getUserData(jakarta.servlet.http.HttpServletRequest request) throws ApplicationException
      Retrieves the user data for the user identified by the request.
      Parameters:
      request - the HTTP request containing user information
      Returns:
      the user profile
      Throws:
      ApplicationException - if the user is not found or is blocked