| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api |
| 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'.
|
Copyright © 2015 Atlassian. All Rights Reserved.