public class EntryHistorical extends Object
It is assumed that the common case is not to have conflict and therefore is optimized (in order of importance) for:
Modifier and Type | Field and Description |
---|---|
static String |
HISTORICAL_ATTRIBUTE_NAME
Name of the attribute used to store historical information.
|
Constructor and Description |
---|
EntryHistorical() |
Modifier and Type | Method and Description |
---|---|
static String |
getEntryUUID(Entry entry)
Get the entry unique Id in String form.
|
static String |
getEntryUUID(PreOperationAddOperation op)
Get the Entry Unique Id from an add operation.
|
static boolean |
isHistoricalAttribute(Attribute attr)
Check if a given attribute is an attribute used to store historical
information.
|
String |
toString() |
public static final String HISTORICAL_ATTRIBUTE_NAME
public EntryHistorical()
public static String getEntryUUID(Entry entry)
entry
- The entry for which the unique id should be returned.public static String getEntryUUID(PreOperationAddOperation op)
op
- The operationpublic static boolean isHistoricalAttribute(Attribute attr)
attr
- The attribute that needs to be checked.Copyright 2010-2017 ForgeRock AS.