org.broadleafcommerce.profile.core.service
Class UserDetailsServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.service.UserDetailsServiceImpl
All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService

Deprecated.

@Service(value="blUserDetailsService")
@Deprecated
public class UserDetailsServiceImpl
extends Object
implements org.springframework.security.core.userdetails.UserDetailsService


Field Summary
protected  CustomerService customerService
          Deprecated.  
protected  boolean forcePasswordChange
          Deprecated.  
protected  RoleService roleService
          Deprecated.  
 
Constructor Summary
UserDetailsServiceImpl()
          Deprecated.  
 
Method Summary
protected  List<org.springframework.security.core.GrantedAuthority> createGrantedAuthorities(List<CustomerRole> customerRoles)
          Deprecated.  
 org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username)
          Deprecated.  
 void setCustomerService(CustomerService customerService)
          Deprecated.  
 void setForcePasswordChange(boolean forcePasswordChange)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerService

protected CustomerService customerService
Deprecated. 

roleService

protected RoleService roleService
Deprecated. 

forcePasswordChange

protected boolean forcePasswordChange
Deprecated. 
Constructor Detail

UserDetailsServiceImpl

public UserDetailsServiceImpl()
Deprecated. 
Method Detail

setForcePasswordChange

public void setForcePasswordChange(boolean forcePasswordChange)
Deprecated. 

loadUserByUsername

public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username)
                                                                             throws org.springframework.security.core.userdetails.UsernameNotFoundException,
                                                                                    org.springframework.dao.DataAccessException
Deprecated. 
Specified by:
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService
Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException

setCustomerService

public void setCustomerService(CustomerService customerService)
Deprecated. 

createGrantedAuthorities

protected List<org.springframework.security.core.GrantedAuthority> createGrantedAuthorities(List<CustomerRole> customerRoles)
Deprecated. 


Copyright © 2013. All Rights Reserved.