public interface UpgradeablePasswordEncoder extends PasswordEncoder
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUpgradeRequired(String encPass)
Return true if the password should be re-encoded as it does not match the encoding format of the most secure
underlying encoder.
|
encodePassword, getKey, isPasswordValidboolean isUpgradeRequired(String encPass)
encPass - a pre-encoded passwordCopyright © 2024 Atlassian. All rights reserved.