Uses of Interface
com.atlassian.crowd.embedded.api.PasswordScoreService
Packages that use PasswordScoreService
Package
Description
-
Uses of PasswordScoreService in com.atlassian.crowd.directory.password.constraint
Constructors in com.atlassian.crowd.directory.password.constraint with parameters of type PasswordScoreServiceModifierConstructorDescriptionInternalDirectoryPasswordConstraintsLoader(PasswordScoreService passwordScoreService) PasswordScoreConstraint(PasswordScore passwordScore, PasswordScoreService passwordScoreService) -
Uses of PasswordScoreService in com.atlassian.crowd.embedded.core
Classes in com.atlassian.crowd.embedded.core that implement PasswordScoreServiceModifier and TypeClassDescriptionclassA convenience implementation of password score service that always returnsPasswordScore.VERY_STRONG, intended for use by products which do not intend to implement PasswordScoreService in a meaningful way.