Package | Description |
---|---|
com.atlassian.crowd.directory | |
com.atlassian.crowd.embedded.api | |
com.atlassian.crowd.embedded.core |
Modifier and Type | Method and Description |
---|---|
PasswordScore |
PasswordScoreConstraint.getMinimumPasswordScore() |
Constructor and Description |
---|
PasswordScoreConstraint(PasswordScore passwordScore,
PasswordScoreService passwordScoreService) |
Modifier and Type | Method and Description |
---|---|
static PasswordScore |
PasswordScore.fromRanking(long ranking) |
PasswordScore |
PasswordScoreService.getPasswordScore(PasswordCredential passwordCredential,
Collection<String> userInfo)
Analyse a non-encrypted password and determine the score of it according to some method (e.g.
|
static PasswordScore |
PasswordScore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordScore[] |
PasswordScore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordScore.isAtLeast(PasswordScore minimumScore)
Uses an internal ranking to compare the scores and determine if it is 'just as strong'.
|
Modifier and Type | Method and Description |
---|---|
PasswordScore |
NoOpPasswordScoreServiceImpl.getPasswordScore(PasswordCredential passwordCredential,
Collection<String> userInfo) |
Copyright © 2020 Atlassian. All rights reserved.