Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.view.ui
Interface UserManager  view UserManager download UserManager.java

All Known Implementing Classes:
SingleUserManager

public interface UserManager

An abstract interface for retrieving the current user, applicable to a single-user client or a multi-user servlet environment, say. Each user has a key (typically a String) that allows them unique access to resources, such as their own scrapbook.


Method Summary
 User getUser(java.lang.Object id)
          get the current user's attribute store
 

Method Detail

getUser

public User getUser(java.lang.Object id)
get the current user's attribute store