public class CrowdUserDetailsService extends Object implements org.acegisecurity.userdetails.UserDetailsService
| Constructor and Description |
|---|
CrowdUserDetailsService(CrowdConfigurationService pConfiguration)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.userdetails.UserDetails |
loadUserByUsername(String username) |
public CrowdUserDetailsService(CrowdConfigurationService pConfiguration)
pConfiguration - The configuration to access the services on the remote Crowd
server. May not be null.public org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username) throws org.acegisecurity.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername in interface org.acegisecurity.userdetails.UserDetailsServiceorg.acegisecurity.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessExceptionUserDetailsService.loadUserByUsername(java.lang.String)Copyright © 2016–2018. All rights reserved.