Package org.entityfs.cap.entityattrs.impl

Entity attributes capabilities common classes.

See:
          Description

Interface Summary
ECEntityAttributesImplementation<T extends EntityAttributes> This interface is implemented by all ECEntityAttributes implementations.
EntityAttributesPreparer<T extends EntityAttributes> This interface defines an object that is used by the entity attributes-enabling entity delegate to prepare an EntityAttributes object of a newly created entity.
 

Class Summary
CreationTimeSetter<T extends CreationTimeAttributes> This EntityAttributesPreparer sets the creation time property on the attributes.
UidGidEntityOwnershipSetter<T extends UidGidAttributes> This implementation of EntityAttributesPreparer tries to use the calling thread's AccessController's current Subject (which must be a UidGidSubject) to set the owner of the new entity.
 

Package org.entityfs.cap.entityattrs.impl Description

Entity attributes capabilities common classes.

Since:
1.0
Author:
Karl Gustafsson