Class NoOpPasswordScoreServiceImpl
java.lang.Object
com.atlassian.crowd.embedded.core.NoOpPasswordScoreServiceImpl
- All Implemented Interfaces:
PasswordScoreService
A convenience implementation of password score service that always returns
PasswordScore.VERY_STRONG, intended for use by products which do not intend to
implement PasswordScoreService in a meaningful way.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo)
-
Constructor Details
-
NoOpPasswordScoreServiceImpl
public NoOpPasswordScoreServiceImpl()
-
-
Method Details
-
getPasswordScore
public PasswordScore getPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo) - Specified by:
getPasswordScorein interfacePasswordScoreService- Returns:
PasswordScore.VERY_STRONG, always.
-