Class NativeDevice


  • public class NativeDevice
    extends java.lang.Object
    • Field Detail

      • SESSION_CHALLENGE_ATTRIBUTE

        public static final java.lang.String SESSION_CHALLENGE_ATTRIBUTE
        See Also:
        Constant Field Values
    • Method Detail

      • isValidMobile

        public boolean isValidMobile()
      • updateChallenge

        public void updateChallenge​(NativeDevice device)
        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
      • from

        public static NativeDevice from​(javax.servlet.http.HttpServletRequest request)