Skip to main content
Filter by
Sorted by
Tagged with
7 votes
2 answers
4k views

I'm using Spring Security to secure a webapp. The URLs are secured like this: <security:http entry-point-ref="authenticationEntryPoint"> <security:intercept-url pattern="/" access="...
Hilton Campbell's user avatar
21 votes
3 answers
26k views

I'm having trouble discovering exactly what I need to implement in order to use a custom authentication method with my web application using Spring Security. I have a Grails application with the ...
Rob Hruska's user avatar
  • 121k
187 votes
13 answers
196k views

My company has been evaluating Spring MVC to determine if we should use it in one of our next projects. So far I love what I've seen, and right now I'm taking a look at the Spring Security module to ...
matt b's user avatar
  • 140k
4 votes
1 answer
11k views

i give users special URL with access key in it. users accessing the public page via this special url should be able to see some additional data as compared to simple anonymous user. i want to give ...
miceuz's user avatar
  • 3,387
306 votes
18 answers
187k views

I have a Spring MVC web app which uses Spring Security. I want to know the username of the currently logged in user. I'm using the code snippet given below . Is this the accepted way? I don't ...
Scott Bale's user avatar
  • 10.9k
16 votes
4 answers
24k views

What is appropriate way to integrate SpringSecurity with Capcha ? I have following use case : When user will tries to login, if we he failed to login N times, captcha will be displayed, so ...
Pavel Rodionov's user avatar
42 votes
5 answers
47k views

I'm new to Spring Security. How do I add an event listener which will be called as a user logs in successfully? Also I need to get some kind of unique session ID in this listener which should be ...
axk's user avatar
  • 5,464
5 votes
1 answer
1k views

I want to change the authentication process that is used by the Acegi - Plugin. It should be a completely customized process. Custom login form + custom auth method. Obviously there is only little ...
user23068's user avatar

1
580 581 582 583
584