Uses of Class
com.sptci.auth.User

Packages that use User
com.sptci.echo2 Package of reusable Echo2 application components. 
com.sptci.echo2.http Package of javax.servlet related classes for use in Echo2 applications. 
 

Uses of User in com.sptci.echo2
 

Fields in com.sptci.echo2 declared as User
protected  User Application.user
          The value object that represents the user currently logged on to the application.
 

Methods in com.sptci.echo2 that return User
 User Application.getUser()
          Returns Application.user.
 

Methods in com.sptci.echo2 with parameters of type User
 void Application.setUser(User user)
          Set Application.user.
 

Uses of User in com.sptci.echo2.http
 

Fields in com.sptci.echo2.http with type parameters of type User
protected  ThreadLocal<User> Servlet.user
          A ThreadLocal field used to store the User object that represents the currently logged in user.