Package com.strongdm.api
Class IdentityAliasHistory
java.lang.Object
com.strongdm.api.IdentityAliasHistory
IdentityAliasHistory records the state of a IdentityAlias at a given point in time,
where every change (create, update and delete) to a IdentityAlias produces an
IdentityAliasHistory record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Activity that produced this change to the IdentityAlias.If this IdentityAlias was deleted, the time it was deleted.The complete IdentityAlias state at this time.The time at which the IdentityAlias state was recorded.void
setActivityId
(String in) The unique identifier of the Activity that produced this change to the IdentityAlias.void
setDeletedAt
(Date in) If this IdentityAlias was deleted, the time it was deleted.void
The complete IdentityAlias state at this time.void
setTimestamp
(Date in) The time at which the IdentityAlias state was recorded.
-
Constructor Details
-
IdentityAliasHistory
public IdentityAliasHistory()
-
-
Method Details
-
getActivityId
The unique identifier of the Activity that produced this change to the IdentityAlias. May be empty for some system-initiated updates. -
setActivityId
The unique identifier of the Activity that produced this change to the IdentityAlias. May be empty for some system-initiated updates. -
getDeletedAt
If this IdentityAlias was deleted, the time it was deleted. -
setDeletedAt
If this IdentityAlias was deleted, the time it was deleted. -
getIdentityAlias
The complete IdentityAlias state at this time. -
setIdentityAlias
The complete IdentityAlias state at this time. -
getTimestamp
The time at which the IdentityAlias state was recorded. -
setTimestamp
The time at which the IdentityAlias state was recorded.
-