Uses of Class
com.atlassian.confluence.api.model.people.PasswordChangeDetails
-
Packages that use PasswordChangeDetails Package Description com.atlassian.confluence.api.impl.service.people com.atlassian.confluence.api.service.people com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client 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 PasswordChangeDetails Modifier and Type Method Description voidPersonServiceImpl. changeMyPassword(PasswordChangeDetails passwordChangeDetails) -
Uses of PasswordChangeDetails in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people with parameters of type PasswordChangeDetails Modifier and Type Method Description voidPersonService. changeMyPassword(PasswordChangeDetails passwordChangeDetails)Change the password of the current user.ValidationResultPersonService.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 PasswordChangeDetails Modifier and Type Method Description javax.ws.rs.core.ResponseUserResource. changePassword(PasswordChangeDetails passwordChangeDetails)Change the password for the current user -
Uses of PasswordChangeDetails in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type PasswordChangeDetails Modifier and Type Method Description CompletionStage<Void>RemotePersonService. changeMyPassword(PasswordChangeDetails passwordChangeDetails)Change the password of the current user.CompletionStage<Void>RemotePersonServiceImpl. changeMyPassword(PasswordChangeDetails passwordChangeDetails)
-