Package org.springframework.security.config.annotation.authentication.configuration
-
Class Summary Class Description AuthenticationConfiguration Exports the authenticationConfiguration
GlobalAuthenticationConfigurerAdapter ASecurityConfigurer
that can be exposed as a bean to configure the globalAuthenticationManagerBuilder
. -
Annotation Types Summary Annotation Type Description EnableGlobalAuthentication TheEnableGlobalAuthentication
annotation signals that the annotated class can be used to configure a global instance ofAuthenticationManagerBuilder
.