Lotus Expeditor Toolkit, Version 6.2
Operating systems: Linux on x86, Windows


Transport level security (HTTPS)

The Portlet specification requires that Portlets which must be accessed through HTTPS specify a security-constraint in the portlet.xml.

The following is an example of a security-constraint indicating that the Portlet TestPortlet be allowed access only through HTTPS.
<security-constraint>
	<display-name>Secure Portlets</display-name>
	<portlet-collection>
		<portlet-name>TestPortlet</portlet-name>
	</portlet-collection>
	<user-data-constraint>
		<transport-guarantee>CONFIDENTIAL</transport-guarantee>
	</user-data-constraint>
</security-constraint> 


Library | Support | Home | Education | Terms of use |

Last updated: October 21, 2008
© Copyright IBM Corporation 2006, 2008. All Rights Reserved.
This information center is built on Eclipse™ (http://www.eclipse.org)