org.apache.cocoon.portal.tools.userManagement
Class ContextGrabber

java.lang.Object
  extended byorg.apache.cocoon.portal.tools.userManagement.ContextGrabber

public class ContextGrabber
extends Object

Grabbing the context of an user, which is set in the file sunrise-user.xml and is stored in the class AuthenticationContext.

Version:
$Id: ContextGrabber.java 321120 2005-10-14 13:57:11Z cziegeler $

Constructor Summary
ContextGrabber()
           
 
Method Summary
 UserBean grab(PortalService service)
          Grabbing the context of the current user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextGrabber

public ContextGrabber()
Method Detail

grab

public UserBean grab(PortalService service)
Grabbing the context of the current user

Returns:
Object of context information


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.