Class AuthenticateRequest

java.lang.Object
org.openremote.agent.protocol.tradfri.payload.AuthenticateRequest

public class AuthenticateRequest extends Object
The class that contains the payload for a request to authenticate to the IKEA TRÅDFRI gateway
  • Constructor Details

    • AuthenticateRequest

      public AuthenticateRequest()
      Construct the AuthenticateRequest class
  • Method Details

    • getIdentity

      public String getIdentity()
      Get the identity of the client to register to the IKEA TRÅDFRI gateway
      Returns:
      The identity of the client to register to the IKEA TRÅDFRI gateway
    • setIdentity

      public void setIdentity(String identity)
      Set the identity of the client to register to the IKEA TRÅDFRI gateway
      Parameters:
      identity - The new identity of the client to register to the IKEA TRÅDFRI gateway