Package org.entityfs.entityattrs

This package contains classes and interfaces that EntityAttributes may use.

See:
          Description

Interface Summary
CreationTimeConfigurable This interface is implemented by classes that can be configured with a creation time.
UidGidConfigurable This interface is implemented by classes that can be configured with a user id (UID) and a group id (GID).
UidGidSubject This interface defines a Subject that has a user id (UID), a primary group id (GID) and zero or more secondary group id:s.
 

Class Summary
AbstractAccessControllerUidGidSubject This abstract class can be used as the starting point for an implementation of an UidGidSubject that uses an AccessController.
SimpleAccessControllerUidGidSubject This is a simple, immutable UidGidSubject implementation that uses an AccessController and a fixed list of credentials.
UidGid Simple, immutable object that contains a user id (UID) and a group id (GID).
 

Package org.entityfs.entityattrs Description

This package contains classes and interfaces that EntityAttributes may use.

Since:
1.0
Author:
Karl Gustafsson