Interface | Description |
---|---|
AnonymizationHandler<T> |
Performs operations related to anonymization process, e.g.
|
AnonymizeUserService |
Entry point for user anonymization.
|
OwnershipTransferHandler |
Transfers ownership of entities before a user is disabled, to make sure the system keeps working properly.
|
TaskContextAware |
Entity containing
Context that can be used for reporting progress. |
UserAnonymizationHandler |
Deletes or anonymizes user's personal data and data only accessible by the single user.
|
UserKeyChangeHandler |
Performs operations related to a change of a user key, e.g.
|
UserNameChangeHandler |
Performs operations related to a change of a user name, e.g.
|
Class | Description |
---|---|
AffectedEntity |
Represents an entity affected by a user property change or anonymization to be shown in the UI.
|
AffectedEntity.Builder | |
AffectedEntityLink |
A link allowing to view the data relating to a particular
AffectedEntity . |
AffectedEntityMatcher | |
AnonymizationHandlerModuleDescriptor<T extends AnonymizationHandler<P>,P> | |
AnonymizationResult |
Wrapper for returning a result of user anonymization - either a validation error or the final report.
|
AnonymizeUserService.AnonymizePerformResult | |
AnonymizeUserService.AnonymizeProcessData |
Contains data about anonymization process.
|
AnonymizeUserService.AnonymizeProcessData.Builder | |
AnonymizeUserService.AnonymizeUserRequest | |
AnonymizeUserService.AnonymizeUserRequest.Builder | |
AnonymizeUserService.AnonymizeValidationResult | |
AnonymizeUserService.OperationsReport<T> | |
AnonymizeUserService.SingleOperationReport<T> | |
AnonymizeUserTaskContext |
Context for user anonymization operations.
|
ContextUtil | |
DefaultAnonymizeUserService | |
OwnershipTransferParameter |
Contains user keys of the user currently owning an entity, and of the user that the ownership is to be transferred to.
|
Retry<T> |
Captures exceptions thrown in a given closure and allows retrying.
|
ServiceOutcomeWithWarnings<T> |
Result with warnings from handlers.
|
ServiceResultWithWarnings |
Result with warnings from handlers.
|
UserAnonymizationManager | |
UserAnonymizationParameter |
Contains identifiers of the user to be anonymized.
|
UserAnonymizationService | |
UserPropertyChangeManager<T extends AnonymizationHandler<P>,P extends TaskContextAware> |
Contains common logic used across user property change managers.
|
UserPropertyChangeParameter |
Contains original and target values of the user property being changed.
|
UserPropertyChangeService<H extends AnonymizationHandler<P>,P extends TaskContextAware> |
Contains common logic used across user property change services.
|
UserPropertyChangeService.UserPropertyChangeRequest<P> |
Represents request to change user property.
|
UserPropertyChangeService.UserPropertyChangeValidationResult<P> |
User property change validation result.
|
Enum | Description |
---|---|
AffectedEntityType | |
AnonymizeUserService.AnonymizeOperation | |
AnonymizeUserService.UserState |
Copyright © 2002-2021 Atlassian. All Rights Reserved.