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 $
  • Method Summary

    Modifier and Type
    Method
    Description
    callback(GrouperSession grouperSession)
    This method will be called with the grouper session object to do what you wish.
  • Method Details

    • callback

      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