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 org.egov.infra.config.security.authentication.provider.ApplicationAuthenticationProvider.java

public class ApplicationAuthenticationProvider extends DaoAuthenticationProvider {

    private static final String BAD_CRED_MSG_KEY = "AbstractUserDetailsAuthenticationProvider.badCredentials";
    private static final String BAD_CRED_DEFAULT_MSG = "Bad credentials";
    private static final String ACCOUNT_LOCKED_MSG_KEY = "AbstractUserDetailsAuthenticationProvider.locked";
    private static final String ACCOUNT_LOCKED_DEFAULT_MSG = "User account is locked";