| java.lang.Object org.josso.spring.acegi.JOSSOUserDetailsService
JOSSOUserDetailsService | public class JOSSOUserDetailsService implements UserDetailsService(Code) | | Date: Sep 28, 2007
Time: 10:23:22 AM
author: Gianluca Brigandi |
loadUserByUsername | public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException, org.springframework.dao.DataAccessException(Code) | | This implementation will retrieve user details from JOSSO services.
|
toUserDetails | protected UserDetails toUserDetails(SSOUser user, SSORole[] roles)(Code) | | This addapts JOSSO user informatio to ACEGI user details.
Some SSO properties retrieved by JOSSO could be mapped to specific user detail information
like account disabled, by subclasses.
|
|
|