public class DefaultUserKeyChangeManager extends UserKeyChangeManager
Constructor and Description |
---|
DefaultUserKeyChangeManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.event.api.EventPublisher eventPublisher,
UserKeyStore userKeyStore) |
Modifier and Type | Method and Description |
---|---|
void |
changeProperty(UserPropertyChangeParameter userPropertyChangeParameter)
Changes user property in app_user table.
|
protected Class<? extends AnonymizationHandlerModuleDescriptor<UserKeyChangeHandler,UserPropertyChangeParameter>> |
getModuleDescriptorClass() |
executeHandler, executeHandlers, getAffectedEntities, getAffectedEntitiesFromHandler
public DefaultUserKeyChangeManager(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher, UserKeyStore userKeyStore)
public void changeProperty(@Nonnull UserPropertyChangeParameter userPropertyChangeParameter)
UserPropertyChangeManager
changeProperty
in class UserPropertyChangeManager<UserKeyChangeHandler,UserPropertyChangeParameter>
userPropertyChangeParameter
- Contains old/new user property value.protected Class<? extends AnonymizationHandlerModuleDescriptor<UserKeyChangeHandler,UserPropertyChangeParameter>> getModuleDescriptorClass()
getModuleDescriptorClass
in class UserPropertyChangeManager<UserKeyChangeHandler,UserPropertyChangeParameter>
Copyright © 2002-2019 Atlassian. All Rights Reserved.