Hitachi

uCosminexus Application Server Security Management Guide


The handle method

Organization of this page

Description

Obtains the results of SSL authentication performed by a Web server and assigns to the obtained information a reference to the WebCertificateCallback object (Callback implementation class).

Syntax

public void handle(Callback[] callbacks)
   throws IOException, UnsupportedCallbackException;

Parameter

callbacks:

If this parameter specifies a reference to the WebSSOCallback object, session information is set and returned. If it specifies a class other than this one, the handle method of CallbackHandler specified in the constructor is called.

Exceptions

java.io.IOException:

HttpServletRequest does not contain the results of Web server-based authentication.

javax.security.auth.callback.UnsupportedCallbackException:

An unsupported callbacks reference is specified.

Return value

Set a value for callbacks so that this value can be returned. This method does not return a value.