Home
last modified time | relevance | path

Searched refs:lastLoginAttempt (Results 1 – 11 of 11) sorted by relevance

/dports/www/wt/wt-4.6.1/examples/blog/model/
H A DUser.h39 Wt::WDateTime lastLoginAttempt; variable
60 dbo::field(a, lastLoginAttempt, "last_login_attempt"); in persist()
H A DBlogUserDatabase.C260 Wt::WDateTime BlogUserDatabase::lastLoginAttempt(const Wt::Auth::User& user) const in lastLoginAttempt() function
264 return user_->lastLoginAttempt; in lastLoginAttempt()
272 user_.modify()->lastLoginAttempt = t; in setLastLoginAttempt()
H A DBlogUserDatabase.h64 virtual Wt::WDateTime lastLoginAttempt(const Wt::Auth::User& user)
/dports/www/wt/wt-4.6.1/src/Wt/Auth/
H A DUser.C168 WDateTime User::lastLoginAttempt() const in lastLoginAttempt() function
170 return db_->lastLoginAttempt(*this); in lastLoginAttempt()
H A DUser.h254 WDateTime lastLoginAttempt() const;
H A DPasswordService.C56 WDateTime t = user.lastLoginAttempt(); in delayForNextAttempt()
H A DAbstractUserDatabase.h386 virtual WDateTime lastLoginAttempt(const User& user) const;
H A DOAuthTokenEndpoint.C228 user.lastLoginAttempt().toTime_t())); in idTokenPayload()
H A DAbstractUserDatabase.C199 WDateTime AbstractUserDatabase::lastLoginAttempt(const User& user) const in lastLoginAttempt() function
/dports/www/wt/wt-4.6.1/src/Wt/Auth/Dbo/
H A DUserDatabase.h388 virtual WDateTime lastLoginAttempt(const User& user) const override { in lastLoginAttempt() function
390 return user_->lastLoginAttempt(); in lastLoginAttempt()
H A DAuthInfo.h206 const Wt::WDateTime& lastLoginAttempt() const { return lastLoginAttempt_; } in lastLoginAttempt() function