public interface PasswordScoreService
| Modifier and Type | Method and Description |
|---|---|
PasswordScore |
getPasswordScore(PasswordCredential passwordCredential,
Collection<String> userInfo)
Analyse a non-encrypted password and determine the score of it according to some method (e.g.
|
PasswordScore getPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo)
passwordCredential - The credential to analyse.userInfo - a collection of user-specific information to use when scoring (display name, email, etc)passwordCredential is encrypted
or the implementation is unable to determine a password score (including but not limited to encountering
an error).Copyright © 2021 Atlassian. All rights reserved.