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

java.lang.Object
  extended by org.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:
CVS $Id: ContextGrabber.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
ContextGrabber()
           
 
Method Summary
 UserBean grab(AuthenticationContext context)
          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(AuthenticationContext context)
Grabbing the context of the current user

Parameters:
context - the instantiated class AuthenticationContext
Returns:
Object of context information


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.