Uses of Class
com.atlassian.confluence.api.model.people.PasswordChangeDetails
Packages that use PasswordChangeDetails
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of PasswordChangeDetails in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people with parameters of type PasswordChangeDetailsModifier and TypeMethodDescriptionvoid
PersonServiceImpl.changeMyPassword
(PasswordChangeDetails passwordChangeDetails) void
ReadOnlyPersonService.changeMyPassword
(PasswordChangeDetails passwordChangeDetails) -
Uses of PasswordChangeDetails in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people that return PasswordChangeDetails -
Uses of PasswordChangeDetails in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people with parameters of type PasswordChangeDetailsModifier and TypeMethodDescriptionvoid
PersonService.changeMyPassword
(PasswordChangeDetails passwordChangeDetails) Change the password of the current user.PersonService.Validator.validateChangeMyPassword
(PasswordChangeDetails passwordChangeDetails) Validate that the input supplied for changing current user's password is valid. -
Uses of PasswordChangeDetails in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type PasswordChangeDetailsModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UserResource.changePassword
(PasswordChangeDetails passwordChangeDetails) -
Uses of PasswordChangeDetails in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type PasswordChangeDetailsModifier and TypeMethodDescriptionRemotePersonService.changeMyPassword
(PasswordChangeDetails passwordChangeDetails) Change the password of the current user.RemotePersonServiceImpl.changeMyPassword
(PasswordChangeDetails passwordChangeDetails)