1278 Commits (ee41d2444713e88c9bbd7ef5bfbebbf94676421d)
 

Author SHA1 Message Date
Luke Taylor ee41d24447 Javadoc correction. 20 years ago
Luke Taylor e12c8310eb Remove unnecessary default constructors which throw IllegalArgumentException. Favours compile time over runtime errors. 20 years ago
Luke Taylor 4b4d4d3332 Added some uses of Spring Assert class and removed one to prevent unnecessary StringBuffer creation. 20 years ago
Luke Taylor 84ccd89061 More readable javadoc. 20 years ago
Luke Taylor cd7efaf567 Fix for SEC-189. Added getter for initialDirContextFactory. 20 years ago
Luke Taylor 6c29a6d17e Added test for immutability of authorities array. Refactored standard authorities array into an instance field. 20 years ago
Ben Alex 2ab5af0a69 SEC-188: Fix JavaDocs. 20 years ago
Ben Alex a28a932598 SEC-183: Minimise session creation as a consequence of SEC-168 and SEC-182 changes. 20 years ago
Luke Taylor c7c0154ae5 Added Acegi license. 20 years ago
Ben Alex 0282696202 SEC-182: Remember-me compatibility with concurrent session support. 20 years ago
Ben Alex c6eacf026d Add unit testing in isolation article. 20 years ago
Ben Alex 7aa8d98a65 Finish RC2 release, prepare snapshot again. 20 years ago
Ben Alex ee78570902 Prepare to release 1.0.0 RC2. 20 years ago
Ben Alex 32893f49cf Release numbering section. 20 years ago
Ben Alex 48f5d7f289 Add Acegifier test resources to classpath, so unit tests can run within Eclipse. 20 years ago
Ben Alex 4783b8bc32 Disable failing test, logged as SEC-181 for follow-up. 20 years ago
Ben Alex b1dd784dee SEC-180: BasicProcessingFilter should configurably ignore authentication failures. 20 years ago
Ben Alex e63b2ec9e6 Cleanup unused imports. 20 years ago
Ben Alex 96196bd637 SEC-179: Upgrade to Spring 2.0-M2. 20 years ago
Ben Alex ae29498f75 SEC-158: X509 to support Authentication.isAuthenticated() as per usual contract. 20 years ago
Ben Alex 4dd75dfced Add link to JIRA. 20 years ago
Ben Alex 79287999dc SEC-178: Refactor AbstractAuthenticationToken. 20 years ago
Ben Alex 74de83e5f1 SEC-177: Add hashCode() method. 20 years ago
Ben Alex c9cee6651c SEC-176: Add hashCode() method. 20 years ago
Ben Alex ac457021b8 Inheritance doesn't seem to work, so added the groupId manually. 20 years ago
Ben Alex 8c9db812da Correct classpath to include dependency from sandbox/project.xml. 20 years ago
Ben Alex 77be0009ad Correct equals(Object) method handling if both objects have null getDetails(). 20 years ago
Ben Alex 78df09db8a SEC-175: Add equals(Object) method. 20 years ago
Ben Alex 2006bddf51 Remove broken links. 20 years ago
Ben Alex c8e81bd425 SEC-159: Comment about use of SecurityContextHolder.clearContext(). 20 years ago
Luke Taylor dc959b1847 Fix for SEC-159. Added clearContext() method to SecurityContextHolder and refactored code to use it instead of putting an empty context into the holder. 20 years ago
Ben Alex 8c0ce12332 SEC-169: Add SessionRegistry.getAllPrincipals() method. 20 years ago
Ben Alex 3a01e48b17 SEC-174: Correct IE6 bug with AuthenticationProcessingFilterEntryPoint. 20 years ago
Ben Alex 9d213f46a4 SEC-168: Prevent errors with concurrent session support. 20 years ago
Luke Taylor 7883aefa16 Updated config for LdapSearch 20 years ago
Ben Alex 1fa6ac0975 SEC-164: Copy Authentication.getDetails() to returned Authentication object. 20 years ago
Luke Taylor 2daea069f9 Refactoring of BindAuthenticator to allow an extended version which uses ppolicy controls. Added no-cause constructor in LdapDataAccessException for use in data parsing errors. 20 years ago
Ben Alex ca1bf5cc21 SEC-170: AbstractAclVoter to support JoinPoint. 20 years ago
Luke Taylor eb7964f6e5 Clean imports. 20 years ago
Luke Taylor 6ed1400534 Password policy LDAP controls and related classes. 20 years ago
Luke Taylor 05d55ea83a Update pom dependencies. ldapsdk asn1 classes are used for ldap controls. 20 years ago
Ben Alex 69498d1a3f AspectJ thread. 20 years ago
Luke Taylor fe88d6ec17 SEC-134 fix. Authorities array is now copied on access. Also refactored token classes to move authorities to the base class. 20 years ago
Ben Alex ccfc574894 Bring Eclipse classpath into line with Maven project.xml version 1.107. 20 years ago
Luke Taylor 842ad929a4 Change search object to use constructor injection (SEC-165) . 20 years ago
Luke Taylor 436fcde10b Change apacheds to version 0.9.4-SNAPSHOT, add slf4j-log4j12 dep 20 years ago
Luke Taylor b82af1baee add apache snapshot repo to repository list 20 years ago
Luke Taylor bc0de2bfd0 switch apacheds deps to acegi repo versions 20 years ago
Carlos Sanchez 3036b5d46b Spring mock is required for compilation 20 years ago
Carlos Sanchez dac57d7c69 Cleaned comment 20 years ago