Acegi 2 « Security « Spring Q&A





1. Acegi customisation woes!!    forum.springsource.org

Acegi customisation woes!! Hi, spent most of the weekend trying unsuccesfully to get my app working with Acegi. In the end, I just rolled back all my changes and am starting ...

2. When can we expect Acegi 1.0.0 Final?    forum.springsource.org

I realise that there are still 9 outstanding issues in Jira at this moment, some of which haven't been worked on for more than a month. So just wondering when they ...

3. how to implement the domain instance security based on rbac moldel using acegi?    forum.springsource.org

I study the acegi's default acl implement and want to implement the domain instance rbac model just like that. I want to rewrite the RoleVoter to add the feature to deal ...

4. Acegi reliability    forum.springsource.org

I am new to Acegi and I am having problems with it. From the login.jsp I am passing user name and password to the servlet which performs authentication and if login ...

5. Where to get the sources of acegi-security-1.0.0-RC1    forum.springsource.org

Hi, I need the sources of the 1.0.0-RC1 release as published in the Maven2 repo and used in the spring-richclient project to do some debug stepping in the IDE. On Sourceforge ...

6. Acegi incompatible with DependencyInjectionInterceptorFactoryBean    forum.springsource.org

Apr 13th, 2006, 06:17 AM #1 assaf View Profile View Forum Posts Private Message Visit Homepage Member Join Date Sep 2004 Location Toulouse, France Posts 50 Acegi incompatible with DependencyInjectionInterceptorFactoryBean I've ...

7. Unsecured Acegi application !    forum.springsource.org

Apr 13th, 2006, 09:59 AM #1 sebastien View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Apr 2005 Location Brussels, Belgium Posts 100 Unsecured Acegi application ! ...

8. Acegi and BeanFactory problem    forum.springsource.org

Apr 14th, 2006, 09:57 AM #3 miloslav.vlach View Profile View Forum Posts Private Message Junior Member Join Date Apr 2006 Posts 3 applicationContext.xml PHP Code:

9. Acegi Issues    forum.springsource.org

Acegi Issues I am having some very strange acegi issues. I have apps deployed on jdk 1.4 and Tomcat 5. Now I have a new server and got the apps up ...





10. Acegi and Granted Authorities    forum.springsource.org

Acegi and Granted Authorities Hello All, We are implementing a custom 'AuthenticationProvider' and overriding the 'authenticate' method. Basically we call a service on another machine that looks in a directory and ...

11. Need help with a special Acegi Usecase    forum.springsource.org

Need help with a special Acegi Usecase Hi, I already have Acegi working in my project where all requests are intercepted by it and redirected to the login page if the ...

12. Acegi and Echo2    forum.springsource.org

Can we integrate Acegi and Echo2? I'm trying to find articles/tutorials which explain the Acegi and Echo2 integration. For example, how Acegi authenticates an user when the username and password are ...

13. Choose between LdapTemplate and Acegi LdapTemplate    forum.springsource.org

does anyone compare the LdapTemplate (http://ldaptemplate.sourceforge.net/) and Acegi LdapTemplate. temporarily, I prefer LdapTempate (the first). it allow me to write/change to the ldap and it's document is excellent. any comment on ...

14. Acegi 1.0 final - not compatible with Spring 1.2.8    forum.springsource.org

Acegi 1.0 final - not compatible with Spring 1.2.8 It appears the final 1.0 release has an incompatiblity issue with the current Spring release 1.2.8. I get the following error... org.springframework.beans.factory.BeanDefinitionSt ...

15. NotSerializableException when reloading application after upgrading to Acegi 1.0    forum.springsource.org

NotSerializableException when reloading application after upgrading to Acegi 1.0 FYI... There's a new exception in town after upgrading my app to Acegi 1.0. The following happens when I reload the application: ...

16. j_acegi_security_check not found - missing /    forum.springsource.org

j_acegi_security_check not found - missing / In my application I keep getting the login page return to itself. I traced through the code, and the problem is in AbstractProcessingFilter.requiresAuthentication(). In the ...





17. Acegi Security and Jackrabbit (JSR-170)    forum.springsource.org

Acegi Security and Jackrabbit (JSR-170) Hello, I'm currently taking a look at JackRabbit. My problem is how to secure access to the resources. To my understanding there are several ways to ...

18. Acegi Abstraction Question    forum.springsource.org

Acegi Abstraction Question We have Acegi working quite well so far on our app, and we're pretty happy with it. However, just to keep our options open, and to use good ...

19. Job scheduling and Acegi Security    forum.springsource.org

Job scheduling and Acegi Security Hello, I am trying to implement some job scheduling using Quartz in my application. My job is required to call some methods under my service objects. ...

20. acegi question.    forum.springsource.org

acegi question. dear friends, we implemented a role based securiy system in our project. i want to know that if acegi can solve my problem . my roles is dynamic, system ...

21. how to use acegi in legacy system??    forum.springsource.org

There is a legacy system which was founded 3 years ago. certainly the system did not user spring as it's container. now i want to add security function into the legacy ...

22. resin server it is compatible with Acegi ???    forum.springsource.org

Acegi's "contact sample" doesn't work in Resin I have integrated Acegi+CAS+MySQL i.e. Authentication using CAS and Authorization using MYSQL (Acegi). Everything seems to work fine in Tomcat, but once i move ...

23. Can I do this with Acegi?    forum.springsource.org

Can I do this with Acegi? I'm sort of shopping around for security framework to use for my webapp. Right now I'm using a combination of Spring, Hibernate, Struts, and a ...

24. Acegi 1.0.1    forum.springsource.org

25. How to add my application's user object to the Acegi User class as an attribute    forum.springsource.org

How to add my application's user object to the Acegi User class as an attribute Hi, I am trying without much success to integrate my application's pre-existing user object to the ...

26. acegi with commons-httpclient    forum.springsource.org

acegi with commons-httpclient I have an application that transfers files using a MultiPart post request via commons-httpclient. I want to add acegi security to it. I supose I could simply post ...

27. Sun java sys App server 8.2 and j_acegi_security_check file not found    forum.springsource.org

Hi, I am new to spring applications and I am using Sun java app server 8.2 to run my simple Spring application with Acegi security but I am getting an error ...

28. acegi without spring...    forum.springsource.org

hello, I should implement acegi without spring, therefore not spring.jar in my repertory lib, and not listener spring in my file web.xml. is it a good solution? somebody has examples of ...

29. Design questions for Acegi developers    forum.springsource.org

Design questions for Acegi developers I've been working with Acegi for a few months now and have some design questions for Acegi developers. First, why does AuthenticationProcessingFilter use filterProcessesUrl while the ...

30. acegi experts: can some one help me find these sources please    forum.springsource.org

Hi friends, i went to http://www.acegisecurity.org/ site but i can't find any where in the site following resources that i would like to look. please help me find them or if ...

31. ACEGI in debug mode    forum.springsource.org

Hi, I'm trying to have ACEGI works in debug mode. I've got a log4j.properties files in my web-inf/classes with a debug rootLogger. The problem is that I haven't any single line ...

32. Is Acegi the way to go?    forum.springsource.org

Hey All, I need to throw some login security on my web app. I am new to Spring so I am slowly learning how to use everything. Question is, is Acegi ...

33. Struggling w/ Acegi authentication....    forum.springsource.org

Aug 9th, 2006, 03:15 PM #1 yaku0002 View Profile View Forum Posts Private Message Junior Member Join Date Aug 2006 Posts 6 Struggling w/ Acegi authentication.... Hey guys!!! I'm completely new ...

34. Direction for Acegi Security    forum.springsource.org

Direction for Acegi Security Hello, I have a current application that has been written in struts. Basically, the users enter a username/password into a

35. Acegi on JDK 1.5    forum.springsource.org

Hi, I have a Spring-based application which uses Acegi security framework. Currently, I am using Acegi v0.8.1 on JDK 1.4. I have to migrate the application to JDK 1.5. I want ...

36. Acegi Jar is Unsigned    forum.springsource.org

I downloaded acegi-security-1.0.1.zip from the Minneapolis mirror. When I ran jarsigner -verify -verbose -certs acegi-security-1.0.1.jar, I got the following message: jar is unsigned. (signatures missing or not parsable) I get the ...

37. Acegi Security or Traditional Security    forum.springsource.org

Acegi Security or Traditional Security Hi all, Our company is currently developing a large scale enterprise web application with the spring framework. I am currently evaluating the suitability of using acegi ...

38. Extract only ws-sec portion that works with acegi?    forum.springsource.org

Extract only ws-sec portion that works with acegi? I write applications in an ESB-like framework that uses Spring and Maven1, running in WebLogic 8.1.4. We don't use Axis on the server ...

39. Using Acegi with Jetty6    forum.springsource.org

Hi, I'm trying to use Acegi with Jetty. Our application works fine with both Websphere and Tomcat, however when using Jetty I get this error message: "Embedded error: class org.acegisecurity.util.FilterToBeanProxy is ...

40. How to use acegi with RBAC    forum.springsource.org

41. Very Strange ACEGI problem    forum.springsource.org

Very Strange ACEGI problem Hi All, I am facing a strange problem while implementing ACEGI on my application. I am using Spring Bind tags and JSTL EL on our pages. But ...

42. Acegi bypass Authentication    forum.springsource.org

lets say i have 2 scenario of my application 1. MyWebApp - User login, acegi performs Authentication & Authorisation 2. Authenticated SSO User from other webapp access to MyWebApp, I'm using ...

43. Problem with message source in spring 2.0 and acegi 1.0.2    forum.springsource.org

Problem with message source in spring 2.0 and acegi 1.0.2 Hi, I have been trying to implement custom messages for failed login attempts and have been running into some issues. Regardless ...

44. Having a small problem forwarding to j_acegi_security_check    forum.springsource.org

Having a small problem forwarding to j_acegi_security_check Hello All I'm a rather novice Acegi user, so I apologize if this question has already been covered before.. I have successfully set up ...

45. acegi HTTPSessionEventPublisher?    forum.springsource.org

acegi HTTPSessionEventPublisher? I'm trying to use the acegi HttpSessionEventPublisher with spring-ws. All I do is add it to my web.xml as a filter. In fact in doing that, I have a ...

46. Acegi Question    forum.springsource.org

Acegi Question Hi all, I'm working on a spring application and I need to securize it using Acegi framework : authentication (login+password) and authorization (protected actions=URLs ) The users profiles of ...

47. Using RSA SecureId authentication with Acegi    forum.springsource.org

Hi All, Does anyone have tried or know how to use RSA SecureId authentication in conjugation with Acegi Security. Your help will be appreciated!!! With Regards

48. Security-constraint and acegi    forum.springsource.org

Security-constraint and acegi I enabled security in my web application running in Tomcat 5.5 and now some parts of my application are protected. Here is what I have in my web.xml: ...

49. authentication using acegi security for spring    forum.springsource.org

authentication using acegi security for spring Hi, I am trying to provide an authentication and authorization using acegi security for spring. Basically my application is a jboss server in which we ...

50. authentication using acegi security    forum.springsource.org

authentication using acegi security Hi, I am trying to provide an authentication and authorization using acegi security for spring. Basically my application runs on a jboss server in which we have ...

51. acegi security and file upload problem: blank screen    forum.springsource.org

acegi security and file upload problem: blank screen Hi, I'm using Spring/Struts and Acegi for an application which includes a file upload function. All the pages are protected by Acegi with ...

52. Integrate Acegi with legacy authentication    forum.springsource.org

Integrate Acegi with legacy authentication We have a web app that uses in-memory declarative security already to secure the adminstrative part of the site. I now have a requirement to open ...

53. Acegi Contacts Sample - Source Code for    forum.springsource.org

54. How can I use store procedure in Acegi?    forum.springsource.org

Our DB guy insists us to use Store Procedure instead of accessing db directly, so how should I use org.acegisecurity.userdetails.jdbc.JdbcDaoImpl in the acegi configuration if I choose authenticating users using jdbc? ...

55. Any samples using Acegi    forum.springsource.org

I basically want to use Acegi for Authentication and Authorization from a Rich Client app using Spring Remoting's HttpInvoker, but my Rich Client App is a normal Swing app, NOT a ...

56. A question about Acegi    forum.springsource.org

A question about Acegi Hi, i want to use Acegi for the authentication of my application. I am going to use LdapAuthenticationProvider and my configuration is the below: ...

57. A question about Acegi authentication    forum.springsource.org

Yes, but the UserDetails object don't give me all information about user that i need, like permissions and other things that i have stored in DB. I am using LdapAuthenticator and ...

58. OpenSessionInViewFilter and Acegi    forum.springsource.org

OpenSessionInViewFilter and Acegi Hello to everybody, I have this problem when I put OpenSessionInViewFilter into web.xml. When I put credentials on webapp, stracktrace shows this errors: Code: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ...

59. Acegi without Spring    forum.springsource.org

Hello all! i'm developing a webapp using jsp technology. i need to use acegi to grant a secure login to my webapp. how is possibile to use acegi without spring framework? ...

60. Does ACEGI support product licensing ?    forum.springsource.org

Does anyone know if ACEGI supports product licensing ? Or of any other products that do ? Basically I want to be able to do things like this: When a user ...

61. what's the best way to design Acegi based security service    forum.springsource.org

what's the best way to design Acegi based security service We are developing an application in which we use Flex UI in the front end and Spring DAO, business, service layers ...

62. Acegi Rebranding??    forum.springsource.org

Acegi Rebranding?? The Spring 2.0 article by Rod was quite interesting. I would be interested to know more about the Acegi rebranding however. What exactly is this going to entail? The ...

63. Retrieving webwork action under acegi    forum.springsource.org

Retrieving webwork action under acegi Searching on forum I found two threads about what I searching for. First, I found same question, but it was not answered. 2. How to ...

64. images are not displayed in acegi project    forum.springsource.org

hi, I am using acegi in my project, but its not reading the context path for style sheets and images, so that the images in the jsp file are not displayed. ...

65. Newbie (to acegi) question    forum.springsource.org

Newbie (to acegi) question Hello folks, I am experienced Java programmer but specializing on the back end and database programming. However, now I need to provide a complete end-to-end solution including ...

66. spring+zkoss+acegi    forum.springsource.org

spring+zkoss+acegi Hello i work with appfuse and i integrate zkoss to have a rich client application when only 1 user is connected there are no problem but when an other user ...

67. spring+zkoss+acegi    forum.springsource.org

spring+zkoss+acegi Hello sir i work with appfuse and i integrate zkoss to have a rich client application when only 1 user is connected there are no problem but when an other ...

68. Why Acegi? Please help.    forum.springsource.org

Hi, I am a beginner. I have read a few tutorials regarding Acegi but I am not able to understand what are the benefits of using Acegi Security Framework. Can anyone ...

69. Acegi 1.0.3: Should UsernamePasswordAuthenticationToken accept null parameters?    forum.springsource.org

Acegi 1.0.3: Should UsernamePasswordAuthenticationToken accept null parameters? The reason I ask is because this results in a NullPointerException in "DaoAuthenticationProvider.additionalAuthenticatio nChecks()" on line 60, when I pass a valid username, and ...

70. Acegi Programmatic Authentication    forum.springsource.org

Acegi Programmatic Authentication Hi all (first post), Sorry if this is a rehash of a common issue but i'm not finding any good answers in the archives. I've got a Hibernate/Spring/SpringMVC ...

71. Correction on Acegi Documentation?    forum.springsource.org

72. exactly what i should control with acegi    forum.springsource.org

It really depends on your security requirements. My last project used security at two levels; protecting the URLs and protecting the service layer methods. The acegi-security-sample-tutorial shows you the URL part. ...

73. how to upgrade from acegi-security-1.0.0-RC2 to acegi-security-1.0.3    forum.springsource.org

how to upgrade from acegi-security-1.0.0-RC2 to acegi-security-1.0.3 Hi when i am trying to upgrade from the old acegi1.0 jat to acegi 1.0.3.jar i am getting the below errorr.I hope this problem ...

74. Back to the old guessing game: j_acegi_security_check    forum.springsource.org

Mar 10th, 2007, 02:57 PM #1 kantorn View Profile View Forum Posts Private Message Senior Member Join Date Aug 2004 Location Stockholm Posts 466 Back to the old guessing game: j_acegi_security_check ...

75. Acegi without scriptlets    forum.springsource.org

Hello, I'm rather new with acegi, i'd like to ask is it possible, out-of-the-box, to create the acegi login screen without scriptlets? from the example war (acegi-security-sample-tutorial.war) in the 1.0.3 distribution, ...

76. Using Acegi    forum.springsource.org

Using Acegi Hi All I've been working on re-vamping my final year project using Spring. I'm now looking into security and thought about using Acegi for securing the application. The project ...

77. acegi security+spring    forum.springsource.org

hello everybody, I am going to develop a framework of security for the management of the user access to an application multi-third java EE. I am going to use acegi but ...

78. Sitemesh and acegi    forum.springsource.org

i'm using sitemesh and acegi. for most parts it works well.. but.. for the AccessDeniedHandlerImpl it forwards to a page if the authentiated user does not have permission to that page. ...

79. SecurID and Acegi    forum.springsource.org

I've never really used SecurID. If you weren't to use Acegi what would you need to do to integrate it? Might be able to give you some help if you know ...

80. Newbie: Spring security (acegi)    forum.springsource.org

Newbie: Spring security (acegi) Hi, I have done some reading on the acegi website - uh - looks very complex for a newbie like me What I need: Somewhat like a ...

81. OpenLDAP - Acegi partial success    forum.springsource.org

HTML Code: 2007-03-26 09:01:53,142 DEBUG [org.acegisecurity.ldap.DefaultInitialDirContextFactory] Creating InitialDirContext with environment {java.naming.provider.url=ldap://127.0.0.1:389/dc=mydomain,dc=com, java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory, java.naming.security.principal=cn=Manager,dc=mydomain,dc=com, com.sun.jndi.ldap.connect.pool=true, java.naming.security.authentication=simple, java.naming.security.credentials=******} 2007-03-26 09:01:53,142 DEBUG [org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator] Roles from search: [] 2007-03-26 09:01:53,142 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] Publishing event in ...

82. Removed user from cache, but acegi not retrieving it again    forum.springsource.org

I am trying to get my new instance of a UserDetails object read from the database. I removed the user from the Cache, but acegi is not reinitializing the UserDetails from ...

83. From Java EE security to Acegi    forum.springsource.org

84. Spring 2 with Acegi    forum.springsource.org

Hi Guys, I'm having an odd error my my webapp, which I cannot seem to fix. Basically its a question of spring versions. When I add the spring-1.2.8 jar to my ...

85. Question about using Acegi, Urgent!    forum.springsource.org

Question about using Acegi, Urgent! Hi... I used Acegi one year ago, at that time, it was a simple project with little requirements in authorization and I felt that Acegi did ...

86. Acegi and Threads    forum.springsource.org

Is there an easy way to pass around authentication information (ie. the Authentication object) from one thread to another? That is, when a request is made to invoke a secured method ...

87. Acegi - newbie question    forum.springsource.org

Hello, Which filter in the acegi security filter chain checks for a session timeout within the ACEGI configuration ? I am using 30 minutes in the web.xml ? but on refresh ...

88. Acegi    forum.springsource.org

Apr 17th, 2007, 11:58 PM #1 Omid View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 18 Acegi Hi all, I have a question because of ...

89. acegi locale    forum.springsource.org

acegi locale In my applicationContext.xml, I defined messages then, I defined AbstractUserDetailsAuthenticationProvider.locked=U ser account is locked(test) in messages.properties and AbstractUserDetailsAuthenticationProvider.locked= in messages_zh_CN.properties ...

90. Problem authenticating to AD from UNIX using Acegi - Windows works    forum.springsource.org

Apr 26th, 2007, 03:29 PM #1 cilquirm View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 2 Problem authenticating to AD from UNIX using Acegi - ...

91. Does Acegi cover these type of security?    forum.springsource.org

Does Acegi cover these type of security? Hi, For eg. In a messaging system, a user can only edit a message posted by himself. http://www.test.com/edit is a protected area, thus, upon ...

92. ACEGI and AD    forum.springsource.org

ACEGI and AD I used Active Directory (Win2003) for my authentication and authorization. There was only one AD. ACEGI worked very well. However, after I added one more AD, my application ...

93. New to Acegi Security Framework need help    forum.springsource.org

hi all, I am new to acegi security framework, can anybody tell me the complete process that how I can use it and how it compares the user credentials with those ...

94. Which acegi security zip files do i have to download?    forum.springsource.org

Which acegi security zip files do i have to download? Hello, i dont understand this: f you wish to try out this project, you are probably looking for the acegi-security-xx.zip file, ...

95. Run Acegi Without Anonymous Authentication    forum.springsource.org

May 23rd, 2007, 07:33 AM #1 aron View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 24 Run Acegi Without Anonymous Authentication Hi, I tried to ...

96. Acegi without Authentication    forum.springsource.org

Hi All I am trying to use Acegi in my application. I must relay on the container to autenticate the user. I still want Acegi to manage the Authorization in my ...

97. ACEGI with openLaszlo    forum.springsource.org

ACEGI with openLaszlo Hi, I have a problem with ACEGI which don't give me any access to url with one Lazslo app, i checked all my jsp session parameters are transmit ...

98. Acegi Security    forum.springsource.org

Hi, I am planning to use acegi security for my applications authentication.Do i have to download the complete zip file or just include the necessary jars for acegi security.

99. acegi, spring and AJAX    forum.springsource.org

Can someone point me to a working example of acegi, spring and AJAX? I have seen Sanjiv Jivan's blog. However towards the bottom of his blog there is discussion that things ...

100. Acegi in Sun Application Server 8?    forum.springsource.org

Jun 13th, 2007, 03:52 AM #1 juanignaciosl View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 14 Acegi in Sun Application Server 8? Has anybody managed ...