Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletRequest.GetBasicAuthUsername Method 

Returns the username from the HTTP Authorization header in the web request.

string GetBasicAuthUsername();

Return Value

The basic authentication username.

Exceptions

Exception Type Condition
NotInRequestException If no Basic Auth username is present in the web request.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace