public interface CustomUserDetailService
UserDetailsService, to fool the Spring proxy stuff, so we can inject it into the CustomPersistentRememberMeServices.| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadByUserId(String userId) |
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username) |
Copyright © 2017 Alfresco. All rights reserved.