Okay, found what i was looking for in the following location in case anyone else needs to check it out:
 
 
http://www.nabble.com/Re%3A-WS-Security-and-Rampart-p4352666.html
 
 
 
 

Thanks,

Alan J


--------------------------------------------
Alan R Jones
Boeing S&IS Mission Systems



From: Jones, Alan R
Sent: Thursday, August 03, 2006 11:36 AM
To: [email protected]
Subject: [Axis2] User authentication + Rampart

This is probably pretty trivial but I will throw it out since I can't find the info i'm looking for via mailing lists/web reference...
 
I have a series of web services that send and recieve data between them (dual roles of consumer and provider), each requiring security handling via Outflow/Inflow handlers. My original goal is to take the user and password entered on a web form (JSP or whatever) and somehow pass it to Rampart such that it...
 
1) ...Authenticates the user
2)...Generates a UsernameToken from the OK'd username/password combination
3)...Adds it as a parameter for OutflowSecurity handler
4) Propagate that token to the various services
 
Originally I thought I could use WSS4J to do step 1, temporarily store the results, then use the PWCallback class to do steps 2,3.
 
My question(s) is/are:  what is the simplest way to authenticate the user so that they can begin using my secured web services (via GUI) using axis2/Rampart? Is the above process possible with Rampart?
 
 
Thanks,

Alan J


--------------------------------------------
Alan R Jones
Boeing S&IS Mission Systems

Reply via email to