Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw-spring-security
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Operate
Environments
Terraform modules
Monitor
Incidents
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
adi-ia
uw-spring-security
Merge requests
!26
deprecate: LocalUserDetailsAttributesMapper
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
deprecate: LocalUserDetailsAttributesMapper
npblair/uw-spring-security:deprecate-attributesmapper
into
master
Overview
3
Commits
1
Pipelines
0
Changes
2
Merged
Nicholas Blair
requested to merge
npblair/uw-spring-security:deprecate-attributesmapper
into
master
8 years ago
Overview
3
Commits
1
Pipelines
0
Changes
2
Expand
I'm preparing a 1.7.0 release, thought I'd stick this in there as well.
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
664b7383
1 commit,
8 years ago
2 files
+
11
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
uw-spring-security-core/src/main/java/edu/wisc/uwss/local/LocalUserDetailsAttributesMapper.java
+
3
−
1
Options
@@ -25,9 +25,11 @@ import java.util.List;
* If you have custom {@link UWUserDetails} that depend on services/daos to complete the model,
* you may want to consider implementing a {@link LocalUsersAuthenticationAttemptCallback}; that interface
* participates in the authentication attempt itself, not during application initialization.
*
*
* @deprecated use {@link LocalUserDetailsLoader} instead, to be removed in 2.0
* @author Nicholas Blair
*/
@Deprecated
public
interface
LocalUserDetailsAttributesMapper
{
/**
Loading