There are a few in ws-security systests specifically for use with ws policy.
I also have some here: https://github.com/pellcorp/cxf/tree/master/JavaFirst Sent from my Galaxy S2 On Feb 18, 2013 1:10 PM, "lv" <[email protected]> wrote: > > Thank you! > Do you have example about web service security - username token which is > done by java first? > > > Date: Sun, 17 Feb 2013 14:55:42 -0500 > > From: [email protected] > > To: [email protected] > > Subject: Re: Simple questions about username token example > > > > You can dynamically set the username and password for the client to use > > following these examples: > > > http://stackoverflow.com/questions/5906154/apache-cxf-credentials-not-being-sent-from-wss4joutinterceptor > > > > This blog article may provide a more helpful UT example: > > http://www.jroller.com/gmazza/entry/cxf_usernametoken_profile > > > > Glen > > > > On 02/17/2013 05:04 AM, lv wrote: > > > I have created a web services from java first . I need to add web > services security - username token. > > > I find UsernameTokenRequest.xml in > \apache-cxf-2.7.0-src\systests\ws-security\src\test\resources\org\apache\cxf\systest\ws\security\test-data > > > This xml file contains: > > > <wss:UsernameToken> > > > <wss:Username>alice</wss:Username> > > > <wss:Password Type=" > http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest > ">FPqPsaAp7hWASdknPsbfZxIoDVI=</wss:Password> > > > <wss:Nonce EncodingType=" > http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary > ">OJBNzEGDmTiD/lbeA+UDeg==</wss:Nonce> > > > <wsu:Created xmlns:wsu=" > http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd > ">2009-12-10T21:12:59.100Z</wsu:Created> > > > </wss:UsernameToken> > > > > > > Does it mean only alice with correct password can login? > > > > > > If there are thousands of users need to provide username and password, > how to write the xml file? > > > > > > Thanks. > > > > > >
