uCosminexus Application Server, Security Management Guide

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

The WebLogoutHandler constructor

Description

Creates an instance of the WebLogoutHandler class.

The session and userID parameters are mandatory. If null is specified, a ParameterError exception occurs.

Syntax

public WebLogoutHandler(HttpSession session, String userID);

Parameters

session:
Specifies the JSP/Servlet activation parameter with no changes.

userID:
Specifies the user ID of the user who logs out.

Exception

com.cosminexus.admin.common.ParameterError:
A reference to either HttpSession or String is not specified.