com.vmware.vise.security
Interface ClientSessionEndListener
public interface ClientSessionEndListener
The interface for client session listeners.
Implementations of this interface are notified when a client session ends
and presents an opportunity to the listener to clean up all session specific
resources.
sessionEnded
void sessionEnded(String clientId)
- Called when the client session ends. It can be when the user logs out, or when
the session expires on its own because of inactivity or after the browser has
been closed for a while (this can take about 30 minutes).
- Parameters:
clientId
- Id used to uniquely identify a client session. This is the
clientId available from UserSession
, which itself can be accessed
from UserSessionService.getUserSession()
.- See Also:
UserSession
,
UserSessionService
Copyright @ 2012 VMware, Inc. All rights reserved.