Modifier and Type | Method and Description |
---|---|
PasswordEntity |
UserEntity.getEncryptedPassword() |
PasswordEntity |
ApplicationEntity.getPassword() |
PasswordEntity |
UserEntity.getPassword() |
Modifier and Type | Method and Description |
---|---|
void |
UserEntity.setEncryptedPassword(PasswordEntity encryptedPassword) |
void |
ApplicationEntity.setPassword(PasswordEntity password) |
void |
UserEntity.setPassword(PasswordEntity password) |
Constructor and Description |
---|
ApplicationEntity(Long id,
String name,
String type,
String description,
Boolean active,
PasswordEntity password,
Boolean lowercaseOutput,
Boolean aliasingEnabled,
com.atlassian.plugins.rest.common.Link link) |
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) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
AuthenticationController.authenticateUser(String username,
PasswordEntity password,
URI baseUri)
Authenticates the user with the given
username and password . |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationResource.authenticateUser(String username,
PasswordEntity password)
Authenticates a user.
|
javax.ws.rs.core.Response |
UsersResource.updateUserPassword(String userName,
PasswordEntity password)
Updates a user password.
|
Modifier and Type | Method and Description |
---|---|
static PasswordCredential |
ApplicationEntityTranslator.toPasswordCredential(PasswordEntity passwordEntity)
Translates from a
PasswordEntity to a PasswordCredential . |
Copyright © 2021 Atlassian. All rights reserved.