Example usage for org.springframework.security.crypto.bcrypt BCryptPasswordEncoder subclass-usage

List of usage examples for org.springframework.security.crypto.bcrypt BCryptPasswordEncoder subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.crypto.bcrypt BCryptPasswordEncoder subclass-usage.

Usage

From source file com.ushahidi.swiftriver.core.api.auth.CustomBCryptPasswordEncoder.java

public class CustomBCryptPasswordEncoder extends BCryptPasswordEncoder {

    /*
     * Override to return IllegaArgumentExceptions as a false match instead.
     * 
     * (non-Javadoc)