Mirror of Apache JSecurity (incubating)

Clone this repo:
  1. 2084c4c JavaDoc modifications by Les Hazlewood · 15 years ago trunk
  2. 200d5c8 Added SessionFactory for OO delegation instead of requiring to subclass the SessionManager implementation. Also added some JavaDoc by Les Hazlewood · 15 years ago
  3. b81d652 javadoc & minor enhancements (implemented all methods in the Map API instead of subclassing AbstractMap) by Les Hazlewood · 15 years ago
  4. a37503d Modified SoftHashMap for highly concurrent environments by Les Hazlewood · 15 years ago
  5. 050d9c7 Added WildcardPermission default,no-arg constructor (protected - not public) for use by subclasses. Added new 'DomainPermission' subclass for those that wish to use type-safe permissions (work in progress) by Les Hazlewood · 15 years ago
  6. 58eb7c5 refactored out constructor logic to protected method to be accessible to custom type-safe subclasses by Les Hazlewood · 15 years ago
  7. d898f02 minor logging clean up with slf4j, added root-level javadoc pom config by Les Hazlewood · 15 years ago
  8. d28dd4e added log level corresponding to new package structure by Les Hazlewood · 15 years ago
  9. 9dbe6b4 Fixed bug where session.stop was not delegating at all times to the security manager (required for the security manager to clear out a cookie in web environments) by Les Hazlewood · 15 years ago
  10. b5b2add further jsecurity name changes. Also moved jsecurity.tld to ki.tld in the appropriate META-INF location in maven resource tree by Les Hazlewood · 15 years ago
  11. db7364a re-enabled the Quickstart executable. Updated the QuickStart wiki page by Les Hazlewood · 15 years ago
  12. c8202b6 Started working on a HostFilter. Not yet complete. by Les Hazlewood · 15 years ago
  13. bf285e0 Added JavaDoc by Les Hazlewood · 15 years ago
  14. 55d280e changed DEFAULT_ERROR_KEY_ATTRIBUTE_NAME constant to be 'kiLoginFailure' for simplicity and to ease backwards compatibility. by Les Hazlewood · 15 years ago
  15. 0a43844 changed DEFAULT_ERROR_KEY_ATTRIBUTE_NAME constant to be 'ki.authenticationExceptionClassName' to be more explicit as to what it represents as well as to remove the 'jsec' name remnant. by Les Hazlewood · 15 years ago
  16. 4e25187 removed two unnecessary html <p/> elements, which was preventing the JavaDoc from displaying correctly in Idea by Les Hazlewood · 15 years ago
  17. ba61b80 removed two unnecessary html <p/> elements, which was preventing the JavaDoc from displaying correctly in Idea by Les Hazlewood · 15 years ago
  18. cf2a453 KI-75 - added more to JavaDoc to better explain how to define Realms, RealmFactories, and other objects in an object graph, as well as how to apply them to the SecurityManager by Les Hazlewood · 15 years ago
  19. 4a08fc4 fixed code that returned a null subject - Subject should never be null (they can be re-used even after logout - they're just considered anonymous again after that point). by Les Hazlewood · 15 years ago
  20. 2018212 added Apache license and @since information by Les Hazlewood · 15 years ago