Hi guys,

Is there a way to make authentication in Tapestry using store procedure.
I have several stored procedures in Postgres, like
  login(session_id, username, password, locale)
  logout(session_id)
  get_roles(session_id)

I was trying to use Spring Security, but did not find a way to use
stored procedures with it.

Could you put me on a proper way?

Thanks.

P.S. Please don't ask me to throw away stored procedures, I can not do it.

-- 
С уважением, Гладилин Андрей.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to