Skip to content
Snippets Groups Projects
Commit 053808a2 authored by Nicholas Blair's avatar Nicholas Blair
Browse files

Merge branch 'json-local-users' into 'master'

feat: new LocalUserDetailsLoader for populating local-users store

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).

cc: @ahoffmann @paul.erickson @bhill6 @lyle @andrew-summers @apatwary @cknuth 

See merge request !19
parents 862414f1 73414fef
No related branches found
No related tags found
1 merge request!19feat: new LocalUserDetailsLoader for populating local-users store
Showing
with 327 additions and 24 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment