Example usage for org.springframework.security.config.annotation AbstractSecurityBuilder subclass-usage

List of usage examples for org.springframework.security.config.annotation AbstractSecurityBuilder subclass-usage

Introduction

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

Usage

From source file org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder.java

/**
 * <p>
 * A base {@link SecurityBuilder} that allows {@link SecurityConfigurer} to be applied to
 * it. This makes modifying the {@link SecurityBuilder} a strategy that can be customized
 * and broken up into a number of {@link SecurityConfigurer} objects that have more
 * specific goals than that of the {@link SecurityBuilder}.