Package com.cassinidivision.oce.users

A business framework for administering system users, roles and permissions.

See:
          Description

Class Summary
U_Actor Abstract class for representing actors or "agents" who interact with a system.
U_DataFeed An actor subclass intended for automated datafeed agents.
U_Lock Provides database-independent locking mechanisms for single primary-keyed enterprise objects.
U_Permission Stores information for a given type of permission.
U_Role Encapsulates role behaviour (what permissions and rights a given group of actors have over a set of operations on the system).
U_User Encapsulates the notion of human (or manual) system users, what roles/permissions/behaviour they exert over the system, and related matters.
 

Package com.cassinidivision.oce.users Description

A business framework for administering system users, roles and permissions.

Database-independent locking functionality is also included.