Uses of Class
com.securenative.models.User
-
Packages that use User Package Description com.securenative.events com.securenative.models -
-
Uses of User in com.securenative.events
Methods in com.securenative.events that return User Modifier and Type Method Description UserLoginChallengeEvent. getUser()UserLoginEvent. getUser()UserLoginFailureEvent. getUser()UserLogoutEvent. getUser()UserSDKEvent. getUser()Methods in com.securenative.events with parameters of type User Modifier and Type Method Description voidLoginChallengeEvent. setUser(User user)voidLoginEvent. setUser(User user)voidLoginFailureEvent. setUser(User user)voidLogoutEvent. setUser(User user)voidSDKEvent. setUser(User user)Constructors in com.securenative.events with parameters of type User Constructor Description LoginChallengeEvent(User user)LoginEvent(User user)LoginFailureEvent(User user)LogoutEvent(User user) -
Uses of User in com.securenative.models
Methods in com.securenative.models that return User Modifier and Type Method Description UserEventOptions. getUser()
-