Package net.petrikainulainen.spring.social.signinmvc.security.service

Examples of net.petrikainulainen.spring.social.signinmvc.security.service.RepositoryUserDetailsService


    /**
     * This bean is load the user specific data when form login is used.
     */
    @Bean
    public UserDetailsService userDetailsService() {
        return new RepositoryUserDetailsService(userRepository);
    }
View Full Code Here

TOP

Related Classes of net.petrikainulainen.spring.social.signinmvc.security.service.RepositoryUserDetailsService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.