Class AuthenticateRequest
java.lang.Object
org.openremote.agent.protocol.tradfri.payload.AuthenticateRequest
The class that contains the payload for a request to authenticate to the IKEA TRÅDFRI gateway
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the identity of the client to register to the IKEA TRÅDFRI gatewayvoid
setIdentity
(String identity) Set the identity of the client to register to the IKEA TRÅDFRI gateway
-
Constructor Details
-
AuthenticateRequest
public AuthenticateRequest()Construct the AuthenticateRequest class
-
-
Method Details
-
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
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
-