Uses of Class
org.bremersee.spring.security.ldaptive.authentication.ReactiveLdaptiveAuthenticationManager
Packages that use ReactiveLdaptiveAuthenticationManager
-
Uses of ReactiveLdaptiveAuthenticationManager in org.bremersee.spring.boot.autoconfigure.security.authentication
Methods in org.bremersee.spring.boot.autoconfigure.security.authentication that return ReactiveLdaptiveAuthenticationManagerModifier and TypeMethodDescriptionLdaptiveAuthenticationAutoConfiguration.reactiveLdaptiveAuthenticationManager(org.ldaptive.ConnectionConfig connectionConfig, org.springframework.beans.factory.ObjectProvider<org.ldaptive.ConnectionFactory> connectionFactoryProvider, org.springframework.beans.factory.ObjectProvider<LdaptiveTemplate> ldaptiveTemplateProvider, LdaptivePasswordEncoderProvider ldaptivePasswordEncoderProvider, LdaptiveRememberMeTokenProvider ldaptiveRememberMeTokenProvider, org.springframework.beans.factory.ObjectProvider<EmailToUsernameResolver> emailToUsernameResolver, org.springframework.beans.factory.ObjectProvider<UsernameToBindDnConverter> usernameToBindDnConverter, org.springframework.beans.factory.ObjectProvider<AccountControlEvaluator> accountControlEvaluator, org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper> grantedAuthoritiesMapper, org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.Converter<LdaptiveUserDetails, LdaptiveAuthentication>> tokenConverter) Creates reactive ldaptive authentication manager.