|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Credential | |
|---|---|
| com.atlassian.user | |
| com.atlassian.user.security.password | |
| Uses of Credential in com.atlassian.user |
|---|
| Methods in com.atlassian.user with parameters of type Credential | |
|---|---|
User |
UserManager.createUser(User userTemplate,
Credential credential)
Creates a new user with the provided user details and encrypted password. |
| Uses of Credential in com.atlassian.user.security.password |
|---|
| Fields in com.atlassian.user.security.password declared as Credential | |
|---|---|
static Credential |
Credential.NONE
The null or empty credential, which is encrypted and has an invalid hash so it can never be authenticated against. |
| Methods in com.atlassian.user.security.password that return Credential | |
|---|---|
static Credential |
Credential.encrypted(java.lang.String hash)
|
static Credential |
Credential.unencrypted(java.lang.String password)
|
| Methods in com.atlassian.user.security.password with parameters of type Credential | |
|---|---|
java.lang.String |
PasswordEncryptor.getEncryptedValue(Credential credential)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||