Package org.web_auth.bizobj

This package contains interfaces of domain objects of this project.

See:
          Description

Interface Summary
IUser An interface that represents a user who is required to use username/password authentication for login.
IUserSession An interface to model any type of user sessions.
 

Package org.web_auth.bizobj Description

This package contains interfaces of domain objects of this project. Currently, there are two key objects, User and UserSession. These two objects encapsulate the business logics of WebAuth.

Since:
WebAuth 1.0


Copyright © 2003 Zhengrong Tang. All Rights Reserved.