| Package | Description |
|---|---|
| com.atlassian.confluence.functest.rest.admin.crowd.entity |
Copied from the deleted crowd-rest-common package
|
| Modifier and Type | Method and Description |
|---|---|
PasswordEntity |
UserEntity.getEncryptedPassword() |
PasswordEntity |
UserEntity.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserEntity.setEncryptedPassword(PasswordEntity encryptedPassword) |
void |
UserEntity.setPassword(PasswordEntity password) |
| Constructor and Description |
|---|
UserEntity(String name,
String firstName,
String lastName,
String displayName,
String emailAddress,
PasswordEntity password,
Boolean active,
com.atlassian.plugins.rest.common.Link link,
String key,
Long directoryId,
String directoryName) |
UserEntity(String name,
String firstName,
String lastName,
String displayName,
String emailAddress,
PasswordEntity password,
Boolean active,
com.atlassian.plugins.rest.common.Link link,
String key,
Long directoryId,
String directoryName,
boolean isPasswordEncrypted) |
Copyright © 2003–2016 Atlassian. All rights reserved.