Interface HvlAuthAuthenticatorService

All Known Implementing Classes:
HvlAuthAuthenticatorServiceImpl

@Validated public interface HvlAuthAuthenticatorService
This service provides authenticate operation.
  • Method Details

    • authenticate

      HvlOAuthUserModel authenticate(@NotNull @Valid @NotNull @Valid HvlAuthAuthenticationRequestModel authenticationRequestModel)
      Method that authenticate with the given username and password.
      Parameters:
      authenticationRequestModel - the authentication request model
      Returns:
      the user model