Example usage for org.springframework.security.core.userdetails UserDetailsService interface-usage

List of usage examples for org.springframework.security.core.userdetails UserDetailsService interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.userdetails UserDetailsService interface-usage.

Usage

From source file net.navasoft.madcoin.backend.services.security.UserDataAccess.java

/**
 * net.navasoft.madcoin.backend.services.security Class class UserDataAccess.
 * Description:
 * 
 * @author Juan Diego Navarre Gonzalez - (${authorMail})
 * @version 1.0

From source file com.klm.workshop.security.CustomUserDetailsService.java

/**
 * Custom user detail service
 * 
 * @author Tijme Gommers <t.gommers@jetcat.nl>
 */
@Service("CustomUserDetailsService")

From source file com.siblinks.ws.service.impl.SibUserDetailServiceImp.java

/**
 * {@link UserDetailsService}
 * 
 * @author hungpd
 *
 */

From source file com.company.project.web.controller.service.CustomUserDetailsService.java

/**
 *
 * @author Romer
 */
//@Service("customUserDetailsService")
@Service

From source file org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl.java

/**
 * {@link UserDetailsService} for person {@link ICalendarAccount}s.
 *  
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: CalendarAccountUserDetailsServiceImpl.java 2979 2011-01-25 19:24:44Z npblair $
 */

From source file de.uni_koeln.spinfo.maalr.login.SocialSignInAdapter.java

/**
 * {@code SocialSignInAdapter} allows you to tie the {@link ProviderSignInController} 
 * in to the applications sign in process. This implementation is what will talk to Spring Security 
 * to sign a user in to the application.<br><br>
 * 
 * {@code SocialSignInAdapter} implements also the interface {@link UserDetailsService} to support 

From source file net.przemkovv.sphinx.service.CustomUserDetailsService.java

/**
 *
 * @author Przemyslaw Walkowiak <przemyslaw.walkowiak@put.poznan.pl>
 */
@Service
@Transactional(readOnly = true)

From source file com.brienwheeler.web.spring.security.UserDetailsService.java

public class UserDetailsService implements org.springframework.security.core.userdetails.UserDetailsService {
    private boolean allowEmailLookup = true;
    private boolean allowUsernameLookup = true;
    private IUserService userService;
    private IUserEmailAddressService userEmailAddressService;
    private IUserRoleService userRoleService;

From source file org.ihtsdo.otf.refset.security.RefsetIdentityService.java

/**
 *
 */
public class RefsetIdentityService implements UserDetailsService {

    private static final Logger LOGGER = LoggerFactory.getLogger(RefsetIdentityService.class);

From source file net.navasoft.madcoin.backend.services.security.ProviderDataAccess.java

/**
 * net.navasoft.madcoin.backend.services.security Class class
 * ProviderDataAccess. Description:
 * 
 * @author Juan Diego Navarre Gonzalez - (${authorMail})
 * @version 1.0