Uses of Class
com.atlassian.crowd.plugin.rest.entity.PasswordEntity
Packages that use PasswordEntity
-
Uses of PasswordEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return PasswordEntityMethods in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntityModifier and TypeMethodDescriptionvoidUserEntity.setEncryptedPassword(PasswordEntity encryptedPassword) voidUserEntity.setPassword(PasswordEntity password) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type PasswordEntityModifierConstructorDescriptionUserEntity(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)