Class HttpSecurityBeanDefinitionParser.ChildAuthenticationManagerFactoryBean

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

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

  • Method Details

    • getObject

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

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

      public void setEraseCredentialsAfterAuthentication(boolean eraseCredentialsAfterAuthentication)
    • setAuthenticationEventPublisher

      public void setAuthenticationEventPublisher(AuthenticationEventPublisher authenticationEventPublisher)
    • setObservationRegistry

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