Class FlowableLdapAuthenticationProviderConfigurer<B extends org.springframework.security.config.annotation.authentication.ProviderManagerBuilder<B>>

java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.authentication.AuthenticationManager,​B>
com.flowable.core.spring.security.ldap.FlowableLdapAuthenticationProviderConfigurer<B>
All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.authentication.AuthenticationManager,​B>

public class FlowableLdapAuthenticationProviderConfigurer<B extends org.springframework.security.config.annotation.authentication.ProviderManagerBuilder<B>>
extends org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.authentication.AuthenticationManager,​B>
Configures an LDAP AuthenticationProvider in the ProviderManagerBuilder using the Flowable LdapConfigurationApi.
Author:
Filip Hrisafov