Skip to content
Snippets Groups Projects
  1. Jul 07, 2016
  2. Jun 28, 2016
  3. Jun 08, 2016
  4. Jun 06, 2016
  5. May 24, 2016
  6. May 18, 2016
  7. May 17, 2016
  8. May 16, 2016
  9. 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
  10. Mar 03, 2016
  11. 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
  12. Feb 02, 2016
  13. Jan 05, 2016
  14. Dec 18, 2015
  15. Nov 12, 2015
  16. Nov 02, 2015
Loading