Interface TimestampedGroup

All Superinterfaces:
Comparable<Group>, DirectoryEntity, Group, TimestampedEntity
All Known Subinterfaces:
InternalDirectoryGroup
All Known Implementing Classes:
ImmutableDirectoryGroup, ImmutableDirectoryGroupWithAttributes, InternalGroup

public interface TimestampedGroup extends Group, TimestampedEntity
Extends the Group interface with "updated date" and "created date". This is used for working with Internal Groups, but is not supported for LDAP.

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