Package org.springframework.security.config.annotation

Interface Summary
ObjectPostProcessor<T> Allows initialization of Objects.
SecurityBuilder<O> Interface for building an Object
SecurityConfigurer<O,B extends SecurityBuilder<O>> Allows for configuring a SecurityBuilder.
 

Class Summary
AbstractConfiguredSecurityBuilder<O,B extends SecurityBuilder<O>> A base SecurityBuilder that allows SecurityConfigurer to be applied to it.
AbstractSecurityBuilder<O> A base SecurityBuilder that ensures the object being built is only built one time.
SecurityConfigurerAdapter<O,B extends SecurityBuilder<O>> A base class for SecurityConfigurer that allows subclasses to only implement the methods they are interested in.