Uses of Class
edu.internet2.middleware.grouper.exception.GrouperSessionException
Packages that use GrouperSessionException
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
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 GrouperSessionExceptionModifier and TypeMethodDescriptionstatic ObjectGrouperSession.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 ObjectGrouperSession.internal_callbackRootGrouperSession(boolean runAsRoot, GrouperSessionHandler grouperSessionHandler) call this to send a callback for the root grouper session object.static ObjectGrouperSession.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 GrouperSessionExceptionModifier and TypeMethodDescriptionGrouperSessionHandler.callback(GrouperSession grouperSession) This method will be called with the grouper session object to do what you wish.