Class FormsConfiguration

java.lang.Object
cronapp.framework.security.FormsConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

@Component @ConditionalOnProperty(prefix="cronapp.security.forms", name="enabled", havingValue="true") public class FormsConfiguration extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Configures the forms authentication for the application.
  • Constructor Details

    • FormsConfiguration

      public FormsConfiguration()
  • Method Details

    • formsCustomizer

      @Bean public HttpSecurityCustomizer formsCustomizer()
    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException