be.personify.iam.model.vault.ConflictCorrection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of personify-model Show documentation
Show all versions of personify-model Show documentation
a possible model for personify
package be.personify.iam.model.vault;
public enum ConflictCorrection {
REPORT_TO_CONFLICT_RESOLVER,
DELETE_FIRST_ENTITLEMENT,
DELETE_SECOND_ENTITLEMENT,
DELETE_BOTH_ENTITLEMENTS,
DEACTIVATE_IDENTITY
}