Class FlowableLdapAuthenticationProviderFactory

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<LdapAuthenticationProvider>
com.flowable.core.spring.security.ldap.FlowableLdapAuthenticationProviderFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<LdapAuthenticationProvider>, InitializingBean, ApplicationContextAware

public class FlowableLdapAuthenticationProviderFactory extends AbstractFactoryBean<LdapAuthenticationProvider> implements ApplicationContextAware
Exposes an LDAP AuthenticationProvider bean using the Flowable LdapConfigurationApi.
Author:
Filip Hrisafov