Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Setting Deployment Options : Specifying HTTP Servlet Authentication Information

Specifying HTTP Servlet Authentication Information
Some products, such as TIBCO BusinessWorks Workflow, allow users to specify HTTP servlet authentication information in an HTTP servlet authentication pane that is part of the Advanced tab for a service or process.
The HTTP Servlet Authentication pane allows you to choose an authentication type. The options you can select depend on the type you choose.
HTTP Session—Allows you to specify an idle timeout for that session.
If you deploy a web application that is accessed by a web browser, the value defined in the HTTP Session field for the first web application is used. If multiple web applications are deployed, each subsequent web application will use the timeout value that was set for the first deployed web application. The timeout value set for each subsequent web application will be ignored.
Cookie—Allows you to specify the following information:
Idle Timeout—Determines when the session is terminated if idle.
Domain—Domain to use for the cookie if the domain cannot be determined from the request.
Path—URL path to apply this cookie for.
Cookie expire—Length of time to keep the cookie valid. Values range from 15 seconds to never.
Signature Password—Password used to protect the logged in identity from being changed in a client’s cookie file.
Web Server—Allows you to specify the following information:
Idle Timeout—Determines when the session is terminated if idle.
Require New Session for Verify—Allows users to specify that a new browser session is required for login.
External—Allows you to specify the following options:
Idle Timeout—Determines when the session is terminated if idle.
Authentication Handler Class Name—Class name in servlet path or in the enterprise archive file.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved