Another Newbie Question: Rampart passwordCallbackClass

2008-07-14 Thread Roxanne Yee
Is the passwordCallbackClass provided in the Rampart samples for the server or the client? If it is for both, the what would be the difference? I've read http://wso2.org/node/240/print/ and am still confused. <>- To

Newbie Question: Rampart passwordCallbackClass

2008-07-14 Thread Roxanne Yee
Does anyone know what the class does in detail? For instance, what happens if you return? With regards to a User Name Token, is it just given a "username" and returns/sets the "password"? What part authenticates the username and password pair? Any help would be great! I'm new to Java so even

Re: passwordCallbackClass>

2007-08-14 Thread Pavan Madiraju
Thanks for the response Dimuthu, Can anyone point me to documentation on passwordCallbackClass and when it is invoked ? Is that invoked by the service on receiving the request from client or while generating the response. Thanks, Pavan On 8/14/07, Dimuthu Leelaratne <[EMAIL PROTECTED]>

Re: passwordCallbackClass>

2007-08-13 Thread Dimuthu Leelaratne
> > .policy.sample02.PWCBHandler > > > > Can I complete remove :passwordCallbackClass> in the client and server ? > > Any ideas ? > > Thanks in Advance, > Pavan > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

passwordCallbackClass>

2007-08-13 Thread Pavan Madiraju
Is there any way that we can configure the client and service policy without coding the PWCBHandler so that I can keep all the security information in the policy. org.apache.rampart.samples > > .policy.sample02.PWCBHandler > Can I complete remove :passwordCallbackClass> in the clien

UsernameToken and passwordCallbackClass

2006-10-17 Thread Marcel Casado
Hi, Is there a way to pass parameters like database configuration to "passwordCallbackClass" on the services.xml to retrieve the password from a database ? Thanks, -Marcel - To unsubscribe, e-mail: [EMAIL PROT