public class LdapUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
AuthenticationProvider
to get the UserDetails
.
Note: This service is created during the initial phase of development and is not used anywhere in the authentication process.
Constructor and Description |
---|
LdapUserDetailsService(LdapClient ldapClient) |
Modifier and Type | Method and Description |
---|---|
OneOpsUser |
loadUserByUsername(String username) |
public LdapUserDetailsService(LdapClient ldapClient)
public OneOpsUser loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername
in interface org.springframework.security.core.userdetails.UserDetailsService
org.springframework.security.core.userdetails.UsernameNotFoundException
Copyright © 2018 Walmart, Inc.. All rights reserved.