Interface TimestampedUser

All Superinterfaces:
Comparable<User>, DirectoryEntity, Principal, TimestampedEntity, User, User
All Known Implementing Classes:
ImmutableTimestampedUser, ImmutableTimestampedUserWithAttributes, InternalUser, InternalUserWithAttributes, UserEntity

public interface TimestampedUser extends User, TimestampedEntity
Extends the user interface with "updated date" and "created date". This is used for working with Internal Users, but is not supported for LDAP.

The "updated date" is used during our DB backed cache refresh to check if the cached user is newer than the incoming LDAP user.