API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.db.authentication
Author(s)
Since
Version
Serial
Description
This package contains some base class for basic database-backed athentication system (user->profile->permissions)
See also:   
JOTAuthPermission View Source Object representing a user permission in DB Used to assign a permission "String" (ie: "CAN_EDIT") to a Profile.
JOTAuthProfile View Source Object representing a permission set (a.k.a profile) in DB The dataProfile is basically used to map a user to a set of permissions The dataProfile name should be unique.
JOTAuthUser View Source Object representation of a User in DB and providing a basic authentication system.
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar