uCosminexus Application Server, Security Management Guide

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

The WebSSOHandler constructor

Description

Creates an instance of the WebSSOHandler class. The request and response parameters are mandatory. If null is specified, a ParameterError exception occurs.

Syntax

public WebSSOHandler(HttpServletRequest request,
                         HttpServletResponse response,
                         CallbackHandler ch)
  throws ParameterError;

Parameters

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

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

ch:
Specifies the reference to CallbackHandler for each system. If this parameter is not necessary, specify null.

Exceptions

com.cosminexus.admin.common.ParameterError:
A reference to either HttpServletRequest or HttpServletResponse is not specified.