Skip to content
Snippets Groups Projects

deprecate: LocalUserDetailsAttributesMapper

2 files
+ 11
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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