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 org.cbioportal.security.spring.authentication.googleplus.PortalUserDetailsService.java

/**
 * Responsible for verifying that a social site user name has been registered in the
 * portal database For registered users, an instance of GoogleplusUserDetails is
 * completed and returned. Null is returned for non-registered users
 *
 * Implementation based on code in OpenIDUserDetailsService

From source file com.edgenius.core.dao.hibernate.UserDAOHibernate.java

/**
 * This class interacts with Spring's HibernateTemplate to save/delete and
 * retrieve User objects.
 *
*/
@Repository("userDAO")

From source file org.cbioportal.security.spring.authentication.openID.PortalUserDetailsService.java

/**
 * Custom UserDetailsService which authenticates
 * OpenID user against backend cgds database.
 *
 * @author Benjamin Gross
 */

From source file org.agatom.springatom.data.services.SUserService.java

/**
 * <p>SUserService interface.</p>
 *
 * @author kornicameister
 * @version 0.0.1
 * @since 0.0.1

From source file ru.efo.security.ADUserDetailsService.java

/**
 * {@link org.springframework.security.core.userdetails.UserDetailsService} implementation for Spring Security
 * to provide authentication with Microsoft Active Directory
 *
 * @author <a href="mailto:eugene.khrustalev@gmail.com">Eugene Khrustalev</a>
 */

From source file ch.ge.ve.protopoc.jwt.JwtUserDetailsServiceImpl.java

/**
 *
 */
@Service
public class JwtUserDetailsServiceImpl implements UserDetailsService {

From source file org.mskcc.cbio.portal.openIDlogin.OpenIDUserDetailsService.java

/**
 * Custom UserDetailsService which authenticates
 * OpenID user against backend cgds database.
 *
 * @author Benjamin Gross
 */

From source file py.una.pol.karaku.security.KarakuUserService.java

/**
 * Esta clase implementa UserDetailsService, permite recuperar datos del
 * usuario.
 * 
 * @author Uriel Gonzlez
 * @author Arturo Volpe

From source file eu.cloud4soa.frontend.commons.server.security.C4sAuthenticationProvider.java

/**
 * The Spring Security authentication provider for C4S.
 *
 * @author Stefano Travelli (Cyntelix)
 */
@Transactional

From source file ch.wisv.areafiftylan.users.service.UserServiceImpl.java

@Service
public class UserServiceImpl implements UserService, UserDetailsService {

    private final UserRepository userRepository;
    private final VerificationTokenRepository verificationTokenRepository;
    private final PasswordResetTokenRepository passwordResetTokenRepository;