We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The methods isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, and isEnabled are used less often.
isAccountNonExpired
isAccountNonLocked
isCredentialsNonExpired
isEnabled
It would be nice if they were already implemented, returning true for each one.
true
Note that this would align the interface with how UserBuilder treats these properties.
UserBuilder
The text was updated successfully, but these errors were encountered:
Add default implementation in UserDetails
7604248
Closes spring-projectsgh-14275 Signed-off-by: ahmd-nabil <[email protected]>
dfef781
Closes gh-14275 Signed-off-by: ahmd-nabil <[email protected]>
jzheaux
Successfully merging a pull request may close this issue.
The methods
isAccountNonExpired
,isAccountNonLocked
,isCredentialsNonExpired
, andisEnabled
are used less often.It would be nice if they were already implemented, returning
true
for each one.Note that this would align the interface with how
UserBuilder
treats these properties.The text was updated successfully, but these errors were encountered: