Skip to content
Snippets Groups Projects
  1. Sep 30, 2016
  2. Sep 13, 2016
  3. Sep 09, 2016
  4. Aug 24, 2016
  5. Aug 22, 2016
  6. Aug 18, 2016
    • Nicholas Blair's avatar
      feat: new LocalUserDetailsLoader for populating local-users store · 560882fb
      Nicholas Blair authored
      New optional user interface for populating the LocalUserDetailsManagerImpl instance provided in the 'local-users' profile. The default configuration will still use the existing LocalUserDetailsAttributesMapper.Default implementation.
      
      To switch to the new loader, set the 'edu.wisc.uwss.local.userDetailsLoader.enabled' Environment property to true. The default resource loaded is edu/wisc/uwss/local/local-users.json (classpath), to change that location set the 'edu.wisc.uwss.local.userDetailsLoader.resource' Environment property to a valid Spring Resource expression ('classpath:', 'file:', etc).
      560882fb
  7. Jul 11, 2016
  8. Jul 07, 2016
  9. Jun 28, 2016
  10. Jun 08, 2016
  11. Jun 06, 2016
  12. May 24, 2016
  13. May 18, 2016
  14. May 17, 2016
  15. May 16, 2016
  16. 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
  17. Mar 03, 2016
Loading