| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.entity |
| 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,
Date createdDate,
Date updatedDate) |
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,
Date createdDate,
Date updatedDate,
boolean isPasswordEncrypted) |
Copyright © 2023 Atlassian. All rights reserved.