Skip to main content

Pathway from ACEGI to Spring Security 2.0 | Javalobby

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 8 people (2 private), first by anonymouse user on 2008-04-23


Public Sticky notes

  • Substantially simplified configuration.
  • OpenID integration, single sign on standard.
  • Windows NTLM support, single sign on against Windows corporate networks.
  • Support for JSR 250 ("EJB 3") security annotations.
  • AspectJ pointcut expression language support.
  • Comprehensive support for RESTful web request authorization.
  • Long-requested support for groups, hierarchical roles and a user management API.
  • An improved, database-backed "remember me" implementation.
  • New support for web state and flow transition authorization through the Spring Web Flow 2.0 release.
  • Enhanced WSS (formerly WS-Security) support through the Spring Web Services 1.5 release.
  • A whole lot more...
  • Highlighted by tauruser

    By default, the <jdbc-user-service> requires the following tables: user, authorities, groups, group_members and group_authorities.

    Highlighted by kenyth

    By adding the users-by-username-query and authorities-by-username-query properties you are able to override the default SQL statements with your own.

    Highlighted by kenyth