Package org.springframework.security.config.annotation
package org.springframework.security.config.annotation
-
ClassDescriptionAbstractConfiguredSecurityBuilder<O,
B extends SecurityBuilder<O>> A baseSecurityBuilder
that allowsSecurityConfigurer
to be applied to it.A baseSecurityBuilder
that ensures the object being built is only built one time.Thrown whenAbstractSecurityBuilder.build()
is two or more times.Deprecated.Interface for building an ObjectSecurityConfigurer<O,B extends SecurityBuilder<O>> Allows for configuring aSecurityBuilder
.SecurityConfigurerAdapter<O,B extends SecurityBuilder<O>> A base class forSecurityConfigurer
that allows subclasses to only implement the methods they are interested in.
ObjectPostProcessor
instead