public class OpenNMSUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
OpenNMSUserDetailsService() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
SpringSecurityUserDao |
getUserDao() |
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setUserDao(SpringSecurityUserDao userDao) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername
in interface org.springframework.security.core.userdetails.UserDetailsService
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException
public void setUserDao(SpringSecurityUserDao userDao)
public SpringSecurityUserDao getUserDao()
Copyright © 2015. All rights reserved.