Title: RE: Basic Authentication and Axis
In addition to this, you also have to add SimpleAuthenticationHandler and SimpleAuthenticationHander to the request flow of you service ... or possible the global chain. If you put them in the global chain then you'll need to specify usernam
context, as follows:
MessageContext msgContext = MessageContext.getCurrentContext();
String username = msgContext.getUsername();
-Original Message-
From: Andrea Fabris [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 5:58 AM
To: [EMAIL PROTECTED]
Subject: Basic Authentication
Hello to everybody.
I checked this question on the archive bu i didn't find anything so i
post...
I want to use basic authentication to access an axis service, i'd like also
to match the user/pwd on a database (like jdbcrealm). Also i want to have
the username that logged in readable by the serv