[jcifs] NTLM Auth with EJBs, Web Service

eglass1 at attbi.com eglass1 at attbi.com
Wed May 21 22:31:09 EST 2003


> 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