Interface WorkerAuthService

All Known Implementing Classes:
WorkerAuthServiceImpl

public interface WorkerAuthService
Service for worker authentication.
  • Method Summary

    Modifier and Type
    Method
    Description
    login(String fiscalCode, String password)
    Logs in the worker with the given fiscal code and password.
    register(WorkerInput workerInput)
    Deprecated.