SpringSecurity « Security « Spring Q&A





1. SpringSecurity : always redirect logged in users to a page    stackoverflow.com

Spring security has a nice feature, it remembers the url of request resource and redirect users to that resource after authentication is successful. But I want users always redirected to some ...

2. Authenticate users with SpringSecurity using a WebService that requires a username and password    stackoverflow.com

Currently I am writing a web application using Spring Security. We have a web service which authenticates users by username and password. Web service:
String[] login(String username, String password); How do I configure ...

3. Grails with SpringSecurity, local users and LDAP    stackoverflow.com

I use the SpringSecurity-framework for authentication, and it works as long as there is a user with the same name in my local DB. However, I want an admin-account that is only ...

4. Grails with SpringSecurity, check if the current user can access controller / action    stackoverflow.com

I'm currently developing a menu for my application that should be able to display only the controllers that the current user can access (requestmap defined in the database). How can I check ...

5. Disable SpringSecurity's SavedRequest storing logic    stackoverflow.com

We are using Spring Security for managing authentication. The issue we are seeing is that when a user's session is timed out between bringing up a GET form and hitting ...

6. Shiro vs. SpringSecurity    stackoverflow.com

I have currently evaluating Java based security frameworks, I am a Spring 3.0 user so it seemed that SpringSecurity would be the right Choice, but Spring security seems to suffer from ...

7. Minimum SpringSecurity configuration needed to retrieve user    stackoverflow.com

I have an existing Spring MVC application which does not currently use SpringSecurity. I wrote an AuditInterceptor for Hibernate audit logs, which needs a way to get the currently logged in ...

8. grails and springsecurity config problem    stackoverflow.com

Greetings! I'm trying to implement SringSecurity in my project and use Static URL rules. I have a FamilyController and would like to restrict access to all it's actions, but no matter what I ...

9. How to dynamically generate urls used by grails.plugins.springsecurity?    stackoverflow.com

This is not one of the simple questions.. So let me explain it in detail... The background: In my grails application I have this mapping:

class UrlMappings {
    static mappings = ...





10. SpringSecurity password validation (special chars in passwords)    stackoverflow.com

I've cracked my head recently trying to find the way to ALLOW special characters for passwords in spring-security-core grails plugin. Anyone could gimme the hint where to look at? Clarification: when I install ...

11. SpringSecurity Autowire Workaround    stackoverflow.com

It's apparently well documented that @Autowired won't work inside a UserDetailsService Is this true? If not, how can I autowire inside my UserDetailsService? If it is true, are there any work arounds? How ...

12. Securing XFire WebServicec with SpringSecurity    forum.springsource.org

Hi! My webApp running Spring and hibernate. It have standart SpringSecurity authorization for Users. There are WebServices running on XFire inside my webApp. They are not secured at all. It is ...

13. unable to resolve class grails.plugins.springsecurity.Secured    forum.springsource.org

unable to resolve class grails.plugins.springsecurity.Secured Hi, I'm trying to import the Secured class to annotate my controller with specific security levels for different actions. When I add the following import at ...

14. SpringSecurity    forum.springsource.org

I have done a Login form by using Spring Security.In that i got a problem while providing security to my application. Q:How to Redirect my Target jsp to the Controller? Is ...

15. SpringSecurity-config.xml doesnt find http tag    forum.springsource.org

SpringSecurity-config.xml doesnt find http tag SpringSecurity-config.xml doesnt find http tag Code: Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 23 in XML document ...

16. SpringSecurity.JSP.Mask for Roles    forum.springsource.org

SpringSecurity.JSP.Mask for Roles Hello. I have web application with autorization and authentification by SpringSecurity. Have SpringSecurity mechanism that can provide access to function without transferring all roles in tag ""? ...





17. SpringSecurity NTLM : using curl commands    forum.springsource.org

Nov 16th, 2011, 09:05 AM #1 rc123 View Profile View Forum Posts Private Message Junior Member Join Date Jul 2011 Posts 17 SpringSecurity NTLM : using curl commands Hi, We are ...

18. Migrating exceptionMappings to SpringSecurity 2.0    forum.springsource.org

Don't forget that you can also use a BeanPostProcessor to tweak properties that the namespace doesn't support. This is probably acceptable for situations like this which are pretty straightforward. e.g. Code: ...

19. Acegi/SpringSecurity Role Handling    forum.springsource.org

Acegi/SpringSecurity Role Handling Hello everybody, i used Acegi Security 1.0.5 and now i'm playing arround with Spring Security 2.0.2. I have one question. When i used Acegi i had a custom ...

20. SpringSecurity 2.02 ,How to do url resource write in database    forum.springsource.org

SpringSecurity 2.02 ,How to do url resource write in database ...

21. Error with SpringSecurity global-method-security    forum.springsource.org

Hello, The following problem occurs when using both Spring IDE 2.0.6 with Eclipse 3.3.3 and WTP 2.0.2 When I add the following piece of configuration for SpringSecurity in my XML file: ...

22. Testing EhCache with SpringSecurity    forum.springsource.org

Aug 7th, 2008, 09:43 AM #1 rajib_deysarkar View Profile View Forum Posts Private Message Junior Member Join Date Aug 2008 Posts 13 Testing EhCache with SpringSecurity Hi All, For my project ...

23. DWR 3.0+Springsecurity problem    forum.springsource.org

Hi! I am use DWR + Spring + Hibernate. So all works is fine untill i upgrade DWR to 3.0 . After that when i try to save object i have ...

24. [SpringSecurity] NTLM Authentification (SSO)    forum.springsource.org

[SpringSecurity] NTLM Authentification (SSO) Hi, I would like my flex application automatically authentifies the user using SSO (under Windows/IE). On the Flex size, I can authenticate with a login+password on a ...

25. Can not login with SpringSecurity    forum.springsource.org

Jun 24th, 2009, 03:33 PM #1 shahin View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 5 Can not login with SpringSecurity I am developing a ...

26. How to access to accessDecisionManager in SpringSecurity?    forum.springsource.org

Hi! How to access to accessDecisionManager that defined in the http element of SpringSecurity 2.0? I want to upgrade my application from Acegi 1.0.4 and to use MethodSecurityInterceptor I do know ...

27. requested resource (/SpringSecurity/jsp/j_spring_security_check) is not available    forum.springsource.org

requested resource (/SpringSecurity/jsp/j_spring_security_check) is not available Hi, I am totally new to spring security and to this forum as well( this is my first thread). When i am trying to visit ...

28. SpringSecurity 3.0 ,How to do url resource write in database    forum.springsource.org

SpringSecurity 3.0 ,How to do url resource write in database Hi, I am just started exploring the spring security3.0 and i have gone through the few documents. I have a requirement ...

29. provide UserData for SpringSecurity with legacy authentication    forum.springsource.org

provide UserData for SpringSecurity with legacy authentication Hi, I want to use UserData (Id, password) and Roles, which I get from an legacy-authentication-mechanism, in order to put an Spring-security-Authenticationimplementation into the ...

30. SpringSecurity in the context of Authentication, Authorization & Accounting (AAA)    forum.springsource.org

Has someone ever tried to evaluate the security aspects a RESTfull service in the context AAA protocol? I've been using SpringSecurity in my applications but I am defiantly not a security ...

31. SpringSecurity with ServletFilter    forum.springsource.org

SpringSecurity with ServletFilter Hi all i am using Spring security for my springmvc webapplication. So far i am using a custom LdapAuthenticator, code below Code: ...

32. SpringSecurity-Flex    forum.springsource.org

Jun 15th, 2010, 04:59 PM #1 satelier.martin View Profile View Forum Posts Private Message Junior Member Join Date Jun 2010 Posts 2 SpringSecurity-Flex Hello everyone, I tell them I'm doing a ...

33. Initialization of bean failed where use springsecurity with spring3.0.3    forum.springsource.org

Jun 23rd, 2010, 01:59 AM #1 allanz View Profile View Forum Posts Private Message Junior Member Join Date Jun 2010 Posts 3 Initialization of bean failed where use springsecurity with spring3.0.3 ...

34. SpringSecurity 3.x - Custom ConcurrentSessionControl problem    forum.springsource.org

Jul 23rd, 2010, 05:39 PM #1 staleks View Profile View Forum Posts Private Message Member Join Date Feb 2007 Posts 43 SpringSecurity 3.x - Custom ConcurrentSessionControl problem Hi all, I am ...

35. SpringSecurity + JSF - Login after secured page    forum.springsource.org

Oct 26th, 2010, 07:41 PM #1 haf_blade View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 3 SpringSecurity + JSF - Login after secured page Hi ...

36. problem with springsecurity :ava.lang.IllegalStateException: No WebApplicationContext    forum.springsource.org

problem with springsecurity :ava.lang.IllegalStateException: No WebApplicationContext Hi ! I'm working with jsf and springsecurity2.0.5.release(i've added spring2.5 framework to my librairies),working with netbeans 6.5 i've got this error on output of glassfishV3 ...

37. Java SecurityManager with SpringSecurity    forum.springsource.org

Dec 6th, 2010, 02:46 PM #1 denizzznet View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 2 Java SecurityManager with SpringSecurity Hi! I try join Java ...

38. I want to know how I can get the sourcecode of the springsecurity's example!    forum.springsource.org

You can get the source as described in the introduction and it's easy to build the project using Maven. There is more information on the project web site at http://www.springsource.org/security/ if ...

39. SpringSecurity configuration    forum.springsource.org

SpringSecurity configuration I'm trying to include Spring Security in my application based on Airline. I get the following error on startup. Code: Caused by: java.lang.ClassNotFoundException: org.springframework.security.annotation.SecuredMethodDefinitionSource at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1645) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491) at ...