[jcifs] NTLM Auth with EJBs, Web Service

Ramrakhiani, Vikas Vikas-Ramrakhiani at deshaw.com
Wed May 21 22:37:10 EST 2003


Yes, I am using SOAP as transport medium (Jboss integrated with Apache
Axis).
I saw declarations for service endpoints in deployment descriptors but no
servlets. So do I apply filter mappings there?

thanks for your help,
vikas.

-----Original Message-----
From: eglass1 at attbi.com [mailto:eglass1 at attbi.com]
Sent: Wednesday, May 21, 2003 6:01 PM
To: Ramrakhiani, Vikas
Cc: 'jcifs at lists.samba.org'
Subject: Re: [jcifs] NTLM Auth with EJBs, Web Service



> Hi,
> 
> I have to implement NTLM based auth. on EJB - Web Service architecture. I
> saw the example for using jcif with servlets. Is it possible to implement
> same thing using EJBs ?
> 

Depends on how you're using them.  By "EJB - Web Service" architecture, do
you
mean using SOAP as a transport mechanism (i.e., via JAX-RPC)?  The 
NtlmHttpFilter can be used to provide authentication services for any
HTTP-based protocol; in this case, you would just map the filter to the
endpoint servlet.

Eric

> thanks for your help,
> vikas.



More information about the jcifs mailing list