Package com.jfw.authentication

Manage user authentication, authorization and profiling.

See:
          Description

Interface Summary
UserProfile The project class that contain the user profile data must implement this interface.
 

Class Summary
Authentication Used in the authentication phase.
AuthenticationCookie Manage authentication cookie.
Authorization Used in the authorization phase.
GroupServiceDB Check if a service can be executed by a user-group.
LoginForm Contains the login parameters.
ServicesCache Caching the services data.
ServicesDB Get service info form table SERVICE.
UserAddDB Add a user in table USERS.
UserData Contains user data info.
UserDataDB Get the login data of a user from table USERS.
UserDataUpdateDB Update the login data of a user in table USERS.
UserGroupAddDB Add a user-group in table USER_GROUP.
UserGroupServiceAddDB Add the services of a user-group in table USER_SERVICE.
UserServiceDB Check if a service can be executed by a user.
 

Package com.jfw.authentication Description

Manage user authentication, authorization and profiling.