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, isPasswordValid
boolean isUpgradeRequired(String encPass)
encPass
- a pre-encoded passwordCopyright © 2021 Atlassian. All rights reserved.