AquaLogic Interaction Development Kit (IDK) 6.0.0

IPortletRequest.GetBasicAuthPassword Method 

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

string GetBasicAuthPassword();

Return Value

The basic authentication password.

Exceptions

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

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace