public class CrowdUserDetailsService extends Object implements org.springframework.security.userdetails.UserDetailsService
| Constructor and Description |
|---|
CrowdUserDetailsService(CrowdConfigurationService pConfiguration)
Creates a new instance of this class.
|
public CrowdUserDetailsService(CrowdConfigurationService pConfiguration)
pConfiguration - The configuration to access the services on the remote Crowd
server. May not be null.public org.springframework.security.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername in interface org.springframework.security.userdetails.UserDetailsServiceorg.springframework.security.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessExceptionUserDetailsService.loadUserByUsername(java.lang.String)Copyright © 2004-2014 Hudson. All Rights Reserved.