Commit History

Author SHA1 Message Date
  Ben Alex 0cb8f96368 General update. 21 years ago
  Ben Alex ec166e086b Refactored UsernamePasswordAuthenticationToken.getDetails() to Object. 21 years ago
  Ben Alex d7c98f95ca Made FilterToBeanProxy compatible with ContextLoaderServlet (lazy initialisation on first HTTP request). 21 years ago
  Ben Alex 1a92434914 Add support for password-validating DAOs, such as LDAP. Contributed by Karel Miarka. 21 years ago
  Ben Alex aaebd3ef5a Added DaoAuthenticationProvider.hideUserNotFoundExceptions property. Defaults to true, so BadCredentialsException is thrown instead of UsernameNotFoundException if a user cannot be found. 21 years ago
  Ben Alex 5cd65887d5 Improved ConfigAttributeEditor so it trims preceding and trailing spaces. 21 years ago
  Ben Alex 3f87849f31 Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method. 21 years ago
  Ben Alex eb9c7d0852 Extracted removeUserFromCache(String) to UserCache interface. 21 years ago
  Ben Alex bf53abf46e Improve JavaDocs. 21 years ago
  Ben Alex 04f4c9881d Added original Authentication.getDetails() to DaoAuthenticationProvider response. 21 years ago
  Ben Alex 6867efd6ac Fix NPE problems with patch provided by Karel Miarka. 21 years ago
  Ben Alex f6e21f41aa Update to Spring 1.1 RC 1. 21 years ago
  Ben Alex 0c43fe1f4a Make SecurityEnforcementFilter more subclass friendly. 21 years ago
  Ben Alex c1e109da74 Initial commit of remote client authentication interface. 21 years ago
  Ben Alex 85d7cbf5a7 Sign JARs of all official releases. 21 years ago
  Ben Alex b749e83b1d General additions. 21 years ago
  Ben Alex 3648073461 Fix EH-CACHE after web context refresh (patch thanks to Travis Gregg). 21 years ago
  Ben Alex cf9c9e6a93 Add today's changes. 21 years ago
  Ben Alex 2f2b054b7a Resolve a Weblogic compatibility issue (patch thanks to Patrick Burleson). 21 years ago
  Ben Alex e3be8f20bb Refactor CasAuthoritiesPopulator to use UserDetails rather than GrantedAuthority[]. 21 years ago
  Ben Alex 39b7cc3782 Upgrade to Clover 1.3. 21 years ago
  Ben Alex 491fb00ffd Make Authentication serializable (Weblogic support). 21 years ago
  Ben Alex e987e1051b Relax restriction on empty Strings for proxy callback URL, as this should be an empty String if no proxy callback was requested during service ticket validation. 21 years ago
  Ben Alex ce712eaccf Improve organisation of DaoAuthenticationProvider to facilitate subclassing. 21 years ago
  Ben Alex fe91639b15 Allow custom SecureContext implementations to be selected by user. 21 years ago
  Ben Alex 6314aa4efa Refactor User to an interface. 21 years ago
  Ben Alex 1a0bec5bf1 Make User available from Authentication via DaoAuthenticationProvider. 21 years ago
  Ben Alex 2d2a55fb20 Update for release 0.51. 21 years ago
  Ben Alex eaa92cd80a Fixed issue with caching by making AbstractIntegrationFilter (and its subclasses) write the new Authentication object to the well-known location. 21 years ago
  Ben Alex ecac5a2eed Make ChannelDecisionManagerImpl iterate through a list of channel security processors. 21 years ago