Uses of Class
com.atlassian.crowd.plugin.rest.entity.PasswordEntity
Packages that use PasswordEntity
Package
Description
-
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return PasswordEntityModifier and TypeMethodDescriptionUserEntity.getEncryptedPassword()ApplicationEntity.getPassword()UserEntity.getPassword()Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntityModifier and TypeMethodDescriptionvoidUserEntity.setEncryptedPassword(PasswordEntity encryptedPassword) voidApplicationEntity.setPassword(PasswordEntity password) voidUserEntity.setPassword(PasswordEntity password) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntityModifierConstructorDescriptionApplicationEntity(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
Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type PasswordEntityModifier and TypeMethodDescriptionAuthenticationController.authenticateUser(String username, PasswordEntity password, URI baseUri) Authenticates the user with the givenusernameandpassword. -
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement with parameters of type PasswordEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAuthenticationResource.authenticateUser(String username, PasswordEntity password) javax.ws.rs.core.ResponseUsersResource.updateUserPassword(String userName, PasswordEntity password) -
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example declared as PasswordEntityModifier and TypeFieldDescriptionstatic final PasswordEntityCommonResourceExamples.UPDATE_PASSWORD_ENTITY -
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type PasswordEntityModifier and TypeMethodDescriptionstatic PasswordCredentialApplicationEntityTranslator.toPasswordCredential(PasswordEntity passwordEntity) Translates from aPasswordEntityto aPasswordCredential.