Example usage for org.springframework.security.core.userdetails.jdbc JdbcDaoImpl subclass-usage

List of usage examples for org.springframework.security.core.userdetails.jdbc JdbcDaoImpl subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.userdetails.jdbc JdbcDaoImpl subclass-usage.

Usage

From source file com.cfs.util.CustomJDBCDaoImpl.java

public class CustomJDBCDaoImpl extends JdbcDaoImpl {

    public CustomJDBCDaoImpl() {
        super();
    }
}

From source file com.gs.config.CustomJDBCDaoImpl.java

/**
 *
 * @author SIGSA
 */
public class CustomJDBCDaoImpl extends JdbcDaoImpl {
    private String queryByUsername;

From source file com.micromap.util.CustomJDBCDaoImpl.java

public class CustomJDBCDaoImpl extends JdbcDaoImpl {

    public CustomJDBCDaoImpl() {
        super();
    }
}

From source file com.ignou.aadhar.security.SecurityCheck.java

public class SecurityCheck extends JdbcDaoImpl {
}

From source file utils.security.CustomChangePassword.java

/**
 *
 * @author sacramento
 */
public class CustomChangePassword extends JdbcDaoImpl implements UserDetailsManager {

From source file org.businessmanager.dao.security.UserDetailsDaoImpl.java

public class UserDetailsDaoImpl extends JdbcDaoImpl {

    @Autowired
    private UserDao userDao;

    @Autowired

From source file org.opentides.persistence.impl.AuthenticationDAOJdbcImpl.java

/**
 * This class is responsible in retrieving the user information.
 * TODO: Rewrite this to use JPA EntityManager... if at all, possible.
 * @author allantan
 *
 */

From source file org.opentides.persistence.user.AuthenticationDaoJdbcImpl.java

/**
 * This class is responsible in retrieving the user information.
 * 
 * <p>This retrieves the User from the database and then create the {@link UserDetails} object.</p>
 * 
 * <p>

From source file org.springframework.security.provisioning.JdbcUserDetailsManager.java

/**
 * Jdbc user management service, based on the same table structure as its parent class,
 * <tt>JdbcDaoImpl</tt>.
 * <p>
 * Provides CRUD operations for both users and groups. Note that if the
 * {@link #setEnableAuthorities(boolean) enableAuthorities} property is set to false,