Hi,
actually, I'm not using directly a DB, I use orm through hibernate.
I've already found a lot of explication about how to connect a DB to the authentication-provider, but not about how to...
Type: Posts; User: spamoi; Keyword(s):
Hi,
actually, I'm not using directly a DB, I use orm through hibernate.
I've already found a lot of explication about how to connect a DB to the authentication-provider, but not about how to...
Hi,
I'm currently developping a webapp with spring security 3.1 and hibernate jpa-2.0
Before I deal with hibernate in the authentication process, I tried with in-memory configuration like that...
Okay, I will try this, even if the 3.1 seems less "familiar" to deploy. For example, the @Secure annotation disappear (I guess) for something else ? (maybe I didn't get everything about the...
Indeed ! Thanks to you.
and a last query. I just saw this presentation (made by Mike Wiesner)
http://www.infoq.com/presentations/Spring-Security-3
which seems to be more up to date. He says,...
Hi everybody,
I would like to start using the security part of the spring framework, and so I decided to "play" with the spring-seucirty-samples-tutorial provide.
It work actually, but I would...