Uses of Class
edu.internet2.middleware.grouper.exception.GrouperSessionException

Packages that use GrouperSessionException
edu.internet2.middleware.grouper The I2MI Grouper project is an open source toolkit for managing groups. 
edu.internet2.middleware.grouper.misc This package contains generic grouper classes which do not belong elsewhere 
 

Uses of GrouperSessionException in edu.internet2.middleware.grouper
 

Methods in edu.internet2.middleware.grouper that throw GrouperSessionException
static java.lang.Object GrouperSession.callbackGrouperSession(GrouperSession grouperSession, GrouperSessionHandler grouperSessionHandler)
          call this to send a callback for the grouper session object. cant use inverse of control for this since it runs it.
static java.lang.Object GrouperSession.internal_callbackRootGrouperSession(GrouperSessionHandler grouperSessionHandler)
          call this to send a callback for the root grouper session object.
 

Uses of GrouperSessionException in edu.internet2.middleware.grouper.misc
 

Methods in edu.internet2.middleware.grouper.misc that throw GrouperSessionException
 java.lang.Object GrouperSessionHandler.callback(GrouperSession grouperSession)
          This method will be called with the grouper session object to do what you wish.