bool isAccountNonExpired()
Checks whether the user's account has expired.
Internally, if this method returns false, the authentication system will throw an AccountExpiredException and prevent login.
bool isAccountNonExpired()
Checks whether the user's account has expired.
Internally, if this method returns false, the authentication system will throw an AccountExpiredException and prevent login.
bool | true if the user's account is non expired, false otherwise |
AccountExpiredException |
Designed by : w10schools
service@w10schools.com
Please login to continue.