Acegi 1 « Security « Spring Q&A





1. Creating a custom authentication with Acegi/Spring Security    stackoverflow.com

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 ...

2. Spring Acegi - Social Network platform    stackoverflow.com

Can spring Acegi security be used for a social networking application where users can set their security preferences to share their data only with their friends? The common scenario of the Acegi ...

3. Spring security pre-authentication for development mode    stackoverflow.com

While developing an application it's quite useful to be able to quickly login as different users, with different roles, to see how the application presents itself. Typing usernames and entering password is ...

4. acegi security - targetURL keeping "#xxx"    stackoverflow.com

Just a quick question that I am having trouble phrasing well enough to google sucessfully. Is is possible in acegi security + Spring to keep the "full" targetURL post login? i.e. if a ...

5. get online users + acegi-security    stackoverflow.com

How do i get users connected to my site iam using spring + acegi

6. Acegi Security qusetion    stackoverflow.com

I have the following security config (i.e. http channel requirements) for my webapp:

<bean id="channelProcessingFilter" class="org.acegisecurity.securechannel.ChannelProcessingFilter">
    <property name="channelDecisionManager"><ref bean="channelDecisionManager"/>
    <property name="filterInvocationDefinitionSource">
      ...

7. What is the difference between grantingTicketExpirationPolicy and serviceTicketExpirationPolicy in acegi security    stackoverflow.com

What is the difference between grantingTicketExpirationPolicy and serviceTicketExpirationPolicy in acegi security Thanks in advance.

8. How to perform anonymous authentication?    stackoverflow.com

I always thought that acegi security is the same as spring security 3.0... but It seems to be wrong. Unfortunately I was unable to find any acegi security docs. I need to have ...

9. Wondering the diffirences between acegi and rbac and xacml!    forum.springsource.org

"Acegi" refers to a company, Acegi Technology, in Australia. "Acegi Security" is a security implementation for Spring, developed by Acegi Technology. "RBAC" is role based access control, a design pattern for ...





10. SOLUTION: Apache and j_acegi_security_check file not found    forum.springsource.org

SOLUTION: Apache and j_acegi_security_check file not found No big revelation - just posting it in case someone else runs into the same problem. My Acegi-protected app was working great inside of ...

11. How can i get remoteUser without using Spring Acegi    forum.springsource.org

How can i get remoteUser without using Spring Acegi We are migrating our project to Spring MVC from struts 2. In Struts 2 it was easy to get remote user by ...

12. issue when using Acegi with Sitemesh    forum.springsource.org

issue when using Acegi with Sitemesh I have a Sitemesh jps template that has rendering logic based on the authenticated users' role. However the ace context is not available to the ...

13. Acegi security and PKI    forum.springsource.org

Acegi security and PKI I'm using Acegi Security 1.0....I know, there are newer versions, but I work in a closed environment and I'm modifying an existing application that's about 4 years ...

14. Acegi with HiveMind or PicoContainer?    forum.springsource.org

Has anyone tried using Acegi with HiveMind or PicoContainer? Is it possible? The only reason I ask is that for political reasons, it would be easier to sell Acegi Security to ...

15. Factory that creates Acegi protected objects    forum.springsource.org

Factory that creates Acegi protected objects I have this sort of situation: interface Users { User getUserByID(String ID); } Anyone should be able to execute this method. The User object returned ...

16. Using Acegi's JaasAuthenticationProvider with OC4J JAZN?    forum.springsource.org

Using Acegi's JaasAuthenticationProvider with OC4J JAZN? I have an application that authenticates with OC4J's JAAS implementation (JAZN). I'd like to be able to use Acegi's JaasAuthenticationProvider with it, but I haven't ...





17. Why the acegi authenticated only once...    forum.springsource.org

Why the acegi authenticated only once... I use the acegi and cas ,and I write myself authenticationDao with hibernate. I implements rabc.Everything is ok! but a strange thing comes: I use ...

18. Acegi Caching behaviour    forum.springsource.org

Acegi Caching behaviour HI, When using Acegi security, i have added a logout filter that checks if user is null, then redirect to login page. Case1: When a user logs out, ...

19. Introduction to Acegi Article @ Javalobby.org    forum.springsource.org

For those just starting with Acegi, I wrote an introductory article series for http://javalobby.org . Part 1 of the series is online now at http://www.javalobby.org/articles/ac...rity/part1.jsp Please feel free to leave feedback. ...

20. any problem FacesSpringVariableResolver with Acegi?    forum.springsource.org

Nov 23rd, 2004, 09:29 AM #1 kmthien View Profile View Forum Posts Private Message Junior Member Join Date Oct 2004 Posts 23 any problem FacesSpringVariableResolver with Acegi? Hi guys, I am ...

21. ACEGI Security    forum.springsource.org

Hi, We are using ACEGI security in our java web application for authenticating users against Active Directory. We would like to make the password secured while the user credentials is travelling ...

22. Acegi with applet based PKI    forum.springsource.org

Acegi with applet based PKI In Sweden it's common to use a PKI based system that uses a Java applet and soft certificates (it's called IBM CBT). There is a Java ...

23. Acegi usage questions    forum.springsource.org

Acegi usage questions I have a working web application that is using the applicationContext.xml and the web.xml files from the quickstart WEB-INF directory. The only modification I have made is to ...

24. Acegi- Basic Question    forum.springsource.org

Acegi- Basic Question Hello Acegi Developers, I have been looking at Acegi for integrating into my application and I have the following questions (Non acegi-specific but user security oriented) and am ...

25. Understanding the Capabilities of Acegi    forum.springsource.org

Understanding the Capabilities of Acegi I have a situation where I would like to do row-level security with user id and/or role information. For instance, maybe a user with a role ...

26. Chapter on Acegi    forum.springsource.org

If it helps, Spring In Action from Manning has a very good chapter on Acegi. The book overall is very good. I think the book is not yet published but you ...

27. User Adminstration Compliment to Acegi?    forum.springsource.org

I'm considering using Acegi for my system. I'm curious if anyone could recommend a good jumpstart to a complementary user administration subsystem. Ideally it would be JSP+Struts+Spring based to be aligned ...

28. Using Acegi with Jakarta Slide    forum.springsource.org

Using Acegi with Jakarta Slide Hello all, We are evaluating Slide as a content repository for our Spring + Acegi + Spring-rich based project. I'm wondering if anyone here has experience ...

29. Acegi users or security accreditation    forum.springsource.org

I was wondering who some of Acegi's major users (i.e. what companies are using it) are or if Acegi has passed any security accreditations?

30. how to use acegi for implement such ?    forum.springsource.org

1) use database users for authenticate like login code: Class.forName(driverClass); cnn = DriverManager.getConnection(dbUrl, username, password); if can get cnn , then pass. 2) to limit returned records, (by role ?) must ...

31. where exists the " /j_acegi_security_check" ?    forum.springsource.org

where exists the " /j_acegi_security_check" ? could someone tell me where exists the " /j_acegi_security_check" I didn't find it in the example. but the example works well. I did in my ...

32. I am new to ACEGI ,can any one send me a sample application?    forum.springsource.org

I am new to ACEGI ,can any one send me a sample application? Hi , I am new to ACEGI and also i have to implement it in no time..I went ...

33. Sample(Acegi 0.7.0) problems    forum.springsource.org

Sample(Acegi 0.7.0) problems I'm using tomcat 5.0 and wanted to deploy the sample provided with acegi 0.7.0. Im getting the following problem. SEVERE: Error listenerStart I didn't change anything. So anybody?? ...

34. ACEGI and RedirectView No Worky    forum.springsource.org

Mar 4th, 2005, 04:01 PM #1 tysonbrown View Profile View Forum Posts Private Message Junior Member Join Date Feb 2005 Posts 7 ACEGI and RedirectView No Worky I have a WelcomeController ...

35. RedirectView and ACEGI BUg??    forum.springsource.org

Mar 7th, 2005, 05:53 PM #1 tysonbrown View Profile View Forum Posts Private Message Junior Member Join Date Feb 2005 Posts 7 RedirectView and ACEGI BUg?? I've got a strange problem ...

36. Acegi .80 not Updating ContextHolder    forum.springsource.org

Mar 11th, 2005, 02:06 AM #1 RichardC View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Posts 2 Acegi .80 not Updating ContextHolder I am upgrading to ...

37. Class SessionDetails is oudated by Acegi upgrade to 0.8.0    forum.springsource.org

Class org.springframework.richclient.security.SessionDet ails is expecting Acegi class SecureContextImpl to live in package net.sf.acegisecurity.context. Since Acegi 0.8.0, look for it in net.sf.acegisecurity.context.security (added package security according to http://acegisecurity.sourceforge.net...e-070-080.html).

38. Acegi Javadocs - where ?    forum.springsource.org

Acegi Javadocs - where ? Hi all, I have a stupid question/request . I have just downloaded the Acegi Security System for Spring, and started looking at the Reference Guide. All ...

39. Acegi Usage Scenario    forum.springsource.org

Acegi Usage Scenario Hello All, I'm newbie with Acegi. Now I need to implement some Security API for third-party spring-based framework without any framework modifications. This third-party framework is aimed for ...

40. springrcp and acegi prolem,0000000000000...........>>&    forum.springsource.org

springrcp and acegi prolem,0000000000000...........>>& int springrcp ,there is a petclinic demo for rpc standlone and c/s demo. but I find some error: when I have login in successful. the error: ERROR ...

41. who can help me the SpringRCP and Acegi integrate problem?    forum.springsource.org

Apr 7th, 2005, 12:40 AM #1 lin_xd View Profile View Forum Posts Private Message Member Join Date Nov 2004 Posts 51 who can help me the SpringRCP and Acegi integrate problem? ...

42. Using Acegi Security with Spring CVS    forum.springsource.org

Using Acegi Security with Spring CVS I've tried to use Acegi 0.8.1 and 0.8.2-SNAPSHOT (from CVS) with Spring 1.2-rc2 (from CVS) and Acegi no longer works. Tomcat just throws some sort ...

43. suggestion for Acegi regarding adding objects after ...    forum.springsource.org

suggestion for Acegi regarding adding objects after ... i read this thread: http://forum.springframework.org/vie...+message
i feel extending acegi class such as AbstractProcessingFilter is not easy to understand, hard to learn, and ...

44. how business objects get user information stored by Acegi?    forum.springsource.org

i have a few business service objects which have no dependency on web objects. i dont want to pass user info as arguments to business methods. i want to access user ...

45. quit using acegi for now...    forum.springsource.org

quit using acegi for now... i would like to say acegi is cool in terms of being a framework which has lots to offer. however the following is what i am ...

46. Acegi and Shaj (Windows domain authentication)    forum.springsource.org

Acegi and Shaj (Windows domain authentication) Has anyone tried plugging in Shaj (http://opensource.cenqua.com/shaj/) into Acegi as part of the authentication process? We have a requirement to authenticate users againts their Windows ...

47. freemarker ftl for acegi    forum.springsource.org

I started using acegi this last weekend and finally figured out how to expose the Authentication object to my freemarker pages via this post by Ben Alex: http://forum.springframework.org/showthread.php?t=10642 Now it seems ...

48. Acegi is not JDK1.3 compatible    forum.springsource.org

Acegi is not JDK1.3 compatible There are few classes in acegi requires jdk 1.4. Most of them can be fixed, for example, in FilterChainProxy Code: private Filter[] obtainAllDefinedFilters() { Iterator cads ...

49. acegi & ACLs..    forum.springsource.org

acegi & ACLs.. hello all, i have downloaded acegi contacts application and populated tables with some scripts that i found on the internet. application works just fine, and now i am ...

50. Would Acegi be appropriate approach for these requirements?    forum.springsource.org

Would Acegi be appropriate approach for these requirements? Let me apologize in advance for my lack of knowledge of Acegi. I'm under the gun to investigate various authorization approaches and come ...

51. Authenticated: false in Acegi Security DEBUG entry    forum.springsource.org

Authenticated: false in Acegi Security DEBUG entry I'm testing user authentication and I'm able to authenticate a user via Acegi Security filters. However, I'm confused at the following DEBUG entry: DEBUG: ...

52. Acegi in distributed applications    forum.springsource.org

Acegi in distributed applications Hi I have a question regarding Acegi. I have a spring server application which exports a number of services using RMI. This server can be accessed through ...

53. Acegi - UserProfile    forum.springsource.org

I am new to acegi. I am able to authenticate successfully. After login, I have to display the user information in the page header. I set these information in the AuthUser ...

54. How to trigger Acegi Security from Laszlo    forum.springsource.org

How to trigger Acegi Security from Laszlo I'm using a Laszlo UI connect to Spring framework to get data from database. The call to spring is defined as a HTTP data ...

55. acegi ref-doc typo    forum.springsource.org

56. ACEGI and Novell iChain    forum.springsource.org

Has anyone used ACEGI in a web app that is authenticated by Novells iChain? If so I'd appreciate any advice, tips etc. Obviously I'm not using ACEGI to authenticate, just for ...

57. at which layer applying acegi security    forum.springsource.org

at which layer applying acegi security I'm developing an n-tier application that even if mainly non -web based resemples the layer structure of appfuse, I guess is quite a common pattern ...

58. What is up with the acegi-security0.8.2 jar    forum.springsource.org

Hi Is it just me or is this jar presigned because whenever I try to deploy it using webstart along with other signed jars (I sign the acegi jar just like ...

59. how to delete users in acegi    forum.springsource.org

Aug 3rd, 2005, 11:16 AM #1 derKaiser View Profile View Forum Posts Private Message Junior Member Join Date May 2005 Posts 13 how to delete users in acegi hi i have ...

60. External loginFormUrl with Acegi    forum.springsource.org

External loginFormUrl with Acegi I am integrating acegi with an external system, which accepts a login and password, and then redirects the user to j_acegi_securitycheck on our system with a j_username ...

61. Newbie with Acegi    forum.springsource.org

Newbie with Acegi Hi all, I'm sorry to ask this question beacause I'm sure this is not the first time... But I search info on the web and on the forum... ...

62. ACEGI without Authentication and getting custom Privileges    forum.springsource.org

Hi I just started evaluating ACEGI for my security requirements I want to USE ACEGI for Authorization not for authentication.In my application authentication is taken care by Siteminder. I want to ...

63. Dynamic loading of buttons to be handled by Acegi    forum.springsource.org

When loading a page, we would ike our application to dynamically load the buttons available to the user who is logged in. I am thinking of creating a method for every ...

64. acegi security and anonymous authentication    forum.springsource.org

Hello all, i have a webapp that is using Acegi security framework. i have 'enabled' the authentication filter, so i can safely load pages of my application even when i don't ...

65. Acegi release schedule    forum.springsource.org

I see many good things in ACEGI .9 and 1.0, is there any estimate as to when those releases will be done? is it a month? or longer? thanks,

66. Acegi User object question    forum.springsource.org

Acegi User object question Hello! I know that acegi puts the User object on the session right? Well I'm using Tapestry in my application and so far everthing is ok, I ...

67. pb with acegi-security-0.9.0-SNAPSHOT.jar    forum.springsource.org

hello! when I try to build acegi samples, maven require acegi-security-0.9.0-SNAPSHOT.jar but can't download it... I have searched manually but I havent found it? So how can I proceed to build ...

68. Authentication (acegi worth it?)    forum.springsource.org

Authentication (acegi worth it?) Hi everybody, im writing a little webapplication which requires some sort of user authentication and log in. i searched this forum and the web and really everything ...

69. JDev Spring and Acegi    forum.springsource.org

Hi, I'm new in Spring and Acegi. I deploy acegi-security-sample-contacts-filter(0.8.3).war with JDeveloper and it dont run. Can you tell me how i can do a simple application with Spring and Acegi, ...

70. Acegi + Portals    forum.springsource.org

has anyone considered using Acegi in a portal environment, if so how? portals does not allow for servlet filters, so authentication would be a bit different.

71. LoggerListener missing in Acegi 0.9.0    forum.springsource.org

Nov 17th, 2005, 08:06 AM #1 pino_otto View Profile View Forum Posts Private Message Junior Member Join Date Oct 2005 Posts 18 LoggerListener missing in Acegi 0.9.0 Hello, I am a ...

72. Acegi goes into an infinite loop    forum.springsource.org

Acegi goes into an infinite loop Hello, I've been having a peculiar problem with Acegi in our web application. To give you a little bit of context, it's a web app ...

73. What's the acegi way to create a user?    forum.springsource.org

What's the acegi way to create a user? Hi All, As I'm sure is typical I have a DB in which I store users and I was wondering what's the acegi ...

74. Audit with acegi    forum.springsource.org

A secured application must be able to follow the behavior of a user: his IP address, his connection duration and his executed actions. Is there someone who has already realized something ...

75. Make Acegi more CDI-friendly ?    forum.springsource.org

Make Acegi more CDI-friendly ? Hi, In an attempt to integrate Acegi in a Picocontainer-based application, I've been having the following possibilities: * Use setter injection : this is made possible ...

76. ACEGI build from sources:    forum.springsource.org

ACEGI build from sources: Hi, I'm new to ACEGI and trying to build from the sources today base on instructions from the acegi site. I'm getting a failure on the "Building ...

77. SiteMesh + Acegi Problem    forum.springsource.org

Acegi Cookies /Remember me problem Hi all, I have a strange problem with acegi when using rememberMe / cookie authentication. I have a problem where the acegi SecurityContext is not available ...

78. Acegi and JavaScript or Ajax    forum.springsource.org

It doesn't matter how you call a particular web services endpoint - Acegi Security can always provide web request authorization and also method authorization. You'll generally need to present credentials via ...

79. Again: acegi-security-1.0.0-RC1 SecurityException signer information does not match    forum.springsource.org

Dec 10th, 2005, 12:47 PM #1 todorov View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date May 2005 Location EPFL - Lausanne / Switzerland Posts 6 Again: ...

80. General question on Acegi    forum.springsource.org

Hi! I have been looking into Acegi Security and was wondering if it is mature enough to be used in production software. How is the industry adoption so far, and the ...

81. acegi reference docs problem    forum.springsource.org

acegi reference docs problem I downloaded the pdf file from acegisecurity.org; version 1.0.0 it says on the cover page. All of the figures with the relationship diagrams (Figure 1, 3, etc.) ...

82. Acegi and AXIS    forum.springsource.org

Has anyone successfully used Apache AXIS Http Basic authentication with ACEGI security? If so, can anyone provide me with an example? I'm stuck with trying to add the security to the ...

83. Has anyone used ACEGI with ClearTrust?    forum.springsource.org

I was wondering if you had any success with this integration. I have also been asked if our Acegi secured application can "talk" to Cleartrust. Any info would be appreciated. No ...

84. How work with generics and inheritance in Acegi ???    forum.springsource.org

How work with generics and inheritance in Acegi ??? This is my problem I have a abstract GenericDao and all my DAO's extended from him... So how do i configure Acegi ...

85. Confirm "impersonation" in Acegi    forum.springsource.org

Confirm "impersonation" in Acegi I'm new to Acegi and I need a firm answer to a simple question that I haven't yet been able to answer using the available docs and ...

86. acegi with axis    forum.springsource.org

acegi with axis Hi folks, Id kindly ask for your help - I'd like to consider acegi as an option for authentication and authorization of a web service. I've seen several ...

87. Tests failed for acegi-core    forum.springsource.org

Tests failed for acegi-core I got 01/12/06 SNAPSHOT. Compile is passing with some warnings, but tests are failling with ClassNotFound exception. Here is the stack trace: Exception in thread "main" java.lang.NoClassDefFoundError: ...

88. Acegi questions    forum.springsource.org

Acegi questions Hi, i am thinking of using Acegi on my next app and had some questions. I am thinking of using a database as the user source (JdbcProvider?). My understanding ...

89. A unique approach to a unique problem. Need help with Acegi implementation.    forum.springsource.org

A unique approach to a unique problem. Need help with Acegi implementation. Hi, I have a requirement for which I have a theoretical solution but need help using Acegi for the ...

90. Problem building Acegi    forum.springsource.org

I have a problem with building Acegi from cvs. I did everything as it is mentioned on http://acegisecurity.org/building.html When I execute "maven multiproject:install" I get this error: BUILD FAILED File...... C:\Documents ...

91. Source code for contacts Acegi 0.9.0    forum.springsource.org

92. AceGi    forum.springsource.org

HI, I just started using the spring rcp demo petapp application. On the login screen if you hit cancel button, it takes you into the initial ownermanagerview screen. I want to ...

93. acegi 1.0.0-RC2 reference docs    forum.springsource.org

Ben, I don't know if you remember, but I was having problems printing the RC1 reference docs; the diagrams came out with a black background and were essentially useless. Well, with ...

94. Groups in Acegi 1.0?    forum.springsource.org

I attended a BOF at The Spring Experience where there was much debate about having a "Groups" concept in Acegi. Colin was for it, Ben against. However, in the end, I ...

95. Better subclassing in ACEGI    forum.springsource.org

Better subclassing in ACEGI Hi folks, we are currently changes our web-application to use ACEGI-Security 1.0.0 RC2 as our authentication mechanism. So far it is working great and thanks for this ...

96. Acegi and ExceptionResolvers    forum.springsource.org

Acegi and ExceptionResolvers Hi, Is there anyway to let Acegi know to use the exception resolvers configured in my spring webapp? Acegi seems to bypass the exception resolvers (I guess because ...

97. acegi logoff    forum.springsource.org

I want to have a "logoff" button and eliminate the authentication, so the user goes back to the login page. I read: http://forum.springframework.org/showthread.php?t=13695 but SecurityContextHolder.setContext(null); gets java.lang.IllegalArgumentException: Only non-null SecurityContext instances ...

98. Acegi User object vs. Application User object    forum.springsource.org

Acegi User object vs. Application User object Many discussions on this forum seem to go like this: Q. My application has a hibernated User object already. How do I get it ...

99. Is Acegi for me?    forum.springsource.org

Is Acegi for me? Hi, I just need for a web application : - A login page when user can choose some settings. - To block access for anonymous users. - ...

100. Problem with acegi signed jar    forum.springsource.org

Hello, I have written an extension to acegi for handling proxy tickets with CAS. I have packaged my classes in another jar file. I got the java.lang.SecurityException at runtime telling me ...