Class SecurityConfigurerAdapter<O,B extends SecurityBuilder<O>>

java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B>
Type Parameters:
O - The Object being built by B
B - The Builder that is building O and is configured by SecurityConfigurerAdapter
All Implemented Interfaces:
SecurityConfigurer<O,B>
Direct Known Subclasses:
AbstractHttpConfigurer, LdapAuthenticationProviderConfigurer, UserDetailsAwareConfigurer

public abstract class SecurityConfigurerAdapter<O,B extends SecurityBuilder<O>> extends Object implements SecurityConfigurer<O,B>
A base class for SecurityConfigurer that allows subclasses to only implement the methods they are interested in. It also provides a mechanism for using the SecurityConfigurer and when done gaining access to the SecurityBuilder that is being configured.