Class SpringConfig
java.lang.Object
org.apache.fineract.infrastructure.core.config.SpringConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.event.SimpleApplicationEventMulticasterorg.springframework.beans.factory.config.MethodInvokingFactoryBeanorg.springframework.security.core.context.SecurityContextHolderStrategy
-
Constructor Details
-
SpringConfig
public SpringConfig()
-
-
Method Details
-
applicationEventMulticaster
@Bean public org.springframework.context.event.SimpleApplicationEventMulticaster applicationEventMulticaster() -
overrideSecurityContextHolderStrategy
@Bean public org.springframework.beans.factory.config.MethodInvokingFactoryBean overrideSecurityContextHolderStrategy() -
securityContextHolderStrategy
@Bean @DependsOn("overrideSecurityContextHolderStrategy") public org.springframework.security.core.context.SecurityContextHolderStrategy securityContextHolderStrategy()
-