Example usage for org.springframework.security.authentication.dao DaoAuthenticationProvider subclass-usage

List of usage examples for org.springframework.security.authentication.dao DaoAuthenticationProvider subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.authentication.dao DaoAuthenticationProvider subclass-usage.

Usage

From source file authentication.DefaultAuthenticationProvider.java

/**
 * Class comments go here...
 *
 * @author Roberto Perillo
 * @version 1.0 3 de out de 2016
 */

From source file org.activiti.app.security.CustomDaoAuthenticationProvider.java

/**
 * @author jbarrez
 */
public class CustomDaoAuthenticationProvider extends DaoAuthenticationProvider {

    protected void additionalAuthenticationChecks(

From source file org.flowable.app.security.CustomDaoAuthenticationProvider.java

/**
 * @author jbarrez
 */
public class CustomDaoAuthenticationProvider extends DaoAuthenticationProvider {

    protected void additionalAuthenticationChecks(

From source file org.flowable.ui.idm.security.CustomDaoAuthenticationProvider.java

/**
 * @author jbarrez
 */
public class CustomDaoAuthenticationProvider extends DaoAuthenticationProvider {

    protected void additionalAuthenticationChecks(

From source file com.qpark.eip.core.spring.security.EipDaoAuthenticationProvider.java

public class EipDaoAuthenticationProvider extends DaoAuthenticationProvider {
    /** The {@link org.slf4j.Logger}. */
    private final Logger logger = LoggerFactory.getLogger(EipDaoAuthenticationProvider.class);

    /**
     * @see org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider#authenticate(org.springframework.security.core.Authentication)

From source file com.companyname.providers.DAOAuthenticationProvider.java

/**
 *
 * @author hmohamed
 * 
 * could be injected with three dependencies:
 *  1- userDetailsService

From source file org.duracloud.account.security.auth.AuthProvider.java

/**
 * Authentication provider which allows default authentication behavior
 * of the spring DaoAuthenticationProvider, but adds a check to see if the
 * user's request originated from an IP address which is within the defined
 * valid IP ranges. If a user has no defined valid IP ranges, any IP is accepted.
 *

From source file org.atomsphere.management.svc.authentication.AuthenticationProviderService.java

public class AuthenticationProviderService
        extends org.springframework.security.authentication.dao.DaoAuthenticationProvider {
    @Autowired
    private UserService userService;

    /*

From source file ro.nextreports.server.security.NextServerAuthenticationProvider.java

/**
 * @author Decebal Suiu
 */
public class NextServerAuthenticationProvider extends DaoAuthenticationProvider {

    private static final Logger LOG = LoggerFactory.getLogger(NextServerAuthenticationProvider.class);

From source file org.xaloon.wicket.security.spring.XaloonDaoAuthenticationProvider.java

/**
 * @author vytautas r.
 */
public class XaloonDaoAuthenticationProvider extends DaoAuthenticationProvider {

    @Override