Class NativeDevice
java.lang.Object
com.inductiveautomation.perspective.gateway.session.NativeDevice
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NativeDevice
static NativeDevice
from
(javax.servlet.http.HttpServletRequest request) boolean
boolean
void
updateChallenge
(NativeDevice device) After Gateway reset, a new challenge is generated for the mobile session.
-
Field Details
-
SESSION_CHALLENGE_ATTRIBUTE
- See Also:
-
-
Method Details
-
isValidMobile
public boolean isValidMobile() -
isValidWorkstation
public boolean isValidWorkstation() -
updateChallenge
After Gateway reset, a new challenge is generated for the mobile session. Allow setting a new challenge if one hasn't already been set.- Parameters:
device
-NativeDevice
from current request
-
forDesigner
-
from
-