Enabling authentication in EMSCA 8.0.

Enabling authentication in EMSCA 8.0.

book

Article ID: KB0089923

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Description:
=============

Jetty-all.jar bundled in EMSCA 8.0 has Jetty version 8.1.4. Refer to http://wiki.eclipse.org/Jetty on "Java Authentication and Authorization Service (JAAS)" and "Securing Passwords in Files or Code".

Compared with the procedure for EMS 7.0 mentioned in KB 37186, there are the following changes:

1). org.mortbay.jetty.security.Password is changed to org.eclipse.jetty.util.security.Password
2). org.mortbay.jetty.plus.jaas.spi.PropertyFileLoginModule is changed to org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule

Issue/Introduction

Enabling authentication in EMSCA 8.0.