Package org.web_auth.bizobj.impl

This package contains implementations of domain objects of this project.

See:
          Description

Class Summary
User An abstract class that represents a user who is required to use username/password authentication for login.
UserSession An abstract class to model any type of user sessions.
 

Package org.web_auth.bizobj.impl Description

This package contains implementations 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.