Plumtree EDK (Enterprise Web Development Kit) 5.4.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 No Basic Auth username is present in the web request.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace