Package com.vaadin.copilot
Class UserInfoHandler
java.lang.Object
com.vaadin.copilot.UserInfoHandler
- All Implemented Interfaces:
CopilotCommand
Handles getting information about the user (pro key based) and communicating
with the server about feature access.
-
Field Summary
FieldsFields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_CANCEL_REQ_ID, KEY_REQ_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.copilot.CopilotCommand
handleConnect
-
Field Details
-
PRODUCT_VAADIN_COPILOT
- See Also:
-
LOGIN_TIMEOUT_SECONDS
public static final int LOGIN_TIMEOUT_SECONDS- See Also:
-
-
Constructor Details
-
UserInfoHandler
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-