Interface HvlAsyncTokenAuthenticationService

All Known Implementing Classes:
HvlAsyncTokenAuthenticationServiceImpl

@Validated public interface HvlAsyncTokenAuthenticationService
The class that authenticates the system user.
  • Method Details

    • authenticate

      @Deprecated void authenticate(@NotNull @Valid @NotNull @Valid HvlAuthAuthenticationRequestModel authenticationRequestModel)
      Deprecated.
      Authenticate.
      Parameters:
      authenticationRequestModel - the authentication request model
    • authenticateWithApiKey

      void authenticateWithApiKey(@NotNull @Valid @NotNull @Valid HvlAuthAuthenticationRequestModel authenticationRequestModel)
      Authenticate with api key.
      Parameters:
      authenticationRequestModel - the authentication request model