0

ZKoss with springsecurity using database

asked 2013-05-30 13:09:15 +0800

kalimanu gravatar image kalimanu
0

Hello, Could someone help me with a problem of login i have been facing. My problem is i must use a database that can stock informations such as username and password. The password is encrypt in md5 using springsecurity and ZK MVVM.

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2013-05-31 03:16:48 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2013-06-03 03:54:42 +0800

Please refer to this smalltalk. and download the sample here

in this section in the spring configuration you can define your own DB based user-service or configure one of spring's default implementations like jdbc-user-service

<authentication-provider user-service-ref="myUserDetailsService">
  <password-encoder hash="md5" />
</authentication-provider>

If there is a more specific problem let me know.

link publish delete flag offensive edit

answered 2013-05-31 07:33:55 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Lot of examples in my blog. Check here and here

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-05-30 13:09:15 +0800

Seen: 23 times

Last updated: Jun 03 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More