Package com.sun.identity.plugin.session
Interface SessionListener
-
@SupportedAll public interface SessionListener
Interface used for session invalidation notification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sessionInvalidated(Object session)
This method is implemented by toolkit, and called by toolkit users.
-
-
-
Method Detail
-
sessionInvalidated
void sessionInvalidated(Object session)
This method is implemented by toolkit, and called by toolkit users.- Parameters:
session
- The session being invalidated.
-
-