Uses of Interface
net.sourceforge.jaulp.auth.interfaces.User

Packages that use User
net.sourceforge.jaulp.auth In this package are classes and interfaces for simple authentication and authorization. 
net.sourceforge.jaulp.auth.interfaces Provides the interfaces for simple authentication and authorization. 
 

Uses of User in net.sourceforge.jaulp.auth
 

Classes in net.sourceforge.jaulp.auth that implement User
 class SimpleUser
          The Class SimpleUser.
 

Methods in net.sourceforge.jaulp.auth that return User
 User UserSession.getUser()
          Returns the field user.
 

Methods in net.sourceforge.jaulp.auth with parameters of type User
 void UserSession.setUser(User user)
          Sets the field user.
 

Constructors in net.sourceforge.jaulp.auth with parameters of type User
UserSession(User user)
          Default constructor.
 

Uses of User in net.sourceforge.jaulp.auth.interfaces
 

Methods in net.sourceforge.jaulp.auth.interfaces that return User
 User Session.getUser()
          Returns the field user.
 

Methods in net.sourceforge.jaulp.auth.interfaces with parameters of type User
 void Session.setUser(User user)
          Sets the field user.
 



Copyright © 2010. All Rights Reserved.