1. Spring's AuthenticationProcessingFilter override stackoverflow.comI'm trying to override AuthenticationProcessingFilter in Spring security. I have done following config in xml:
|
2. How to call a @Resource from AuthenticationProcessingFilter stackoverflow.comI have extended the
|
3. Problem with AuthenticationProcessingFilter forum.springsource.orgHey all, I'm pretty new to Acegi, and I was more or less following the tutorial in the Javalobby article here: http://www.javalobby.org/articles/ac...rity/part1.jsp However, the problem I'm running into is that after ... |
4. AuthenticationProcessingFilter & JSF forum.springsource.orgAuthenticationProcessingFilter & JSF Hi, I am trying to make my own implementation of the AuthenticationProcessingFilter in order to make it work with JSF. I have found a problem with doing that ... |
5. extending AuthenticationProcessingFilter forum.springsource.orgHi Ben&Luke, we have some special requirements regarding the username in our webapplication. It should be assembled from two input fields. I saw that you have a method obtainPassword(request) to extract ... |
6. applicationContext in AuthenticationProcessingFilter forum.springsource.orgHi How can I get the ApplicationContext in AuthenticationProcessingFilter? Acegi uses IoC container lifecycle services by default so that means it doesn't call the init() and destroy() methods. As a result ... |
7. DWR and AuthenticationProcessingFilter forum.springsource.orgDWR and AuthenticationProcessingFilter Hi, I'm developing a project that includes both DWR and Acegi Security for Spring. The problem I'm having is that I configured an AuthenticationProcessingFilter, so when the session ... |
8. AuthenticationProcessingFilter mapping forum.springsource.orgIt seems to me that the |
9. Incorporate Changes in AuthenticationProcessingFilter and DaoAuthenticationProvider forum.springsource.orgIncorporate Changes in AuthenticationProcessingFilter and DaoAuthenticationProvider Hi ALL , The where clause of my UsersByUserNameQuery will have many parameters hence i see the need to make modification in the AuthenticationProcessingFilter.attemptAuthenticati on(HttpServletRequest) ... |
10. Filter AuthenticationProcessingFilter does nothing with j_acegi_security_check (?) forum.springsource.orgJan 19th, 2006, 08:46 AM #1 Johan2005 View Profile View Forum Posts Private Message Junior Member Join Date Jan 2006 Posts 5 Filter AuthenticationProcessingFilter does nothing with j_acegi_security_check (?) Hi, I ... |
11. Spring MVC and AuthenticationProcessingFilter forum.springsource.orgJan 26th, 2006, 01:57 PM #1 lnader View Profile View Forum Posts Private Message Member Join Date Apr 2005 Posts 49 Spring MVC and AuthenticationProcessingFilter I am using SpringMVC and I ... |
12. Relative URLs in AuthenticationProcessingFilter forum.springsource.orgHi all, In my previous Spring web apps, I used the URL to determine which customer database to go to. Thus, https://www.mydomain.com/appName/customer1/login.action would authenticate and then work against customer1's database, while ... |
13. Changed implementation of AuthenticationProcessingFilter forum.springsource.orgChanged implementation of AuthenticationProcessingFilter Hi all, After updating from acegi 1.0.0 RC2 to 1.0.0 final we recognized a change of the implementation of AuthenticationProcessingFilter. What happend: We wanted to have a ... |
14. Problem using "AuthenticationProcessingFilter" forum.springsource.orgProblem using "AuthenticationProcessingFilter" Hi, I am developing application using Spring, Struts, Acegi(1.0 final), JSP. Currently, I am failing to use "AuthenticationProcessingFilter" properly to authenticate my login page data. I think I ... |
15. Using authenticationProcessingFilter gives me two redirections to login.htm forum.springsource.orgNov 6th, 2006, 04:06 PM #1 sim085 View Profile View Forum Posts Private Message Senior Member Join Date Jan 2006 Posts 101 Using authenticationProcessingFilter gives me two redirections to login.htm Hi, ... |
16. authenticationProcessingFilter forum.springsource.orgMar 12th, 2007, 08:24 AM #1 badi007 View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 11 authenticationProcessingFilter Hi members, my problem lies in the action ... |
17. stop AuthenticationProcessingFilter from sending redirect on success? forum.springsource.orgstop AuthenticationProcessingFilter from sending redirect on success? I need control over where the user is directed to upon successful authentication. Perhaps, the user needs to fill out a form, or do ... |
18. Forward instead of Redirect in AuthenticationProcessingFilter forum.springsource.orgForward instead of Redirect in AuthenticationProcessingFilter I love the serverSideRedirect property of the AuthenticationProcessingFilterEntryPoint. For those of you not familiar with it , it does a server side include of the ... |
19. Forward from a Controller to the AuthenticationProcessingFilter url? forum.springsource.orgForward from a Controller to the AuthenticationProcessingFilter url? My issue - My customers are using a Windows application and will click on a button to call my web app. They need ... |
20. AuthenticationProcessingFilter forum.springsource.orgAny smart guy can shed some light on how to wire a Custom AuthenticationProcessingFilter in the applicationContext-security-ns.xml for spring-security-2.0.0-RC1? I coded a Custom AuthenticationProcessingFilter, it is wired and tested ok for ... |
21. Default authenticationProcessingFilter via form-login and exceptionMappings forum.springsource.orgI am looking at spring security RC1 and how I set the exceptionMappings within the authenticationProcessingFilter. I can not see a way to do this via the form-login configuration. Is this ... |
22. Combined usage of AuthenticationProcessingFilter and RequestHeaderPreAuthenticatedPro forum.springsource.orgLuke, We deploy our application in an environment where our users might come Pre authenticated by Siteminder or they might just hit our server with "no man in the middle", therefore ... |
23. AuthenticationProcessingFilter forum.springsource.orgAuthenticationProcessingFilter I have a problem in AuthenticationProcessingFilter. I define a "authenticationProcessingFilter", the defaultTargetUrl of my filter is a servlet "DefaultTargetUrlModifier". But it doesn't work. When I loged in from the "login.html" ... |
24. customized AuthenticationProcessingFilter + Remember Me doesn't work. forum.springsource.orgAfter spending some time reading spring security 2's source code, I figure out how to make a customized AuthenticationProcessingFilter works with Remember-Me. First, Spring Security 2 doesn't automatically inject the RememberMeServices ... |
25. Problem in configuring AuthenticationProcessingFilter forum.springsource.orgProblem in configuring AuthenticationProcessingFilter Hi, I'm trying to configure spring 2.0 security into my web application developed using JSF RI. I have done the security configuration as per the steps mentioned ... |
26. modifiying configuration of AuthenticationProcessingFilter forum.springsource.orgmodifiying configuration of AuthenticationProcessingFilter Hi, I am using Spring-Security 2.0.2, and want to modify the configuration of the AuthenticationProcessingFilter (to set serverSideRedirect=true), but I can't figure out how to do it ... |
27. extending AuthenticationProcessingFilter forum.springsource.orgextending AuthenticationProcessingFilter In my login page user has to enter 3 fields to login to the app I am thinking of extending AutheticationProcessingFilter , extend the UserNamePasswordToken which has 3 values ... |
28. trying to create a custome AuthenticationProcessingFilter with no luck... forum.springsource.orgAug 21st, 2008, 10:18 PM #1 mickknutson View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Jun 2005 Location Philly Posts 199 trying to create a custome ... |
29. Extending AuthenticationProcessingFilter forum.springsource.orgExtending AuthenticationProcessingFilter Hi, I'm having trouble using the new namespace configuration when I try and apply my own AuthenticationProcessingFilter, I'm extending the original filter but I get an exception stating that ... |
30. question about AuthenticationProcessingFilter for ACEGI forum.springsource.orgquestion about AuthenticationProcessingFilter for ACEGI Hi, when a user access an URL of a site, if ACEGI is activated the URL will pass through a filter which name is AuthenticationProcessingFilter. This ... |
31. [Q] Configuring the AuthenticationProcessingFilter forum.springsource.org[Q] Configuring the AuthenticationProcessingFilter I am new to Acegi and am starting to get the grasp, but I am having trouble with configuring the AuthenticationProcessingFilter. We are using a thrid-party product, ... |
32. How to config AuthenticationProcessingFilter in spring security 2.0.4? forum.springsource.orgHow to config AuthenticationProcessingFilter in spring security 2.0.4? The following is my spring security configuration: Code: |
33. Duplicate functionality in AuthenticationProcessingFilter, FilterSecurityInterceptor? forum.springsource.orgDuplicate functionality in AuthenticationProcessingFilter, FilterSecurityInterceptor? Disclaimer! I am using Acegi 1.0.8, but the code for the latest Spring Security is more or less the same I am trying to subclass/replace AuthenticationProcessingFilter, ... |
34. Issue with defaultTargetUrl in authenticationProcessingFilter forum.springsource.orgIssue with defaultTargetUrl in authenticationProcessingFilter Has anybody ever experienced issues with direction to the defaultTargetUrl when a link is provided with session data? For example, in the web application I am ... |
35. AuthenticationProcessingFilter not handling exception mappings forum.springsource.orgAuthenticationProcessingFilter not handling exception mappings Hi I am throwing an exception from my custom AuthenticationProcessingFilter as follows and try to redirect to some other URL, every time it giving exeception statck ... |
36. Can I have two AuthenticationProcessingFilter in one application forum.springsource.org |
37. AuthenticationProcessingFilter and requestDispatcher throwing conneciton close erro forum.springsource.orgAuthenticationProcessingFilter and requestDispatcher throwing conneciton close erro Hi All, I facing an issue implementing custom authenticationprocessingfiltering. Requesting help Requirement : Customize a spring security application to bring under single sign-on. The ... |
38. Problems using custom AuthenticationProcessingFilter forum.springsource.orgProblems using custom AuthenticationProcessingFilter Hi, I am having a little problem using a custom spring security AuthenticationProcessingFilter in my application. Basically i have a login form that contains a link to ... |
39. AuthenticationProcessingFilter's exceptionMappings won't handle exception forum.springsource.orgJul 16th, 2010, 12:06 PM #1 SteveT0004 View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Posts 12 AuthenticationProcessingFilter's exceptionMappings won't handle exception Requirement: I'm trying to ... |
40. Customising attemptAuthentication() of AuthenticationProcessingFilter? forum.springsource.orgCustomising attemptAuthentication() of AuthenticationProcessingFilter? Hey, I'm trying to customize AuthenticationProcessingFilter and I just have a few questions about it. Could someone please tell me about what setDetails() is used for and ... |
41. AuthenticationProcessingFilter forum.springsource.orgAug 4th, 2010, 11:29 AM #1 tscheng View Profile View Forum Posts Private Message Junior Member Join Date Aug 2010 Posts 4 AuthenticationProcessingFilter I am trying to integrate my app with ... |