Package cronapp.framework.security
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
FormsConfiguration
public FormsConfiguration()
-
-
Method Details
-
formsCustomizer
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-