Plumtree Portal UI  
 

ISSOIntegration.GetSecureHeaders Method 

Returns an array of header prefixes which should not be forwarded in requests to portlets. For example, if "PT_" is in the array, no headers beginning with "PT_" will be included in HTTP requests to portlets. This list is case-sensitive. This method will only be called once, and the result cached.

string[] GetSecureHeaders();

Return Value

a String[] array of header names

See Also

ISSOIntegration Interface | com.plumtree.portaluiinfrastructure.sso Namespace