Class NativeDevice
java.lang.Object
com.inductiveautomation.perspective.gateway.session.NativeDevice
- 
Field SummaryFields
- 
Method SummaryModifier 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- 
isValidMobilepublic boolean isValidMobile()
- 
isValidWorkstationpublic boolean isValidWorkstation()
- 
updateChallengeAfter 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
 
-