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 gatewayvoidsetIdentity(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
-