@FunctionalInterface public interface UpdateFunction
Modifier and Type | Method and Description |
---|---|
ByteSequence |
computeNewValue(ByteSequence oldValue)
Computes the new value for a record based on the record's existing content.
|
ByteSequence computeNewValue(ByteSequence oldValue)
oldValue
- The record's existing content, or null
if the record does not exist at the moment and is about
to be created.null
if the record should be removed), or the old
value if no update is required.Copyright 2010-2022 ForgeRock AS.