Example usage for org.springframework.security.config.annotation.web.configurers AbstractAuthenticationFilterConfigurer subclass-usage

List of usage examples for org.springframework.security.config.annotation.web.configurers AbstractAuthenticationFilterConfigurer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.config.annotation.web.configurers AbstractAuthenticationFilterConfigurer subclass-usage.

Usage

From source file ews.client.security.upd.UsernamePasswordDomainLoginConfigurer.java

/**
 * Adds form based authentication. All attributes have reasonable defaults
 * making all parameters are optional. If no {@link #loginPage(String)} is
 * specified, a default login page will be generated by the framework.
 *
 * <h2>Security Filters</h2>