public class UserAnonymizationRequestBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static UserAnonymizationRequestBean |
DOC_EXAMPLE
Example representation for use in auto-generated docs.
|
String |
newOwnerKey
User key of the new owner for entities that need to have ownership transferred.
|
String |
oldUserKey
Used when retrying interrupted user key change process (
rerunPluginPoints is set to true ) when
user key has already been changed in app_user table but not all UserKeyChangeHandler s were executed. |
String |
oldUserName
Used when retrying interrupted user name change process (
rerunPluginPoints is set to true ) when
user name has already been changed in app_user and cwd_users tables but not all UserNameChangeHandler s were executed. |
boolean |
rerunPluginPoints
True if this invocation is a re-run of a previously run, failed anonymization operation.
|
String |
userKey
User key of the user to be anonymized.
|
Constructor and Description |
---|
UserAnonymizationRequestBean() |
UserAnonymizationRequestBean(String userKey,
String newOwnerKey,
boolean rerunPluginPoints,
String oldUserKey,
String oldUserName) |
public static final UserAnonymizationRequestBean DOC_EXAMPLE
public String userKey
public String newOwnerKey
public boolean rerunPluginPoints
public String oldUserKey
rerunPluginPoints
is set to true
) when
user key has already been changed in app_user table but not all UserKeyChangeHandler
s were executed.public String oldUserName
rerunPluginPoints
is set to true
) when
user name has already been changed in app_user and cwd_users tables but not all UserNameChangeHandler
s were executed.Copyright © 2002-2019 Atlassian. All Rights Reserved.