| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api |
| Modifier and Type | Field and Description |
|---|---|
static PasswordCredential |
PasswordCredential.NONE |
| Modifier and Type | Method and Description |
|---|---|
static PasswordCredential |
PasswordCredential.encrypted(String encryptedCredential) |
PasswordCredential |
ValidatePasswordRequest.getPassword() |
static PasswordCredential |
PasswordCredential.unencrypted(String unencryptedCredential) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
PasswordCredential(PasswordCredential passwordCredential) |
ValidatePasswordRequest(PasswordCredential password,
User user)
Creates a new ValidateRequest.
|
Copyright © 2019 Atlassian. All rights reserved.