uCosminexus Application Server, Security Management Guide

[Contents][Index][Back][Next]

15.23 The WebLogoutHandler class

Description
An implementation of the JAAS CallbackHandler class that obtains the user ID of a user who logs out.
The package name of the WebLogoutHandler class is com.cosminexus.admin.auth.callback.

Syntax
class WebLogoutHandler
{
  public WebLogoutHandler(HttpSession session , String userID) throws ParameterError;
  public void handle(Callback[] callbacks)
  throws java.io.IOException, UnsupportedCallbackException;
}

Constructor and methods
Constructor/method name Functionality
WebLogoutHandler constructor Creates an instance of the WebLogoutHandler class.
handle method Obtains a user ID.
Organization of this section
The WebLogoutHandler constructor
The handle method