Package net.jot.db.authentication

Class Summary
JOTAuthPermission Object representing a user permission in DB Used to assign a permission "String" (ie: "CAN_EDIT") to a Profile.
JOTAuthProfile 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 Object representation of a User in DB and providing a basic authentication system.