1. Example link Required for Uses of acegisecurity framework with spring stackoverflow.comI am currently developing my project using Spring, Sutruts2 & Hibernate. Now i want to apply acegi security for authentication & authrization purpose. But, i m totally new with acegi, so i ... |
2. cannot find net.sf.acegisecurity.acl.basic.SimpleAclEntryExc forum.springsource.orgcannot find net.sf.acegisecurity.acl.basic.SimpleAclEntryExc Hi, I am in the process of adding acegi to my project. First I added form authentication and hibernate stuff, everything was ok. Now I added acl authorization ... |
3. Newbie help: Container's acegisecurity.xml file? forum.springsource.orgNewbie help: Container's acegisecurity.xml file? Hello. I'm very new to this framework, and I have problems getting started. I've just finished the book "Spring in Action" written by Craig Walls and ... |
4. net.sf.acegisecurity.context.SecureContextUtils missing? forum.springsource.orgnet.sf.acegisecurity.context.SecureContextUtils missing? I just finished building the latest snapshot, following the instructions on the "Building with Maven" page to a T. When I replaced my 0.8.2 jar with the newly created ... |
5. acegisecurity.sourceforge.net Header is Way Too Big forum.springsource.orgThat lock logo header takes up 1/4 of the screen real-estate. Please shrink down to a small size to make your website more usable. Thanks! |
6. Method inheritance in org.acegisecurity.intercept.method.MethodDefinitio nMap forum.springsource.orgMethod inheritance in org.acegisecurity.intercept.method.MethodDefinitio nMap I have a question when defining method interceptors. See the class Examples below. Code: public abstract class A { public void a(String input){ //logic } } ... |
7. Exceptions in AcegiSecurity forum.springsource.orgExceptions in AcegiSecurity when i query for a username and password it is throwing the following exception can anybody explain why? java.lang.NullPointerException com.starwood.svo.ice.business.domain.ICEUser.getAu thorities(ICEUser.java:78) org.acegisecurity.providers.dao.AbstractUserDetail sAuthenticationProvider.createSuccessAuthenticatio n(AbstractUserDetailsAuthenticationProvider.java:2 11) org.acegisecurity.providers.dao.AbstractUserDetail sAuthenticationProvider.authenticate(AbstractUserD etailsAuthenticationProvider.java:180) ... |
8. Class of type org.acegisecurity.util.FilterChainProxy not found in classloader forum.springsource.orgFeb 24th, 2006, 02:56 AM #1 Veroland View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Posts 5 Class of type org.acegisecurity.util.FilterChainProxy not found in classloader Hi ... |
9. Is a good choice of using AcegiSecurity to control the accession of the instance ? forum.springsource.orgIs a good choice of using AcegiSecurity to control the accession of the instance ? I'm learning AcegiSecurity. I want to use it to build my rights management system. I think ... |
10. Bean context must contain at least one bean of type org.acegisecurity.util.FilterChai forum.springsource.orgBean context must contain at least one bean of type org.acegisecurity.util.FilterChai Any idea why I am getting "Bean context must contain at least one bean of type org.acegisecurity.util.FilterChainProxy"? I am using ... |
11. spring-ws and acegisecurity authorization forum.springsource.orgspring-ws and acegisecurity authorization Hello, I'm working with spring/acegisecurity, and have a prototype app that uses filters to protect certain jsp pages with certain roles. I use jdbc for the authentication/authorities. ... |
12. problem with package net.sf.acegisecurity.* forum.springsource.orghello, i have a problem with this package... i tested acegi-security-1.0.0-RC1.jar and acegi-security-1.0.1.jar without result. i use eclipse and resin-pro-3.0.10. thank you very much to help me ! |
13. Need help : org.acegisecurity.LockedException forum.springsource.orgNeed help : org.acegisecurity.LockedException I'm new to acegi and I got an error of Code: org.acegisecurity.LockedException: User account is locked at org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProv ider.authenticate(AbstractUserDetailsAuthenticationProvider.java:152) at org.acegisecurity.providers.ProviderManager.doAuthentication(Provider Manager.java:208) at org.acegisecurity.AbstractAuthenticationManager.authentica[QUOTE]te(Abstract AuthenticationManager.java:49) I hit ... |
14. org.acegisecurity.AuthorizationServiceException forum.springsource.orgAug 10th, 2006, 04:40 AM #1 rbl_bd View Profile View Forum Posts Private Message Junior Member Join Date Aug 2006 Posts 18 org.acegisecurity.AuthorizationServiceException I m getting the following error when i ... |
15. Where is the org.acegisecurity.adapters.cas3 package? forum.springsource.orghttp://www.acegisecurity.org/docbook/acegi.html#cas refers to: org.acegisecurity.adapters.cas3.CasAuthenticationH andler Where is the org.acegisecurity.adapters.cas3? Has CasAuthenticationHandler been changed? I've searched and searched... any help on what I need to do would be greatly appreciated. Thanks, |
16. Where is org.acegisecurity.annotations? forum.springsource.orgHi, I'm trying to do my first steps with Java 5 annotations. But the package is not in the binary build. I just found it in the source. I'm using 1.03 ... |
17. how to get org.acegisecurity.CredentialsExpiredException in LDAP authentication forum.springsource.orgI can not get org.acegisecurity.CredentialsExpiredException when ldap user's password expired. I enable acegisecurity debug log, this is what I got Code: DEBUG [http-8080-Processor25] - No event was found for the exception ... |
18. org.acegisecurity.AccessDeniedException: Access is denied forum.springsource.orgJan 23rd, 2007, 04:50 AM #1 jack_c View Profile View Forum Posts Private Message Junior Member Join Date Jan 2007 Posts 4 org.acegisecurity.AccessDeniedException: Access is denied Hi, my problem looks like ... |
19. Cannot find class [org.acegisecurity.providers.ProviderManager ] forum.springsource.orgJan 31st, 2007, 07:46 PM #1 ctaggart View Profile View Forum Posts Member Join Date Aug 2004 Location Seattle Posts 30 Cannot find class [org.acegisecurity.providers.ProviderManager ] I keep getting this classpath ... |
20. LdapContextSource and org.acegisecurity.ldap.DefaultInitialDirContextFac tory forum.springsource.orgHi, I use org.acegisecurity.ldap.DefaultInitialDirContextFac tory for authenticating against a LDAP directory and LdapContextSource for a LdapTemplate. Both contain the same properties - URL, manager, password. Do I really have to configure ... |
21. net.sf.acegisecurity.context.ContextHolder JAR File? forum.springsource.orgI think this is a pretty silly question. I can figure out the JAR to compile net.sf.acegisecurity.context.ContextHolder!!!! I alreay have Acegi-Security-1.0.3.jar. What other JAR file do I need here? Thanks, Abhi ... |
22. How to configure CAS + AcegiSecurity on Websphere forum.springsource.orgJun 5th, 2007, 02:14 PM #1 bhardwajrahul View Profile View Forum Posts Private Message Junior Member Join Date May 2007 Posts 7 How to configure CAS + AcegiSecurity on Websphere This ... |
23. org.acegisecurity.annotation--- package not found error forum.springsource.orghi all, am using acegi security java 5 annotation for my method level and instance level security. |
24. org.acegisecurity.providers.jaas.TestAuthorityGran ter not found forum.springsource.orgSometimes back I was looking for it too, and I could not find it. I wrote my own implementation of the 'AuthorityGranter' and it is quite simple , you just need ... |
25. difference between org.acegisecurity and org.springframework.security? forum.springsource.org |
26. A bug in org.acegisecurity.vote.UnanimousBased forum.springsource.orgA bug in org.acegisecurity.vote.UnanimousBased In org.acegisecurity.vote.UnanimousBased, the original decide method is as follows: Code: public class UnanimousBased extends AbstractAccessDecisionManager { public void decide(Authentication authentication, Object object, ConfigAttributeDefinition config) throws AccessDeniedException { ... |
27. Problem with web.xml and org.acegisecurity.util.FilterToBeanProxy forum.springsource.orgProblem with web.xml and org.acegisecurity.util.FilterToBeanProxy Hi all! I'm a beginner in Spring and Acegi and I'm facing a problem with my web.xml file while trying to set up the AcegiProxy. I'm ... |
28. org.acegisecurity.annotation.SecurityAnnotationAtt ributes forum.springsource.orgorg.acegisecurity.annotation.SecurityAnnotationAtt ributes I am using acegi-security-1.0.5, and trying to get the following to work (per reference documentation). However I don't have a SecurityAnnotationAttributes class? Has this been replaced by something else, ... |
29. org.acegisecurity.util.FilterChainProxy and forward forum.springsource.orgHi, I have defined the FilterChainProxy like this: Code: |
30. Exception from Tomcat Clustered env With acegisecurity forum.springsource.orgException from Tomcat Clustered env With acegisecurity Hi All, I am getting following exception while trying to login to application by using acegisecurity. Env: Windows XP with Tomcat5.5 + Clustered. My ... |
31. Spring And AcegiSecurity Issue on Login forum.springsource.orgHi, Problem is, In website when one user is navigating between 50-100 products and the same time second user logs in, the second user is directed to the Ajax related price ... |
32. Problem with org.acegisecurity.util.FilterChainProxy forum.springsource.orgProblem with org.acegisecurity.util.FilterChainProxy Hi, Can anybody tell me in what jar can I find the org.acegisecurity.util.FilterChainProxy ? Because when I tried to use it in my security context file, I have ... |
33. org.springframework.security.* or org.acegisecurity.* forum.springsource.orgACEGI Security is no longer supported. The project has been refactored/renamed to Spring security. You should removed the ACEGI security JAR's and use the Spring Security code. (Spring Security 2.0 is ... |
34. http://acegisecurity.org/authz cannot be resolved forum.springsource.orgThe last thing I changed in my application is that I replaced all acegi occurences with spring.security. When I run my application, I get this: |
35. Configure AcegiSecurity to accept HTTP POST Methods forum.springsource.orgConfigure AcegiSecurity to accept HTTP POST Methods Hi there, I'm newbe in security and i want ask you question: Is there any way to configure acegisecurity to accept only POST Http ... |
36. acegisecurity problem forum.springsource.orgNov 3rd, 2010, 01:20 PM #1 zaina View Profile View Forum Posts Private Message Junior Member Join Date Nov 2010 Posts 4 acegisecurity problem I get acegilogin.jsp?login_error=1 even if login/pass are ... |