org.apache.cocoon.portal.tools.userManagement
Class ContextGrabber
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextGrabber
public ContextGrabber()
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.