edu.internet2.middleware.grouper.misc
Interface GrouperSessionHandler


public interface GrouperSessionHandler

Implement this (usually in an anonymous inner class) to get a reference to the grouper session object

Version:
$Id: GrouperSessionHandler.java,v 1.1 2008-07-21 04:43:58 mchyzer Exp $
Author:
mchyzer

Method Summary
 java.lang.Object callback(GrouperSession grouperSession)
          This method will be called with the grouper session object to do what you wish.
 

Method Detail

callback

java.lang.Object callback(GrouperSession grouperSession)
                          throws GrouperSessionException
This method will be called with the grouper session object to do what you wish.

Parameters:
grouperSession - is the grouper session, note, this grouperSession will be the same as passed in
Returns:
the return value to be passed to return value of callback method
Throws:
GrouperSessionException