Package org.springframework.security.config.annotation
-
Interface Summary Interface Description ObjectPostProcessor<T> Allows initialization of Objects.SecurityBuilder<O> Interface for building an ObjectSecurityConfigurer<O,B extends SecurityBuilder<O>> Allows for configuring aSecurityBuilder. -
Class Summary Class Description AbstractConfiguredSecurityBuilder<O,B extends SecurityBuilder<O>> A baseSecurityBuilderthat allowsSecurityConfigurerto be applied to it.AbstractSecurityBuilder<O> A baseSecurityBuilderthat ensures the object being built is only built one time.SecurityConfigurerAdapter<O,B extends SecurityBuilder<O>> A base class forSecurityConfigurerthat allows subclasses to only implement the methods they are interested in. -
Exception Summary Exception Description AlreadyBuiltException Thrown whenAbstractSecurityBuilder.build()is two or more times.