Skip to content
Snippets Groups Projects
  1. May 18, 2016
  2. May 17, 2016
  3. May 16, 2016
  4. Mar 09, 2016
    • Andy Summers's avatar
      Add PviAttributeBindingFilter · 98f7248f
      Andy Summers authored
      PviAttributeBindingFilter is a filter that binds the currently
      authenticated user's PVI to the request as an attribute with the key
      "wiscedupvi".
      
      Switch to Map<String, String> for attributes
      
      Using a Map allows for multiple attributes to be added to the request.
      
      Change to AttributeBindingFilter for user specific attributes
      
      Filter supports UWUserDetails style attributes (such as `wiscedupvi`) for
      adding attributes specific to an authenticated user to a request.
      
      Change to PviAttributeBindingFilter
      
      The filter only needs to add a user's PVI as an attribute.
      
      Add type check for principal
      
      Principal is not always guaranteed to be a UWUserDetails instance at the
      point it will hit this filter.
      98f7248f
  5. Mar 03, 2016
  6. Feb 23, 2016
    • Nicholas Blair's avatar
      Relocate /required and /lazy handlers to sample · 04cae550
      Nicholas Blair authored
      Previous presence on ProfileController resulted in those APIs leaking to downstream consumers of uw-spring-security-web.
      Also adds an HttpSecurityAmender for configuring auth for /profile.
      
      Bump to version 1.0.0-SNAPSHOT.
      04cae550
  7. Feb 02, 2016
  8. Jan 05, 2016
  9. Dec 18, 2015
  10. Nov 12, 2015
  11. Nov 02, 2015
  12. Oct 02, 2015
  13. Sep 30, 2015
  14. Sep 24, 2015
  15. Sep 21, 2015
  16. Sep 14, 2015
    • Nicholas Blair's avatar
      Support combination of local-users and preauth profiles · 6b70a4f1
      Nicholas Blair authored
      2 primary changes contribute to the combination working:
      
      1. Renaming the *WebSecurityConfiguration classes so they don't have the
      same computed bean name.
      2. Setting the appropriate order on the *WebSecurityConfiguration
      classes so that preauth loads first, then local-users.
      
      Includes a number of changes to sample-war module in order to
      demonstrate usage.
      6b70a4f1
  17. Aug 21, 2015
  18. Aug 17, 2015
Loading