Class LadybugSecurityConfiguration

java.lang.Object
org.frankframework.ladybug.config.LadybugSecurityConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware

@Configuration public class LadybugSecurityConfiguration extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
Adds the IAuthenticator, so the LadybugSecurityChainConfigurer can use it to secure the ladybug in a traditional WAR deployment.
  • Constructor Details

    • LadybugSecurityConfiguration

      public LadybugSecurityConfiguration()
  • Method Details

    • ladybugAuthenticator

      @Bean public IAuthenticator ladybugAuthenticator()