Class HttpSecurityBeanDefinitionParser.ChildAuthenticationManagerFactoryBean

java.lang.Object
org.springframework.security.config.http.HttpSecurityBeanDefinitionParser.ChildAuthenticationManagerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>
Enclosing class:
HttpSecurityBeanDefinitionParser

public static final class HttpSecurityBeanDefinitionParser.ChildAuthenticationManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>
  • Constructor Details

    • ChildAuthenticationManagerFactoryBean

      public ChildAuthenticationManagerFactoryBean(List<org.springframework.security.authentication.AuthenticationProvider> providers, org.springframework.security.authentication.AuthenticationManager parent)
  • Method Details

    • getObject

      public org.springframework.security.authentication.AuthenticationManager getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>
    • setEraseCredentialsAfterAuthentication

      public void setEraseCredentialsAfterAuthentication(boolean eraseCredentialsAfterAuthentication)
    • setAuthenticationEventPublisher

      public void setAuthenticationEventPublisher(org.springframework.security.authentication.AuthenticationEventPublisher authenticationEventPublisher)
    • setObservationRegistry

      public void setObservationRegistry(io.micrometer.observation.ObservationRegistry observationRegistry)