Uses of Class
com.atlassian.crowd.plugin.rest.entity.PasswordEntity
Package
Description
-
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionUserEntity.getEncryptedPassword()
ApplicationEntity.getPassword()
UserEntity.getPassword()
Modifier and TypeMethodDescriptionvoid
UserEntity.setEncryptedPassword
(PasswordEntity encryptedPassword) void
ApplicationEntity.setPassword
(PasswordEntity password) void
UserEntity.setPassword
(PasswordEntity password) ModifierConstructorDescriptionApplicationEntity
(Long id, String name, String type, String description, Boolean active, PasswordEntity password, Boolean lowercaseOutput, Boolean aliasingEnabled, com.atlassian.plugins.rest.api.model.Link link) UserEntity
(String name, String firstName, String lastName, String displayName, String emailAddress, PasswordEntity password, Boolean active, com.atlassian.plugins.rest.api.model.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.api.model.Link link, String key, Long directoryId, String directoryName, Date createdDate, Date updatedDate, boolean isPasswordEncrypted) -
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionAuthenticationController.authenticateUser
(String username, PasswordEntity password, URI baseUri) Authenticates the user with the givenusername
andpassword
. -
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AuthenticationResource.authenticateUser
(String username, PasswordEntity password) javax.ws.rs.core.Response
UsersResource.updateUserPassword
(String userName, PasswordEntity password) -
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final PasswordEntity
CommonResourceExamples.UPDATE_PASSWORD_ENTITY
-
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic PasswordCredential
ApplicationEntityTranslator.toPasswordCredential
(PasswordEntity passwordEntity) Translates from aPasswordEntity
to aPasswordCredential
.