public class UserAnonymizeBackdoor extends Object
This class should only be called by the UserAnonymizeControl
.
Modifier and Type | Class and Description |
---|---|
static class |
UserAnonymizeBackdoor.AnonymizePerformResult |
static class |
UserAnonymizeBackdoor.AnonymizePerformResultValidationError |
Constructor and Description |
---|
UserAnonymizeBackdoor(AnonymizeUserService anonymizeUserService,
JiraAuthenticationContext authenticationContext,
UserManager userManager,
OfBizDelegator ofBizDelegator) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
anonymize(String userKey,
boolean rerunPluginPoints,
String oldUserKey,
String oldUserName,
String newOwnerKey) |
javax.ws.rs.core.Response |
getExternalId(String username) |
static <T> Map<String,Collection<String>> |
operationReportToMap(AnonymizeUserService.OperationsReport<T> report) |
public UserAnonymizeBackdoor(AnonymizeUserService anonymizeUserService, JiraAuthenticationContext authenticationContext, UserManager userManager, OfBizDelegator ofBizDelegator)
public javax.ws.rs.core.Response anonymize(String userKey, boolean rerunPluginPoints, String oldUserKey, String oldUserName, String newOwnerKey)
public javax.ws.rs.core.Response getExternalId(String username)
public static <T> Map<String,Collection<String>> operationReportToMap(AnonymizeUserService.OperationsReport<T> report)
Copyright © 2002-2024 Atlassian. All Rights Reserved.