swing + spring auth...

  • paper
Posted: Fri, 08/27/2010 - 08:19

How to set the security auth parameter from swing + java client for

hessian-service invocation?

You may put auth info using

  • opiskun
  • 04/02/10
  • Thu, 09/02/2010 - 01:16

You may put auth info using HTTP basic security mechanism.
Please check samples like seam-flex-security-custom.
You may use ExpressionService to set login/password into server side component and invoke login method.