public class IdRepoServiceHelper extends AbstractUpgradeHelper
attributes
Constructor and Description |
---|
IdRepoServiceHelper() |
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
upgradeAttribute(AttributeSchemaImpl oldAttr,
AttributeSchemaImpl newAttr)
Implement this method to perform modifications to an existing attribute based on custom logic.
|
addNewAttribute, encryptValues, getAttributes, updateChoiceValues, updateDefaultValues, updateExampleValues, updateNode, updateOptional, upgradeAttribute
public AttributeSchemaImpl upgradeAttribute(AttributeSchemaImpl oldAttr, AttributeSchemaImpl newAttr) throws UpgradeException
AbstractUpgradeHelper
AbstractUpgradeHelper.attributes
.upgradeAttribute
in interface UpgradeHelper
upgradeAttribute
in class AbstractUpgradeHelper
oldAttr
- The attribute schema definition currently specified.newAttr
- The attribute schema definition we are planning to upgrade to.null
, otherwise either the amended attribute or the newAttr can be
returned directly.UpgradeException
- If there was an error while performing the attribute upgrade.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.