Interface AgentDeviceLoginRequest

All Superinterfaces:
UserProvider

public interface AgentDeviceLoginRequest extends UserProvider
An AgentDeviceLoginRequest provides all credentials for an agent to log in on a device.
Since:
11.27
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Optional containing the device id to log on, or an empty Optional if the user did not enter any specific device id.

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider

    getUser
  • Method Details

    • getDeviceId

      Optional<String> getDeviceId()
      Returns an Optional containing the device id to log on, or an empty Optional if the user did not enter any specific device id.
      Returns:
      an Optional containing the device id to log on or an empty Optional, if the user did not enter any specific device id.
      Since:
      13.0