Uses of Class
cronapp.framework.api.User
-
Packages that use User Package Description cronapp.framework.api cronapp.framework.authentication.token -
-
Uses of User in cronapp.framework.api
Methods in cronapp.framework.api that return User Modifier and Type Method Description UserApiManager. getUser()UserApiManager. getUser(CronappUserDetails userDetails)UserUser. resetPassword()Methods in cronapp.framework.api with parameters of type User Modifier and Type Method Description static voidApiManager. attemptFailed(User user)static intApiManager. getFailedAttempts(User user)static booleanApiManager. isUserLocked(User user)static voidApiManager. lockUser(User user)static voidApiManager. unlockUser(User user) -
Uses of User in cronapp.framework.authentication.token
Methods in cronapp.framework.authentication.token that return User Modifier and Type Method Description UserAuthenticationResponse. getUser()Methods in cronapp.framework.authentication.token with parameters of type User Modifier and Type Method Description voidAuthenticationResponse. setUser(User user)Constructors in cronapp.framework.authentication.token with parameters of type User Constructor Description AuthenticationResponse(User user, String token, long expires, String roles, boolean root)
-