public class NoOpPasswordScoreServiceImpl extends Object implements PasswordScoreService
PasswordScore.VERY_STRONG, intended for use by products which do not intend to
implement PasswordScoreService in a meaningful way.| Constructor and Description |
|---|
NoOpPasswordScoreServiceImpl() |
| 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.
|
public PasswordScore getPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo)
PasswordScoreServicegetPasswordScore in interface PasswordScoreServicepasswordCredential - The credential to analyse.userInfo - a collection of user-specific information to use when scoring (display name, email, etc)PasswordScore.VERY_STRONG, always.Copyright © 2024 Atlassian. All rights reserved.