BBjspWebRequest::getAuthType (Deprecated)

The BBJSP system is deprecated. For new development, use BBxServlet.

Description

In BBj 16.0 and higher, this method returns the authentication type in this BBjspWebRequest.

Syntax

Return Value

Method

String

getAuthType()

Parameters

None.

Return Value

a String containing the authentication type.

Remarks

None.

Example

This example demonstrates how this works in a BBJSP web-page

<html>
    <body>
        <h1>Hello from BBJSP</h1>
        Auth-type:<%= #getRequest().getAuthType() %>
    </body>
</html>

See Also