Class NativeDevice
java.lang.Object
com.inductiveautomation.perspective.gateway.session.NativeDevice
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic NativeDevicestatic NativeDevicefrom(javax.servlet.http.HttpServletRequest request) booleanbooleanvoidupdateChallenge(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-NativeDevicefrom current request
 - 
forDesigner
 - 
from
 
 -